Results 1 to 15 of 15
  1. #1
    Kane212's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    42
    Reputation
    11
    Thanks
    45

    Modern Warfare 2 - BMP2CODE [By TheUnkn0wn RELEASE]

    Tutorial works with all Consoles PS3, Xbox360 and PC:





    What does this do?

    It simply converts BLACK and WHITE Bitmap Images into code to display the image in the sky on Modern Warfare 2.

    How do I use it?
    Simply add this code to your .gsc File.

    Code:
    WP(X,Y,Z){B=spawn("script_model",self.origin+(X,Y,Z));B.angles=(90,0,0);B setModel("com_plasticcase_enemy");}

    Then create a BASIC Bitmap Image that has a LOW RESOLUTION (e.g: 50x10) with a WHITE BACKGROUND draw a simple image and save the Bitmap File.

    Remember to save it as a 24-bit Bitmap


    I obviously made this program to handle more complicated drawings. This is just an example.



    Example of Image in Paint :


    TIP : If you have written text, you might want to Flip the image Horizontally.

    Open my program MW2-BMP2CODE.exe and load the Bitmap File you created into it. Enter the Height you want it to be displayed in the sky at and press [Enter], save the CodeFile.

    Example of the CodeFile :



    Then simply Copy&Paste the code in the CodeFile into your .gsc File as a Function or impliment it into a Function that you can call.

    Function Example
    Code:
    onPlayerSpawn(){
    self thread DrawingExample();
    }
    
    WP(X,Y,Z){B=spawn("script_model",self.origin+(X,Y,Z));B.angles=(90,0,0);B setModel("com_plasticcase_enemy");}
    
    DrawingExample(){
    //Copy&Paste CodeFile HERE!
    }
    WARNING : You obviously wouldn't want the text to be drawn everytime you spawn... I'm just using onPlayerSpawn as a universal example.





    If you get a "Missing file...." error then you need to download one of these. Pick the one thats compatible with your machine (x64/x86)


    Microsoft Visual C++ 2010 Redistributable Package (x86)
    https://www.microsoft...&displaylang=en

    Microsoft Visual C++ 2010 Redistributable Package (x64)
    https://www.microsoft...&displaylang=en

    His Video:
    [/QUOTE]



    VIRUS SCANS
    https://virusscan.jotti.org/eng/scanr...684e8ad428ffd4

    https://www.viruschief.com/report.htm...d10263f91ad0f1
    Last edited by Kane212; 07-31-2010 at 04:53 AM.

  2. The Following 3 Users Say Thank You to Kane212 For This Useful Post:

    aosma8 (07-30-2010),richardproductionz1 (09-22-2012),T7Amaazee (04-29-2015)

  3. #2
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Holly crap good job!

  4. #3
    Shucker's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    442
    Reputation
    16
    Thanks
    311
    My Mood
    Fine
    LMFAO MATE. Nicely done!

  5. #4
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Nice, Good Job

  6. #5
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  7. #6
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    LMAO, i just saw the same thread on MP.C forums xD!

  8. #7
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    lawl, everyone can see this?
    This could be a fucking riot!!!
    Thanks

    Ex Middleman

  9. #8
    Kane212's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    42
    Reputation
    11
    Thanks
    45
    ok i put a virus scan

    Quote Originally Posted by Josephlittle View Post
    LMAO, i just saw the same thread on MP.C forums xD!
    yes thats my thread on there.
    Last edited by Kane212; 07-30-2010 at 06:10 PM.

  10. #9
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Quote Originally Posted by Kane212 View Post
    ok i put a virus scan
    Since it was added late you won't probably get it approved tonight.

    Quote Originally Posted by Kane212 View Post
    yes thats my thread on there.
    That made me LOL'd

    Ex Middleman

  11. #10
    aosma8's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    44
    My Mood
    Doh
    Wow this is great gj.

  12. #11
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    Please add a second virus scan

  13. #12
    Alexsk8's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Italy
    Posts
    5
    Reputation
    10
    Thanks
    1

    FONT...

    OLD release -.-
    Last edited by Archangel; 07-30-2010 at 10:21 PM.

  14. #13
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    Do not EVER post outside links without approval of an moderator/minion!!
    next time you will get banned!

  15. #14
    Kane212's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    42
    Reputation
    11
    Thanks
    45
    welll it was just a microsoft link. but i guess i wont do it.

    EDIT: put the second one.
    Last edited by Kane212; 07-31-2010 at 04:54 AM.

  16. #15
    Melodia's Avatar
    Join Date
    Dec 2009
    Gender
    female
    Posts
    2,608
    Reputation
    276
    Thanks
    1,662
    My Mood
    Dead
    Quote Originally Posted by Archangel View Post
    Do not EVER post outside links without approval of an moderator/minion!!
    next time you will get banned!
    I Know MiCrapSoft = Shit, And are not trustworthy people, But I guess they won't install nastiest stuff than their OS nor can do more Harm.

    ~Approved
    Love You All~

Similar Threads

  1. [Release - UFB] Modern Warfare 2 L96A1
    By Doc in forum Combat Arms Mods & Rez Modding
    Replies: 35
    Last Post: 10-04-2010, 11:40 AM
  2. [Release]Modern Warfare 2 - LAN - AlterIWnet 1.3.3.7
    By 648DFSsdQ#$4 in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 32
    Last Post: 09-15-2010, 06:52 AM
  3. [SOLVED] [Release] Modern Warfare 2 Mombot [1.2.208]
    By deep in forum Call of Duty Modern Warfare 2 Help
    Replies: 13
    Last Post: 09-12-2010, 10:11 AM
  4. [RELEASE]Modern Warfare 2 Tools Compilation
    By ♪~ ᕕ(ᐛ)ᕗ in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 43
    Last Post: 09-12-2010, 09:19 AM
  5. Call of Duty: Modern Warfare 2 Update Released
    By t4ng0s in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 24
    Last Post: 02-26-2010, 09:26 AM