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
01-28-2011, 08:28 AM #20
FireWire
I'm done here.
Originally posted by kcahotsevoljniG View Post
and your a fanboy of matzo


If your talking about matzo (the one from other sites) It's me.... Dont believe me ? Message me wherever my name is matzo and I will give you proof. Btw, if your talking about bgalex's site, my name is TheUberNoob there now.
01-28-2011, 04:10 PM #21
Merkii
Former Staff
Originally posted by xxmatzoxx View Post
If your talking about matzo (the one from other sites) It's me.... Dont believe me ? Message me wherever my name is matzo and I will give you proof. Btw, if your talking about bgalex's site, my name is TheUberNoob there now.

Im talking about xo matzo ox from this site the 1 who found major hacks and the one who has 10k more rep then yuo and has a fanboy named xxmatzoxx
01-28-2011, 11:04 PM #22
Originally posted by xxmatzoxx View Post
If your talking about matzo (the one from other sites) It's me.... Dont believe me ? Message me wherever my name is matzo and I will give you proof. Btw, if your talking about bgalex's site, my name is TheUberNoob there now.


No LOL ima need help with this Smile ......
01-28-2011, 11:05 PM #23
FireWire
I'm done here.
Originally posted by kcahotsevoljniG View Post
Im talking about xo matzo ox from this site the 1 who found major hacks and the one who has 10k more rep then yuo and has a fanboy named xxmatzoxx


his name is xo-matto-ox my name is xxmatzoxx. I made this name up before I had ever even heard of cod. This was what I named my runescape account when I was in year 4. So dont call me a fanboy when you have no idea what your talking about......

The following 2 users say thank you to FireWire for this useful post:

Bang Tidy, TheMagicN
01-28-2011, 11:11 PM #24
Super Vegito
The Best Gamer
This is awesome Smile
01-29-2011, 09:31 AM #25
SO thats how you did

ELITEMOSSY in the sky
01-31-2011, 10:35 PM #26
Brian235026
< ^ > < ^ >
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


how do you make those perfect squares like that in paint?
01-31-2011, 11:27 PM #27
Woof
...hmm
very usefull Smile
02-01-2011, 12:01 AM #28
DEREKTROTTER
You're Goddamn Right
Originally posted by Brian235026 View Post
how do you make those perfect squares like that in paint?


its really simple lol :420:

set zoom to highest - 800%

then drag the white area till its 1x1px - thats 1 care package

use pencil tool to make squares :whistle:

The following user thanked DEREKTROTTER for this useful post:

Brian235026

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo