Post: How To Create Sky Text!
01-27-2012, 10:14 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({});
How to create Sky Writing!

Here's a voice tutorial I Created lol.


i get shy when talking to a mic, but i'll get better :p



First of all you will need MW2 BMP2 Tool, thanks to TheUnkn0wn.
    
https://www.mediafire.com/?fg6fpziha9n97sj


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.
    
SkyText()
{
Z=5;
WP(0,0,Z);WP(25,0,Z);WP(50,0,Z);WP(75,0,Z);WP(125, 0,Z);WP(150,0,Z);WP(175,0,Z);WP(200,0,Z);WP(325,0, Z);WP(375,0,Z);WP(400,0,Z);WP(425,0,Z);WP(450,0,Z) ;WP(500,0,Z);WP(525,0,Z);WP(550,0,Z);WP(575,0,Z);W P(0,25,Z);WP(200,25,Z);WP(325,25,Z);WP(375,25,Z);W P(450,25,Z);WP(575,25,Z);WP(0,50,Z);WP(25,50,Z);WP (50,50,Z);WP(75,50,Z);WP(150,50,Z);WP(175,50,Z);WP (200,50,Z);WP(325,50,Z);WP(375,50,Z);WP(450,50,Z); WP(575,50,Z);WP(0,75,Z);WP(75,75,Z);WP(200,75,Z);W P(325,75,Z);WP(375,75,Z);WP(450,75,Z);WP(575,75,Z) ;WP(0,100,Z);WP(75,100,Z);WP(125,100,Z);WP(150,100 ,Z);WP(175,100,Z);WP(200,100,Z);WP(250,100,Z);WP(2 75,100,Z);WP(300,100,Z);WP(325,100,Z);WP(375,100,Z );WP(400,100,Z);WP(425,100,Z);WP(450,100,Z);WP(500 ,100,Z);WP(525,100,Z);WP(550,100,Z);WP(575,100,Z);
}


Now to make this visible you need to thread it so just do self thread SkyText(); where ever you want it.
and there you have it, your own sky text.

for version two of the BMP tool, which allows you to create bunkers then go to:
You must login or register to view this content.

- thanks to TheUnkn0wn for the function and the BMP tool.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 17 users say thank you to Correy for this useful post:

/RunDos/, aerosoul94, alpatch649, DlBSY993, HosterModz_, Beats, IELIITEMODZX, iPROFamily, IVI40A3Fusionz, Jacob-And-Britt, KCxFTW, Cmd-X, Taylor, Uk_ViiPeR, xMrCheatVisionx, xMrSuperMoDzZ--, User2340034u
01-27-2012, 10:36 PM #2
lolz i remember this tool for mw2 it was released like 2 years ago Happy thanks for the DL
01-27-2012, 10:46 PM #3
Correy
I'm the Original
Originally posted by IELIITEMODZX View Post
lolz i remember this tool for mw2 it was released like 2 years ago Happy thanks for the DL


no problem bro, i found xRaW helped me with it at first. so yeah, thanks to him for linking me to it.. then i just replaced the model
01-27-2012, 10:47 PM #4
WOW,very nice Correy Winky Winky
01-27-2012, 10:48 PM #5
Originally posted by Correy View Post
How to create Sky Writing!

Here's a voice tutorial I Created lol.


i get shy when talking to a mic, but i'll get better :p



First of all you will need MW2 BMP2 Tool, thanks to TheUnk0wn.
    
https://www.mediafire.com/?fg6fpziha9n97sj


Original thread: Will include once i find it.

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.
    
SkyText()
{
Z=5;
WP(0,0,Z);WP(25,0,Z);WP(50,0,Z);WP(75,0,Z);WP(125, 0,Z);WP(150,0,Z);WP(175,0,Z);WP(200,0,Z);WP(325,0, Z);WP(375,0,Z);WP(400,0,Z);WP(425,0,Z);WP(450,0,Z) ;WP(500,0,Z);WP(525,0,Z);WP(550,0,Z);WP(575,0,Z);W P(0,25,Z);WP(200,25,Z);WP(325,25,Z);WP(375,25,Z);W P(450,25,Z);WP(575,25,Z);WP(0,50,Z);WP(25,50,Z);WP (50,50,Z);WP(75,50,Z);WP(150,50,Z);WP(175,50,Z);WP (200,50,Z);WP(325,50,Z);WP(375,50,Z);WP(450,50,Z); WP(575,50,Z);WP(0,75,Z);WP(75,75,Z);WP(200,75,Z);W P(325,75,Z);WP(375,75,Z);WP(450,75,Z);WP(575,75,Z) ;WP(0,100,Z);WP(75,100,Z);WP(125,100,Z);WP(150,100 ,Z);WP(175,100,Z);WP(200,100,Z);WP(250,100,Z);WP(2 75,100,Z);WP(300,100,Z);WP(325,100,Z);WP(375,100,Z );WP(400,100,Z);WP(425,100,Z);WP(450,100,Z);WP(500 ,100,Z);WP(525,100,Z);WP(550,100,Z);WP(575,100,Z);
}


Now to make this visible you need to thread it so just do self thread SkyText(); where ever you want it.
and there you have it, your own sky text.

- Creadits to TheUnkn0wn for the function and the BMP2 tool.


would this work for making bunkers etc..? noob question lol.
01-27-2012, 11:05 PM #6
seb5594
Proud Former Admin
Thanks for the TuT.... (i press the button if it works for me Winky Winky)

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 Winky Winky
01-27-2012, 11:21 PM #7
Originally posted by UK
would this work for making bunkers etc..? noob question lol.


yes works .....
01-27-2012, 11:22 PM #8
little_legz
SleepinIsCheatin
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 Smile
01-28-2012, 12:02 AM #9
xRaW
xI2aW-
Lol thanks for mentioning my name. i gave you the original from skype :p told you how to use it ect and just told u what models for W@W but you made um on cod4 which you can do so much more. But thanks for mentioning my name Winky Winky
01-28-2012, 12:02 AM #10
Correy
I'm the Original
Originally posted by UK
would this work for making bunkers etc..? noob question lol.


yeah, he created another one which does it.. but i got told thats pretty dodgy, you can try it Smile

The following user thanked Correy for this useful post:

IELIITEMODZX

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo