Original thread: You must login or register to view this content.
Step 1:
Open up paint and create your image size about 25x5
Step 2:
Write your name backwards, here's an example of mine. You must login or register to view this content.
Step 3:
After you're happy with it save it as '24-bit Bitmap (*.bmp;*.dib)'
Step 4:
Load up TheUnkn0wns BMP2 tool and it should automatically come up with a open file dialog.
Locate the Image.bmp you just created.
Step 5:
It will then come up with a save file dialog, thats the .txt file for the code to be saved into, so create a file.
Step 6:
After saving the tool will then ask for the 'Width'/ 'Hight' or the file, thats this part here. You must login or register to view this content.
Located at the bottom, in this case mine is 5.
Step 7:
You will need this code also.
WP(X,Y,Z)
{
B=spawn("script_model",self.origin+(0,0,999)+(X,Y,Z));
B.angles=(90,0,0);
B setModel("com_plasticcase_beige_big");
B Solid();
}
Put that somewhere in the .gsc you are using.
Step 6:
i would create a function like this, in the same .gsc as your code above.
SkyText()
{
}
Import your code which was created, in the file which was saved between the braces. { & }.
this is an example of mine.
Thanks for the TuT.... (i press the button if it works for me )
I try it and get this Error if i select the Sky Text in my menü
"G_Spawn:nofree entities"
I hope you can help me
thats because the amount of models spawning is limited, if you spawn too many e.g. the text is big the amount of models used will exceed that limit. Keep the text about 52x7 or something. Any larger the amount of models spawning will be endless
The following user thanked xRaW for this useful post:
Almost ****ing died at the beginning of the video with the scraping lol didn't half shit me up, Nice tut but you need to open your mouth more and speak a little louder into your mic
lmao, yeah i admit i suck but when my confidence improves and i dont feel dumb talking to myself it will be better :p
thats because the amount of models spawning is limited, if you spawn too many e.g. the text is big the amount of models used will exceed that limit. Keep the text about 52x7 or something. Any larger the amount of models spawning will be endless
Thanks for your answer
Here is a screenshot from the Sky Text. Itz looks really ugly