Jump to content
Ghost Recon.net Forums

Cangaroo.TNT

Members
  • Content Count

    1,420
  • Joined

  • Last visited

Posts posted by Cangaroo.TNT

  1. - friendly AI is one of the worst i saw in any FPS, so called ghosts are retarded, can't find cover, cant shot back and gets block on simple obstacles when give route more complicated than going down the street.

    - Game is regular kill_whole_army_by_yourself shoter which pretends to be a realistic tac shoter. It was patchetic when i checked final stats and noticed that i have ~68 kills and my entire team has 3 kills ! And I was happy that i managed to lead them in one peace through the mission.

    Download Operation Storm HERE and you will see otherwise. I couldn't get a kill for myself as my guys were mowing down the waves of tangos.

    Oh, and prepare to die a lot. Hope that's not too arcadish for you!

  2. I'm starting work on a new TvT game mode and want to see what you guys think:

    Game Mode Name:

    Combat Search And Rescue (CSAR)

    Gameplay:

    4 Random spawns

    4 Random extraction points

    A map is filled with 16 possible objectives. One is chosen at random. There is no marker, so there is no way of knowing which objective was chosen. You have to search for it. Once you find the objective, your team will be alterted, then your team has to make it to extraction. There will be 2 possible extraction points, but the entire team has to extract to only 1.

    Scoring:

    Points for finding the objective

    Points if you prevent the successful team from extracting

    Bonus points if the successful team extracts with opposing team members still alive (extract stealthily)

    Also, if I can work it out, maybe I will incorporate the tagging after the objective is located, but reduce the tagged time to 10 seconds.

  3. Cangaroo,

    This spawning business keeps cropping up. I don't play MP so it makes no difference to to me but shouldn't there be a finite limit so it doesn't get too far from reality? If you get shot, you're shot, just like real life. It's where you're shot that makes the difference and whether you can carry on or not, innit it? Or is that asking too much of a computer game?

    Mike. :huh:

    Well, I agree with you. That's why the game modes I'm working on have controlled spawns. For example, in Advance And Secure, once dead you do not spawn until an objective is completed (by either team). Also, my next game mode, CSAR, will work similarly :thumbsup:
  4. In your GRAW 2 root directory (assuming you're patched). The editor was not available until 1.03. The name is "graw2_editor".

    1. Put a copy (not the original) on your desktop.

    2. Rename the file with the name of your map.

    3. Right-click, select "Edit"

    4. Replace the "%1" with the name of your map

    5. Put the renamed, edited file back in your GRAW 2 root directory.

  5. These are some of the issues I had:

    I enabled victory points in the *_settings.xml, but the scoreboard never showed VP earned for each player, even though players were properly awarded VP in the script. The only way to get VP to show on the scoreboard was to to enable ranking in the *_settings.xml, but then that forces the RvsA-type weapon selection.

    You can assign team points, and the players will still be ranked by kills, even if you set the kill points to zero in the *_rules.xml. However, I don't know if team points show on the coop scoreboard.

  6. From what I understand, you need to manually add HH zones to the minimap. I did that with generic editing software, saved it as a jpg, then converted it to a tga file. When the game loaded, I got an error message saying the minimap format was not supported. What software do you guys recommend I use to edit the minimap?

  7. Anyone get this figured out? If works with one file, but not another.

    I installed a bundle on one computer, and it worked fine. I put the exact same file on another, and it wouldn't work. I uninstalled & reinstalled GRAW 2 on the second computer, and the exact same file worked.

  8. I think part of the problem is that a lot of people are all talk. A lot of people were hoping for a gametype other than TDM. When Grin delivered a new & unique gametype, everyone still played TDM. I guess Grin wasted their time creating RvA and instead should have just made more maps. Even during the beta and demo, more people were playing TDM than RvA. :/

    TDM... TeDM... TeDiM... TeDiuM

  9. If you are making a new HH map that will use the original HH rules (as designed by Grin) you need to do the following:

    In the editor, use the "locations" layer and create the following locations:

    1> HH zone, and name it "hh_capture"

    2> Ghost spawn, and name it "hh_spawn_a"

    3> Mexican spawn, and name it "hh_spawn_b"

    If you have those 3 locations and name them exactly like that, the existing HH rules that Grin created will automatically make the smoke appear in the center of the location named "hh_capture".

  10. Is it either of these?

    <event name="pick_new_spawn_2_side_1" type="once">
    
    	<element type="SetSpawnLocation" location="spawn_2" set="true" side="1"/>
    
    	<element type="ForceSpawn" member_type="member_a" way="direct" />
    
    </event>
    <event name="pick_spawn_4_side_1" type="once">
    
    	<element type="SetSpawnLocation" location="spawn_4" set="true" side="1"/>
    
    	<element type="AllowSpawn" side="1" when="now" after_start="true" start_time="1" />
    
    </event>

    I'm sure they'd have to be modified somewhat to suit your game mode.

×
×
  • Create New...