Post: [RELEASE]▬► The-Unkn0wn's BMP2CODE v2.5.1.0
09-28-2010, 03:03 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Modern Warfare 2 - BMP2CODE v2.5.1.0[/u]
You must login or register to view this content.

Update - 2.5.1.0


Infomation:
Create Building's\Sky-writing using Care Packages. This simple tool allows you to use Bitmap Image's and convert them into code that can easily be added to a '.gsc' file.

- Optimized CodeFile, code should now be 50% smaller

How powerful is it?

You must login or register to view this content.

EXAMPLE:
[ame]https://www.youtube.com/watch?v=GenbUuUlunM[/ame]

What's New?

- Fixed MAJOR bug on loading Bitmap file correctly.
- Added the ability to change the Care Package position.
- Added the ability to automatically load multiple layers


How To Use

[ame=https://www.youtube.com/watch?v=DSOP0KZCgso]YouTube - BMP2CODE v2.5.0.0 Tutorial - How To Use[/ame]



How To - CodeFile

Add this function to your '.gsc' file
    WP(D,Z,P){L=strTok(D,",");for(i=0;i<L.size;i+=2){B=spawn("script_model",self.origin+(int(L[i]),int(L[i+1]),Z));if(!P)B.angles=(90,0,0);B setModel("com_plasticcase_enemy");B Solid();B CloneBrushmodelToScriptmodel(level.airDropCrateCollision);}}



After creating a CodeFile, copy and paste the code from the CodeFile into a function

Example:
    WP(D,Z,P){L=strTok(D,",");for(i=0;i<L.size;i+=2){B=spawn("script_model",self.origin+(int(L[i]),int(L[i+1]),Z));if(!P)B.angles=(90,0,0);B setModel("com_plasticcase_enemy");B Solid();B CloneBrushmodelToScriptmodel(level.airDropCrateCollision);}} 

DrawCodeFile(){
//Copy&Paste CodeFile Here
}


You can now call this function to draw your creation.

Example:
    onPlayerSpawned(){ 
self thread DrawCodeFile();
}


WARNING : I don't recommend using onPlayerSpawn, it's just a simple example.


You must login or register to view this content.
You must login or register to view this content.


Troubleshoot:


'Missing file...' or 'Unable to Load...' Error then download one of these that is compatible with your machine

You must login or register to view this content.
or
You must login or register to view this content.

Creds to -The-Unkn0wn




Please press the THANKS button if you found this Useful
Last edited by NextGenTactics ; 09-28-2010 at 03:24 AM.

The following 13 users say thank you to NextGenTactics for this useful post:

Battler624, benzy, bigboybobby14, CodingNation, DhrNy, dreamkid58, GNDOOOR_KILLER, HomelandSec, IAMSTEN, lynxcali, mitchlawson2009, Panda., xKryptonite1
09-28-2010, 04:29 AM #2
EliteMossy
TheDigitalBoard.com
Already posted.

The following 8 users say thank you to EliteMossy for this useful post:

<Jimbo>, agtiger, bcb, I am Mara, IvanTheTerrible, KuSH_SM0kE, Mr. DarkKV, ohDetox
09-29-2010, 05:17 AM #3
RavagedBoom
Sing My Guitar
Holy crap I WANT JAILBREAK!!
12-31-2010, 06:51 PM #4
DEREKTROTTER
You're Goddamn Right
bumping cos this is useful and people asked me for it :y:
12-31-2010, 07:30 PM #5
Dreamcather
Call me Eddie Winky Winky
Originally posted by DEREKTROTTER View Post
bumping cos this is useful and people asked me for it :y:


Hey are you on? on PS3.
12-31-2010, 08:34 PM #6
kl nice im going to trythis Smile
12-31-2010, 08:36 PM #7
CRaZyY
Banned
Nice Program :y:
12-31-2010, 08:44 PM #8
2.6.0.0
    https://www.fileserve.com/file/4CFp3Cf


- Added More Layers (50)

The following 22 users say thank you to TheUnkn0wn for this useful post:

Albanian', Alfa, Battler624, Blackstorm, Carbon0x, Cyborg Ninja, d7w7z, DEREKTROTTER, DlBSY993, DR-Dizzy, Dreamcather, kane212, Mr. DarkKV, Mw2Freak13, Rebecca Black, CHAOZ, Skylines, Sticker522, Superahm, TONEY777, xJackiiHD
01-06-2011, 12:08 AM #9
Rath
Today Will Be Different
Originally posted by TheUnkn0wn View Post
2.6.0.0
    https://www.fileserve.com/file/4CFp3Cf


- Added More Layers (50)


No one realizes you posted a thread on S7 about this last year during the summer >.>

But hey, I got on S7 quite a bit, since they were ahead of the ballgame... and releasing programs was more useful to you there anyway.
01-06-2011, 12:38 AM #10
Skyl1n3
DO SOMETHING THEN!
Originally posted by NextGenTactics View Post
Modern Warfare 2 - BMP2CODE v2.5.1.0[/u]
You must login or register to view this content.

Update - 2.5.1.0


Infomation:
Create Building's\Sky-writing using Care Packages. This simple tool allows you to use Bitmap Image's and convert them into code that can easily be added to a '.gsc' file.

- Optimized CodeFile, code should now be 50% smaller

How powerful is it?

You must login or register to view this content.

EXAMPLE:
You must login or register to view this content.

What's New?

- Fixed MAJOR bug on loading Bitmap file correctly.
- Added the ability to change the Care Package position.
- Added the ability to automatically load multiple layers


How To Use

You must login or register to view this content.



How To - CodeFile

Add this function to your '.gsc' file
    WP(D,Z,P){L=strTok(D,",");for(i=0;i<L.size;i+=2){B=spawn("script_model",self.origin+(int(L[i]),int(L[i+1]),Z));if(!P)B.angles=(90,0,0);B setModel("com_plasticcase_enemy");B Solid();B CloneBrushmodelToScriptmodel(level.airDropCrateCollision);}}



After creating a CodeFile, copy and paste the code from the CodeFile into a function

Example:
    WP(D,Z,P){L=strTok(D,",");for(i=0;i<L.size;i+=2){B=spawn("script_model",self.origin+(int(L[i]),int(L[i+1]),Z));if(!P)B.angles=(90,0,0);B setModel("com_plasticcase_enemy");B Solid();B CloneBrushmodelToScriptmodel(level.airDropCrateCollision);}} 

DrawCodeFile(){
//Copy&Paste CodeFile Here
}


You can now call this function to draw your creation.

Example:
    onPlayerSpawned(){ 
self thread DrawCodeFile();
}


WARNING : I don't recommend using onPlayerSpawn, it's just a simple example.


You must login or register to view this content.
You must login or register to view this content.


Troubleshoot:


'Missing file...' or 'Unable to Load...' Error then download one of these that is compatible with your machine

You must login or register to view this content.
or
You must login or register to view this content.

Creds to -The-Unkn0wn




Please press the THANKS button if you found this Useful


I got a problem with opening in the BMP2CODE file... "To run this application, you must first install one of the following version of the .NET framework: V4.0.30319 Contact your application publisher for instructions about obtaining the appropriate version of the .NET framework." Think you can help?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo