View unanswered posts | View active topics It is currently Thu Mar 28, 2024 4:57 pm



Reply to topic  [ 12 posts ]  Go to page Previous  1, 2
 Conversation fixes 
Author Message
Rank 14
Rank 14
User avatar

Joined: Fri Jun 27, 2014 2:57 pm
Posts: 169
I think WAIT_FINISH is string.


Sun Dec 07, 2014 10:37 pm
Profile
Rank 4
Rank 4

Joined: Mon Mar 17, 2014 10:29 pm
Posts: 12
burning wrote:
herts24 wrote:
burning wrote:
This is a zip of the changed files. Instructions are in the readme.txt. I've included a patch file. Will that help, xpadmin?

How are you understanding some of the naming conventions. I understand the stuff like feedback.s or say.s, I can't quite figure out what WAIT_FINISH is in a statement like state.dyn.me.do.state2 = WAIT_FINISH;. Is there a place where these are assigned? Also, I'm not sure what to make of the RUN0 files, I'm guessing that's the order of the scenes?


Most constants are defined in init\std\base\lib\defines.dat
But WAIT_FINISH is internal it seems.

And yes, run*.dat files are in order of sequences. But it looks like the filenames are arbitrary, and must be defined in the code.
case (state.dyn.me.do.state)
{
[RUN00] run00_state();
[RUN0] run0_state();
[RUN1] run1_state();
[RUN2] run2_state();
[RUN3] run3_state();
[RUN4] run4_state();
[RUN5] run5_state();
[RUN6] run6_state();
[RUN7] run7_state();
[RUN8] run8_state();
[RUN9] run9_state();
[RUN10] run10_state();
[RUN11] run11_state();
}

Yeah, I noticed that file calls it. I'm really looking forward to some form of documentation, but the game is fun to mess with as it is.


Mon Dec 08, 2014 12:38 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 12 posts ]  Go to page Previous  1, 2

Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.