Page 1 of 5 123 ... LastLast
Results 1 to 15 of 72
  1. #1
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely

    Real Good Ideas?

    I challenge to give me a good idea which won't fail.

  2. #2
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Halo.
    Armor locks, jet packs, etc.
    Custom names (Black Ops mod)
    Spawn weapons around on the map
    Change weapons to fit how Halo is

    Lawl. I'm bored, dont mind me

  3. #3
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    How exactly is that a mod?
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  4. #4
    jul920's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    My Mood
    Tired
    Battlefield 2 mod... I've trying to make this mod, but i'm not really a good modder then my version suck

  5. #5
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    lol Battle-field 2 mod is goina be released by iGhost soon

  6. #6
    prisma's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    236
    Reputation
    11
    Thanks
    42
    My Mood
    Amazed
    Something like COd4 Classic ?

    Every player starts with the same weapon and without any perks etc. they have to pick up Perks and weapons to dominate the others.

    To pick up weapons and perks you could use the one that is used in that mod with the galerie outside of Terminal (Dont know the modname) which activates if the player is near and hide them after a player picked them up, after 30s they respawn etc.
    Set the hp bit more higher then normal to make it harder to kill some 1

    No things only useable for host!
    This is just the cuttet version of my mod idea, so write me a Pm to get the whole idea if you're interested... Got another idea which is a bit harder to do if some1 is interested
    Last edited by prisma; 10-30-2010 at 01:16 PM.

  7. #7
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    Quote Originally Posted by prisma View Post
    Something like COd4 Classic ?

    Every player starts with the same weapon and without any perks etc. they have to pick up Perks and weapons to dominate the others.

    To pick up weapons and perks you could use the one that is used in that mod with the galerie outside of Terminal (Dont know the modname) which activates if the player is near and hide them after a player picked them up, after 30s they respawn etc.
    Set the hp bit more higher then normal to make it harder to kill some 1

    No things only useable for host!

    For another pretty specific mod write me a pm
    Goodish idea i guess, pretty easy to do
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  8. #8
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Quote Originally Posted by jul920 View Post
    Battlefield 2 mod... I've trying to make this mod, but i'm not really a good modder then my version suck
    I've made it, I just keep it for myself, because.. I disliked it and don't think it would be fun to play, so don't blame me, it sucks but cool.. nvm

    And hey thx for the ideas!

  9. #9
    DEVID94's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    0
    Please read this idea,it's very great...

  10. #10
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Challenge you say. Make a RPG mod which writes to a file so people's skills are saved for whenever the host starts up another match.
    www.YouTube.com/MpKiller100

  11. #11
    prisma's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    236
    Reputation
    11
    Thanks
    42
    My Mood
    Amazed
    Quote Originally Posted by AZUMIKKEL View Post
    Challenge you say. Make a RPG mod which writes to a file so people's skills are saved for whenever the host starts up another match.
    Would be fun too... Like that RPG mod in CSS, with icestab on pistols, vampire, longer jumps and more hp and so on.

  12. #12
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Quote Originally Posted by prisma View Post
    Would be fun too... Like that RPG mod in CSS, with icestab on pistols, vampire, longer jumps and more hp and so on.
    Already made, but I'm thinking where it writes to a file and loads for next game as well
    www.YouTube.com/MpKiller100

  13. #13
    prisma's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    236
    Reputation
    11
    Thanks
    42
    My Mood
    Amazed
    Quote Originally Posted by AZUMIKKEL View Post
    Already made, but I'm thinking where it writes to a file and loads for next game as well
    yeah and the RPG thingy from Css does something kinda like that too

    But i thinks that is pretty hard to make x)

  14. #14
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    Awww ok
    All I need is to read text from file lawlz you and your challenges lol

  15. #15
    bomb21's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Unknown
    Posts
    57
    Reputation
    10
    Thanks
    22
    to save their 'level' in RPG mod:

    Code:
    self setPlayerData("money", self.level);
    
    to get the level:
    
    self.level = self getPlayerData("money");
    no, there is no host security error (or atleast not in a private match....)
    Last edited by bomb21; 10-30-2010 at 04:37 PM.

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

    [WhA]4FunPlayin (10-30-2010)

Page 1 of 5 123 ... LastLast

Similar Threads

  1. Real good idea for a mod xP
    By DEVID94 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 22
    Last Post: 11-01-2010, 03:39 AM
  2. I think its a good idea....
    By Trip-FX in forum General
    Replies: 27
    Last Post: 03-17-2009, 06:30 AM
  3. Good Idea!
    By almog6666 in forum Combat Arms Europe Hacks
    Replies: 6
    Last Post: 03-10-2009, 11:35 AM
  4. Really good Idea??
    By lildawg32 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 10-21-2008, 06:03 AM
  5. Good Idea or no?
    By KVizzle in forum Combat Arms Hacks & Cheats
    Replies: 34
    Last Post: 09-07-2008, 02:51 PM