Page 1 of 2
I need help over here!
Posted: Fri Jun 21, 2013 5:57 pm
by CLgaming
I just got Blitz3D and I need to know how I can edit stuff in SCP containment breach. For example: NPCs in a map. I need crucial help with this.
Also, I want to know how to change the CWM text.
Re: I need help over here!
Posted: Fri Jun 21, 2013 6:45 pm
by juanjp600
For the CWM strings, you can go to the Menu.bb file and find the following:
Code: Select all
If percent = 0 Then
Select Rand(10)
Case 1
SelectedLoadingScreen\txt[0] ="A very fine radio might prove to be useful"
Case 2
SelectedLoadingScreen\txt[0] ="ThIS PLaCE WiLL BUrN"
Case 3
SelectedLoadingScreen\txt[0] ="You can't control it"
Case 4
SelectedLoadingScreen\txt[0] ="eof9nsd3jue4iwe1fgj"
Case 5
SelectedLoadingScreen\txt[0] = "YOU NEED TO TRUST IT"
Case 6
SelectedLoadingScreen\txt[0] = "Look my friend in the eye when you address him, isn't that the way of the gentleman?"
Case 7,8
SelectedLoadingScreen\txt[0] = "???____??_???__????n?"
Case 9,10
SelectedLoadingScreen\txt[0] = "???????????"
End Select
EndIf
Change what's between double quotes, then compile the Main.bb file.
Tips:
- You can also check out the Blitz3D command reference to know what each function/variable/constant/statement can do.
- Regalis added several comments to the source code for us to know what each piece of code does.
Re: I need help over here!
Posted: Fri Jun 21, 2013 6:49 pm
by CLgaming
How do I compile it? I don't see a compile button.
Re: I need help over here!
Posted: Fri Jun 21, 2013 7:22 pm
by juanjp600
CLgaming wrote:How do I compile it? I don't see a compile button.
In the Blitz3D IDE, it's Program>Create Executable.
Re: I need help over here!
Posted: Fri Jun 21, 2013 9:17 pm
by CLgaming
juanjpro wrote:CLgaming wrote:How do I compile it? I don't see a compile button.
In the Blitz3D IDE, it's Program>Create Executable.
I get an error.
"Unable to open include file"
Re: I need help over here!
Posted: Fri Jun 21, 2013 9:20 pm
by juanjp600
CLgaming wrote:juanjpro wrote:CLgaming wrote:How do I compile it? I don't see a compile button.
In the Blitz3D IDE, it's Program>Create Executable.
I get an error.
"Unable to open include file"
Download this:
http://www.fastlibs.com/download.php?id ... _trial.zip
Find "FastExt.bb" and put it in the Source Code folder.
Find "FastExt.decls" and "FastExt.dll" and put them in "C:\Program Files (x86)\Blitz3D\userlibs" (this may be different depending on your installation configurations)
Re: I need help over here!
Posted: Fri Jun 21, 2013 10:44 pm
by CLgaming
I don't have userlibs. :(
Re: I need help over here!
Posted: Fri Jun 21, 2013 10:55 pm
by Glitch
You don't have the latest version then.
Re: I need help over here!
Posted: Sat Jun 22, 2013 1:08 pm
by InnocentSam
CLgaming wrote:I don't have userlibs. :(
Try making the folder.
Glitch wrote:You don't have the latest version then.
Neither do I.
Re: I need help over here!
Posted: Sat Jun 22, 2013 5:11 pm
by CLgaming
I get an error saying:
Function not found.
It highlights "BumpPower 0.03"