Re: I need help over here!

#2
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!

#6
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)