Ender's Scratch Tutorials
Moderator: InsideQC Admins
6 posts
• Page 1 of 1
Ender's Scratch Tutorials
I can't get his tutorials to work. They compile fine, but when I run the game, I get the "progs.dat system vars have been modified, progdefs.h is out of date" error. I think it might be that I'm using a different compiler than he used. I'm using FrikQCC. I've only tried his first tutorial so far. The other ones might work - I don't know.
-

Pulseczar - Posts: 37
- Joined: Sat Aug 12, 2006 6:45 pm
Re: Ender's Scratch Tutorials
Pulseczar wrote:I can't get his tutorials to work. They compile fine, but when I run the game, I get the "progs.dat system vars have been modified, progdefs.h is out of date" error. .
Classic error. Mean you added fields ( like .float whatever; ) before the "end mark of engine fields". So the engine think is a progrs.dat for a different game! ( hexen, etc.).
Maybe the build order is not good and your defs.qc or whatever is not the first.
-

Tei - Posts: 193
- Joined: Mon Oct 25, 2004 12:22 pm
I figured out the problem.. I had a function prototypes file being compiled before defs.. and it apparently affected its parsing of the defs, or something.. cool.. thanks for everyone's help, though.
edit: damn.. his Scratch tutorial is unfinished.
edit: damn.. his Scratch tutorial is unfinished.
-

Pulseczar - Posts: 37
- Joined: Sat Aug 12, 2006 6:45 pm
yep, can't have anything before the special stuff at the beginning of defs
Specifically you can't do anything you want until after 'void end_sys_globals;' and 'void end_sys_fields;'
Specifically you can't do anything you want until after 'void end_sys_globals;' and 'void end_sys_fields;'
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
- Sajt
- Posts: 1215
- Joined: Sat Oct 16, 2004 3:39 am
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest