Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What loads first?
#1
I'm wondering in which order the .gsc files get loaded or called ...

so .. what gets called first: the gametype.gsc file or _globallogic.gsc?


Also, when I use
Code:
setDvar( "jump_height", 64 );
then it doesn't work :/ So can I add setModDvar "jump_height" to a config to make it work?
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#2
Isn't it _load.gsc which loads first after the map files?
Reply

#3
(07-03-2011, 18:54)Rendflex Wrote: Isn't it _load.gsc which loads first after the map files?

Yeah _load.gsc is loaded from the map file .. but I need to know when sab.gsc is loaded, if this is before or after globallogic.gsc
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#4
sab.gsc is first

Code:
sab.gsc:
    maps\mp\gametypes\_globallogic::init();
    maps\mp\gametypes\_callbacksetup::SetupCallbacks();
    maps\mp\gametypes\_globallogic::SetupCallbacks();
[Image: b_560_95_1.png]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.