Help With Compiling Srb2

W0CKY

Member
Ok so basically I'm trying to compile an exe for a mod and it doesnt work
I cant recall exactly what it said but it was along the lines of
Failed to write depend.dep
Then it started compiling but...
It started producing errors alot
I started getting up to 36 errors generated then I stopped it
If anyone can help it would be highly appreciated
Also
I'm intrested in building the mobile build on pc
Or porting the mobile menu to the pc source code
So if anyone can help with that would also be appreciated
 
Last edited:
The mobile source code still contains the required things to compile on everything else. Just compile the android-port-next branch for your OS. I'm not sure about other Operating Systems but it compiles just fine under Linux.

now about that error thing. what exactly did it say? You might be missing some stuff to compile it.
 
The mobile source code still contains the required things to compile on everything else. Just compile the android-port-next branch for your OS. I'm not sure about other Operating Systems but it compiles just fine under Linux.

now about that error thing. what exactly did it say? You might be missing some stuff to compile it.

uh sorry someone told me to update nasm and now it works
however now i need to know how to compile it with custom files
 
Ok so go into main.c and do Control + F. search for "D_AddFile(startupwadfiles, FILEPATH("zones.pk3"));" and dupe the line right below it. then change zones.pk3 to the name of the file you want and compile the game. Do not edit any existing lines.
 
Last edited:

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

Back
Top