If you want to skip the Warning message at beginning.

if you have any modifications that you have made then please post them here where they can be evaluated and maybe incorporated into the repo and subsequent binary releases

If you want to skip the Warning message at beginning.

Postby Circa on Sat Sep 17, 2016 9:31 am

If you want to not have to hit agree to that warning message every time.

Go into

Game.cpp ln179 and change m_SkipIntroNote to true. Also helps to go to login screen quicker if you set m_SkipIntroLogo to true as well. These don't get reset anywhere else it seems either, so that's good.

  1.  
  2.     m_SkipIntroNote         = false;
  3.     m_SkipIntroLogo         = false;
  4.  
Last edited by Circa on Mon Sep 19, 2016 4:53 pm, edited 1 time in total.
Circa
Clown
Clown
 
Posts: 404
Joined: Sun Aug 23, 2009 5:52 am
Location: CA

Re: If you want to skip the Warning message at beginning.

Postby PurpleYouko on Mon Sep 19, 2016 2:31 pm

cool

I will check into that :D
Need to lookup information on NARose items, skills, quests?
Now featuring a newly completed skill tree for all classes
Formatting fixed for different resolutions
Image

"A Gazelle is nothing but a giraffe plotted logarithmicaly"
User avatar
PurpleYouko
Rose Guru
Rose Guru
 
Posts: 4733
Joined: Fri Aug 10, 2007 2:05 pm

Re: If you want to skip the Warning message at beginning.

Postby Circa on Mon Sep 19, 2016 4:55 pm

Quality of life changes lol.
Circa
Clown
Clown
 
Posts: 404
Joined: Sun Aug 23, 2009 5:52 am
Location: CA

Re: If you want to skip the Warning message at beginning.

Postby Dagnarus on Tue Sep 20, 2016 5:43 pm

You can also do that by adding certain arguments to your startup command you use to launch the game. The one for no logo was simply _nologo and to disable the warning you added_nonote after the _server argument.
I believe it is better to add these arguments then to edit the actual source code for this particular case.
Image


aka larsgevers
Dagnarus
Smoulie
Smoulie
 
Posts: 52
Joined: Sun Nov 20, 2011 2:29 pm

Re: If you want to skip the Warning message at beginning.

Postby Circa on Tue Sep 20, 2016 9:00 pm

Yep, don't see it being better though, just that there was already a way to disable it without changing the source code, so more of that I didn't do the logical thing lol. I only notice that after i had made my change and didn't care too much about it. if i do make a launcher then i'd change those values back and make them optional with the Launcher.
Circa
Clown
Clown
 
Posts: 404
Joined: Sun Aug 23, 2009 5:52 am
Location: CA


Return to Submit code

Who is online

Users browsing this forum: No registered users and 2 guests

cron