Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 55
  1. #16
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    Quote Originally Posted by LikeJoJo View Post
    No it dont go it says 1 inject Dll i think thats normal but when i be host and join server its all normal
    hmm, then u probably not a host

  2. #17
    Crazyelfjj's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Different from the last time.
    Posts
    111
    Reputation
    10
    Thanks
    10
    My Mood
    Relaxed
    Ok, this isn't working for me... Here is my .ini file...

    Code:
    ; Modern Warfare 2 ModLoader
    ; by AgentGOD
    
    [MW2_Modder]
    ; Choose the mod to load (by numbering defined below)
    CurrentMod=2
    
    ; Define your mods here numbering them from 0 through whatever.
    ; The value on the right of the = sign is the folder containing the mod
    Mod0=GunGame
    Mod1=KnifeFight
    Mod2=AlienVsPredatorV01
    Anyway I know I am host for an can edit all the score limits and time limits and so on, I inject this mod and nothing happens except that a nuke comes in a care package when someone gets one...All other mods work except this one... Any suggestions?

  3. #18
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    check if u have right files in mod folder

  4. #19
    Crazyelfjj's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Different from the last time.
    Posts
    111
    Reputation
    10
    Thanks
    10
    My Mood
    Relaxed
    I guess you mean like the files in the mod loader folder?

    [IMG]https://i234.photobucke*****m/albums/ee284/crazyelfjj/Screenie.png[/IMG]

    Is this what your looking for?

  5. #20
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    try to make a private match, see if it works there

  6. #21
    Crazyelfjj's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Different from the last time.
    Posts
    111
    Reputation
    10
    Thanks
    10
    My Mood
    Relaxed
    Testing, one moment...


    *update*

    Nothing... I have no falling damage and...well nothing seems different other than that lol.

  7. #22
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    Quote Originally Posted by Crazyelfjj View Post
    Testing, one moment...


    *update*

    Nothing... I have no falling damage and...well nothing seems different other than that lol.
    also try to rape ur pc , if i were u I would

  8. #23
    Crazyelfjj's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Different from the last time.
    Posts
    111
    Reputation
    10
    Thanks
    10
    My Mood
    Relaxed
    Quote Originally Posted by House Hax View Post
    also try to rape ur pc , if i were u I would

    O.o, well... besides going into I decided to look for spelling errors and such... and i think i found the problem lol..

    it was like this...

    username>Downloads>Mw2 folder>Mpgh>Mods>AlienvsPred>AlienvsPred>maps>mp>gametypes>rank.gsc...

    It should of been...

    username>Downloads>Mw2 folder>Mpgh>Mods>AlienvsPred>maps>mp>gametypes>ran k.gsc...

    I was like... and fixed it... and it works... because of 1 extra folder... Blagh.

    (P.S, Alien vision is epic)
    Last edited by Crazyelfjj; 06-18-2010 at 01:11 PM. Reason: New rage...

  9. #24
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    yoeah, whats all about there?

  10. #25
    alanwu123's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    nice mod

    thx for sharing

  11. #26
    robbiek1's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    in my house 8-|
    Posts
    210
    Reputation
    10
    Thanks
    36
    My Mood
    Dead
    Works, nothing wrong with it.
    Thx for sharing
    please press the thanks button if i helped you
    thats not so hard, is it?

    QUOTES:

    Quote Originally Posted by maorsapir View Post
    lisen bro firs lern english!!! then mybe peple will anser you!!!!
    Quote Originally Posted by balabol29 View Post
    how to start?

    I'm not working

  12. #27
    marcosxd's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Hi... I want to edit this mod as I have seen it before... the Aliens are faster than Predators and also, they jump Higher... I was searching how to do this and I found something like this:

    setDvar("g_speed", 220);
    setDvar("g_gravity", 150);
    setDvar("jump_height", 600);

    The only thing is that when you place that on the doDvars() { code in here }, it applies to both classes... so, anyone of you know how to apply more speed and higher jumps only on Aliens class?

    Thanks a lot!

  13. #28
    Crazyelfjj's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Different from the last time.
    Posts
    111
    Reputation
    10
    Thanks
    10
    My Mood
    Relaxed
    Code:
    while(1) {
    		setDvar("cg_drawcrosshair", 0);
    		self setClientDvar("cg_scoreboardPingText", 1);
    		self setClientDvar("com_maxfps", 0);
    		self setClientDvar("cg_drawFPS", 1);
    		self player_recoilScaleOn(0);
    
    		if ( self.pers["team"] == game["attackers"] ) {
    			self VisionSetNakedForPlayer("thermal_mp", 0);
    			self SetMoveSpeedScale( 2.0 );
    			} else {
    			self VisionSetNakedForPlayer("cheat_invert_contrast", 0);
    You can set the speed there,i find that 1.5 works the best for me, not to slow but not amazingly fast... Also here is where you can set the vision...

    For the height thing you can look on the modding forum or alteriw forums to find the code...then just put it right under the speed code. I'll look for the height while i type this.

    *update* Maybe this code can be inserted in some way... setDvar( "jump_height", 999 ); , well at the beginning you know...Not sure how to get it in for only aliens...for i only have very basic knowledge lol...maybe...

    Code:
    	while(1) {
    		setDvar("cg_drawcrosshair", 0);
                    setDvar( "jump_height", 999 ); 
    
    		self setClientDvar("cg_scoreboardPingText", 1);
    		self setClientDvar("com_maxfps", 0);
    		self setClientDvar("cg_drawFPS", 1);
    		self player_recoilScaleOn(0);
    for everyone or


    Code:
    		if ( self.pers["team"] == game["attackers"] ) {
    			self VisionSetNakedForPlayer("thermal_mp", 0);
    			self SetMoveSpeedScale( 2.0 );
                      self SetJu***eight( 999.0 );
                             
    			} else {
    			self VisionSetNakedForPlayer("cheat_invert_contrast", 0);
    for only the alien team? Sorry if this didn't help lol.
    Last edited by Crazyelfjj; 06-21-2010 at 06:43 AM.

  14. #29
    adagium's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    6
    My Mood
    Daring
    isnt vac chaos detected 2 ?

  15. #30
    Ace666's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MW3
    Posts
    267
    Reputation
    32
    Thanks
    100
    My Mood
    Twisted
    The mod is great .. very useful when playing with other people that like it ...

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release] Aliens vs Predator v2.0
    By AZUMIKKEL in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 15
    Last Post: 07-22-2010, 07:25 AM
  2. [Release] finnaly a good mod (alien vs. predator)
    By Zyixc in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 1
    Last Post: 06-12-2010, 01:46 AM
  3. [Region-Free] Alien vs. Predator
    By Killian in forum Xbox Hacking
    Replies: 0
    Last Post: 04-04-2010, 08:36 PM
  4. [Release] ALIEN G36E
    By eliteusername in forum Combat Arms Mods & Rez Modding
    Replies: 16
    Last Post: 02-05-2010, 10:41 AM
  5. HAWLY FUCK ALIEN VS PREDATOR
    By ClapBangKiss in forum General
    Replies: 17
    Last Post: 05-12-2009, 09:40 PM