Wad Help - C and H files

Status
Not open for further replies.

zephyr

DTT
It is, Indeed possible to replace graphics, textures etc..But, can you overwrite C and H files using a .wad file? and If so, how?
 
C and H files are compiled to form the EXE. Since a WAD file cannot change the EXE (and changing the EXE would make it incompatible with the main EXE anyway), no, it's not possible. If you wanna change these files, change them and compile the result to a new EXE.
 
Thank You.

One more question-When compiling, do you use/build/compile/whatevs:
1.Vc9 project alone compiled (In .../src/win32/ folder)
2.All the C,H,CPP,CFG....ALL files in the /src/ folder
3.Both.
 
Thank You.

One more question-When compiling, do you use/build/compile/whatevs:
1.Vc9 project alone compiled (In .../src/win32/ folder)
2.All the C,H,CPP,CFG....ALL files in the /src/ folder
3.Both.

None

you have to use the Solution file in the root folder to compile SRB2SDL/SRB2Win with the needed depends, zlib and libpng
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top