Page 1 of 1

Function "compactdata" not found

Posted: Sat Apr 25, 2015 11:45 pm
by NickL4D2
This just showed up out of nowhere, any ideas of what the hell is it?

Re: Function "compactdata" not found

Posted: Sat Apr 25, 2015 11:51 pm
by Hakkla
NickL4D2 wrote:This just showed up out of nowhere, any ideas of what the hell is it?
Trying to compile in B3D? Unless you have your userlibs folder set up, you might get "compdata not found".

Re: Function "compactdata" not found

Posted: Sat Apr 25, 2015 11:54 pm
by NickL4D2
Hakkla wrote:
NickL4D2 wrote:This just showed up out of nowhere, any ideas of what the hell is it?
Trying to compile in B3D? Unless you have your userlibs folder set up, you might get "compdata not found".
I believe i forgot some library.. i had to format the PC and you know, B3D still hates me, what are the necessary libs again?

Re: Function "compactdata" not found

Posted: Sun Apr 26, 2015 2:05 am
by yonzo_rikuo
this should be moved into bug forum

Re: Function "compactdata" not found

Posted: Sun Apr 26, 2015 2:30 am
by D-9999
yonzo_rikuo wrote:this should be moved into bug forum
Except it's not a bug IN-GAME, it's a bug when COMPILING.

Re: Function "compactdata" not found

Posted: Sun Apr 26, 2015 11:02 am
by Hakkla
Luckily I already had a guide of sorts written:

GUIDE TO COMPILING SCP:CB FROM SOURCE

1. Download SCP - Containment Breach (works with version 1.0.6).
2. Download "Blitz3D Version 1.64" and "Blitz3D Update V1.106".
3. Download FastExtension and FastText demos from http://fastlibs.com.
4. Extract SCP - Containment Breach, FastExtension and FastText files.
5. Move contents from "(SCP:CB folder)\Source Code" to (SCP:CB folder).

6. Install Blitz3D 1.64 and the 1.106 update.
7. Move "winfix.decls", "FastExt.decls" and "FastText.decls" to (Blitz3D installation folder)\userlibs
8. Copy "winfix.dll", "FastExt.dll" and "FastText.dll" to (Blitz3d installation folder)\userlibs

9. Open "Main.bb" in Blitz3D and compile!

Re: Function "compactdata" not found

Posted: Sun Apr 26, 2015 4:20 pm
by NickL4D2
Hakkla wrote:Luckily I already had a guide of sorts written:

GUIDE TO COMPILING SCP:CB FROM SOURCE

1. Download SCP - Containment Breach (works with version 1.0.6).
2. Download "Blitz3D Version 1.64" and "Blitz3D Update V1.106".
3. Download FastExtension and FastText demos from http://fastlibs.com.
4. Extract SCP - Containment Breach, FastExtension and FastText files.
5. Move contents from "(SCP:CB folder)\Source Code" to (SCP:CB folder).

6. Install Blitz3D 1.64 and the 1.106 update.
7. Move "winfix.decls", "FastExt.decls" and "FastText.decls" to (Blitz3D installation folder)\userlibs
8. Copy "winfix.dll", "FastExt.dll" and "FastText.dll" to (Blitz3d installation folder)\userlibs

9. Open "Main.bb" in Blitz3D and compile!
Thanks! It works now, appreciate it