Talk:Left 4 Dead 2/Scripting: Difference between revisions
Jump to navigation
Jump to search
ProdigySim (talk | contribs) (→Vscript Variables: new section) |
ThaiGrocer (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
I compiled a list of all of the variables read by the Director in the server binary. [http://prodigysim.com/l4d2/scriptvalues.txt Here's The List]. It could use some organization before being placed on the wiki. I also skipped the mutation variables since they're already known through the mutation .nut files. Most of them are self explanatory--if there's any questions about how some are used I might be able to look some of them up. --[[User:ProdigySim|ProdigySim]] 01:48, 28 July 2010 (UTC) | I compiled a list of all of the variables read by the Director in the server binary. [http://prodigysim.com/l4d2/scriptvalues.txt Here's The List]. It could use some organization before being placed on the wiki. I also skipped the mutation variables since they're already known through the mutation .nut files. Most of them are self explanatory--if there's any questions about how some are used I might be able to look some of them up. --[[User:ProdigySim|ProdigySim]] 01:48, 28 July 2010 (UTC) | ||
: That's a great looking list. I'm wondering about one thing, though. Official scripts used variables like ZombieSpawnInFog and it is either TRUE or FALSE. Why is it an INT in the binary? Is it because of the language itself? Thanks a lot for this! --[[User:ThaiGrocer|ThaiGrocer]] 16:51, 28 July 2010 (UTC) |
Revision as of 09:51, 28 July 2010
Quick Notes
director_debug 1 shows special max > 1 if
c1_ambient_mall loaded with map prefix c1
possible need to pack .nut to get to work with necessary prefix for map name
Also possible that strictly <SPECIAL>limit = X is not enough
needs more testing
--ThaiGrocer 13:42, 27 February 2010 (UTC)
Vscript Variables
I compiled a list of all of the variables read by the Director in the server binary. Here's The List. It could use some organization before being placed on the wiki. I also skipped the mutation variables since they're already known through the mutation .nut files. Most of them are self explanatory--if there's any questions about how some are used I might be able to look some of them up. --ProdigySim 01:48, 28 July 2010 (UTC)
- That's a great looking list. I'm wondering about one thing, though. Official scripts used variables like ZombieSpawnInFog and it is either TRUE or FALSE. Why is it an INT in the binary? Is it because of the language itself? Thanks a lot for this! --ThaiGrocer 16:51, 28 July 2010 (UTC)