Results 1 to 13 of 13
  1. #1
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic

    Wink Mod Ideas (I really need some)

    Hey, I want to make a new mod.

    But I have no ideas about what it gone be.


    So i need help here

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  2. #2
    darkorlegend's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Island Canary
    Posts
    171
    Reputation
    10
    Thanks
    63
    My Mood
    Worried
    MoD Paintball, bullets adding effect. And 12 Hours change day: night and day, cod 4 maps =
    and Capture the Flag.

    MapEdit Create Blocks
    Last edited by darkorlegend; 05-25-2011 at 09:45 AM.

  3. #3
    Drake's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Belgium,Oost-Vlaanderen
    Posts
    12,680
    Reputation
    1801
    Thanks
    4,929
    like a World war I mod .
    like in Wasteland and afghan , you have 2 camps , each starting from a different side , they only have a MODEL 1887/RANGER and FRAG . so u wont get the regular far shooting combat . and they have to capture eachothers camp . (if you would make somethign like this , make the capture time 5min. , but if 1 person gets to start capturing for 15 seconds , the time will be saved so the next one capturing will start from 15secs , so they can slowly take it )

  4. #4
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    make a vip mod like the hidden not working game type xD

  5. #5
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Quote Originally Posted by pyrozombie View Post
    make a vip mod like the hidden not working game type xD
    The VIP gametype works, right...?

  6. #6
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    You should make Dancing OMAs, , use: "weapon_oma_pack" as model, it could be epic,

  7. #7
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    no vip gameplay doesn't work only keeps on loading forever :S if you got it working pleas tell me how:P

    and to go back on topic its hard to make something never been done before

    maybe you can make some mod with a AI monster thats has a lot of hp but walks real slow and can only be killed with surten weapons or on custom parts of body or something

  8. #8
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Quote Originally Posted by pyrozombie View Post
    no vip gameplay doesn't work only keeps on loading forever :S if you got it working pleas tell me how:P

    and to go back on topic its hard to make something never been done before

    maybe you can make some mod with a AI monster thats has a lot of hp but walks real slow and can only be killed with surten weapons or on custom parts of body or something
    Try aIW's VIP mode...
    (Extract the .gsc files and make it a mod)

    Anways ontopic:
    Try somenthing theme based, which people has not created before :P

  9. #9
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by Yamato View Post
    You should make Dancing OMAs, , use: "weapon_oma_pack" as model, it could be epic,
    Code:
    doRetardedOMA()
    {
        self endon("death");
        self endon("disconnect");
        
        OMA = spawn("script_model", self.origin + (0, 0, 50));
        OMA setModel("weapon_oma_pack");
    
        while(1)
        {
            OMA rotateRoll(randomIntRange(-20, 20), 0.5);
            OMA rotatePitch(randomIntRange(-20, 20), 0.5);
            OMA rotateYaw(randomIntRange(-20, 20), 0.5);
            wait 0.5;
        }
    }
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  10. The Following User Says Thank You to master131 For This Useful Post:

    Yamato (05-26-2011)

  11. #10
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by master131 View Post
    Code:
    doRetardedOMA()
    {
        self endon("death");
        self endon("disconnect");
        
        OMA = spawn("script_model", self.origin + (0, 0, 50));
        OMA setModel("weapon_oma_pack");
    
        while(1)
        {
            OMA rotateRoll(randomIntRange(-20, 20), 0.5);
            OMA rotatePitch(randomIntRange(-20, 20), 0.5);
            OMA rotateYaw(randomIntRange(-20, 20), 0.5);
            wait 0.5;
        }
    }
    loooool, thanks anyways, I was saying that as a joke,

  12. #11
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    wtf is a oma???

  13. #12
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by pyrozombie View Post
    wtf is a oma???
    One Man Army.

    Like Yamato's Picture

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  14. The Following User Says Thank You to Jorndel For This Useful Post:

    Yamato (05-26-2011)

  15. #13
    pyrozombie's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    holland
    Posts
    351
    Reputation
    12
    Thanks
    62
    My Mood
    Cool
    hahaha oke:P i'am dutch and in holland oma means grandma xD

  16. The Following User Says Thank You to pyrozombie For This Useful Post:

    Yamato (05-27-2011)