Compiling Source Code
Posted: Mon Sep 14, 2015 7:08 pm
Now, I've just finished getting Blitz3D and got the right version. Do I need anything else to compile the source code so I can use it for making mods?
Im really stupid, thanks for pointing out.CommanderPro100 wrote:Read InnocentSam's guide.
Basiclly you now just need FastExt & FastText from Here Decls go to the userlibs folder where you had installed Blitz3D and .bb to you mod folder.Mr. Guy wrote:Now, I've just finished getting Blitz3D and got the right version. Do I need anything else to compile the source code so I can use it for making mods?
Alright, I got the FastExt and FastText. Now, how do I export the codes into a .exe file?Hisamera wrote:Basiclly you now just need FastExt & FastText from Here Decls go to the userlibs folder where you had installed Blitz3D and .bb to you mod folder.Mr. Guy wrote:Now, I've just finished getting Blitz3D and got the right version. Do I need anything else to compile the source code so I can use it for making mods?
Again, it's in the guide I wrote.Mr. Guy wrote:Alright, I got the FastExt and FastText. Now, how do I export the codes into a .exe file?Hisamera wrote:Basiclly you now just need FastExt & FastText from Here Decls go to the userlibs folder where you had installed Blitz3D and .bb to you mod folder.Mr. Guy wrote:Now, I've just finished getting Blitz3D and got the right version. Do I need anything else to compile the source code so I can use it for making mods?
Yeah, I just found it. Thanks for posting anyways. It compiled but I got a error saying "FastExt.dll is either not designed to run on windows". anything to fix it.juanjpro wrote:If I'm not mistaken, the source code includes a file called "winfix.decls". Put that in your userlibs folder.
Or you can just remove CompatData from Main.bb since it's causing more issues than it's supposed to fix.
Yeah on Windows 10 it's making game just unplayble. The whole screen is flashing, objects are disapearing, player is falling through floor, a lot of MAVs, and i am getting like 20FPS when it should have RAISED FPS on Windows 8 up.juanjpro wrote:If I'm not mistaken, the source code includes a file called "winfix.decls". Put that in your userlibs folder.
Or you can just remove CompatData from Main.bb since it's causing more issues than it's supposed to fix.
Try redownloading .Dll from http://scpcbgame.com/ , if that fails run command prompt: open start menu, type cmd, right click on it choose "Run as administrator" option and then type "sfc /scannow" without quotation marks. If that fails i don't know.Mr. Guy wrote: It compiled but I got a error saying "FastExt.dll is either not designed to run on windows". anything to fix it.