Jump to content
Ghost Recon.net Forums

Cangaroo.TNT

Members
  • Content Count

    1,420
  • Joined

  • Last visited

Posts posted by Cangaroo.TNT

  1. A-HA!

    Remove the editor version from your data/custom_levels folder!

    I just click & drag it to my desktop.

    By "editor version" I mean the pre-bundled folder in your data/custom_levels folder. You do not have to remeove the lightmaps from the textures folder, also located in the data folder.

    P.S. I just checked. The actual paths are:

    //data/levels/custom_levels

    //data/textures/custom_levels

  2. Okay, so there are only 12 combinations:

    Ghosts spawn at 1, Rebels spawn at 2

    Ghosts spawn at 1, Rebels spawn at 3

    Ghosts spawn at 1, Rebels spawn at 4

    Ghosts spawn at 2, Rebels spawn at 1

    Ghosts spawn at 2, Rebels spawn at 3

    Ghosts spawn at 2, Rebels spawn at 4

    Ghosts spawn at 3, Rebels spawn at 1

    Ghosts spawn at 3, Rebels spawn at 2

    Ghosts spawn at 3, Rebels spawn at 4

    Ghosts spawn at 4, Rebels spawn at 1

    Ghosts spawn at 4, Rebels spawn at 2

    Ghosts spawn at 4, Rebels spawn at 3

    That's every possible spawn combination, right?

  3. my only thought - if u have unlimited respawns at the start duz everyone run n gun until they find the vip?
    They could run and gun, but here was my though process:

    >>The more people, the quicker the VIP is located.

    >>Since the location of the VIP is unknown, it could take a long time for 1 person to find him. So, people could spend a LOT of time in deathcam. Some people don't mind waiting when a round is set to 5 minutes. But 20 minutes is another story.

    >>Some people like respawn, some don't, so this has both (no respawn after VIP is located).

    >>Once upon a time, someone was talking about a GR1 coop server that was run very professionally. Everyone had to be on comms, and players were assigned specific objectives & teams. I kinda envisioned this along the same lines: Alpha team check 1-4; Bravo team check 5-8, Charlie team check 9-12, and Delta team check 13-16. If teams die, it could get confusing as to which were checked and which weren't.

    Besides, I think the number of respawns can be set by the server (I never checked that :wall::wacko: ).

  4. Okay, I could not find the command to remove the ally marker (blue diamond) from friendly NPC's, and barring divine intervention or help from Grin, I never will. So, I came up with this workaround, and would like to know what you guys think:

    >>Instead of spawning a different NPC depending on which side locates the VIP, I only spawn a rebel mercenary.

    >>Rebel mercenaries do not show the ally markers (blue diamond) for either team

    >>I set him to blind & deaf, so he does not see enemies, nor does he shoot, nor does he return fire.

    >>To compensate for his inability to defend himself, I set his health to 100 (default is 2)

    So, what do you guys think? Is that a suitable solution? I think in other games, like AA, the VIP is normally unarmed anyway, correct?

    On the upside, everyone complains about how deadly accurate the AI is. At least people won't complain about getting killed by a NPC.

  5. I checked, and the only possible suggestion I have is to add start times. I know that sometimes certain codes do not execute if they do not have start times. For instance,

    <element type="AlterGroupStats" group_id="m_vip_2" max_health="100" health="100" />

    would not work at all until I changed it to :

    <element type="AlterGroupStats" group_id="m_vip_2" max_health="100" health="100" start_time=".3" />

  6. I think the biggest problem here may be with the time the server is set to. So, maybe you can start an internal timer, than at a certain point (say 1 or 2 minnutes left) add:

    <element type="AllowSpawn" side="1" when="always" after_start="false" />

    That will prevent new players from joining.

    I don't know for sure, but I think it would be something along the following lines:

    <element typ="GetGlobal" setting="multiplayer_round_time" var="time_remaining" />

    Then, start an event the runs once every second that contains:

    <element type="Calculate" start_time="1" >

    <sub target="time_remaining" source="1" />

    </element>

    Then, have the lockout event contrain:

    <element type="TriggerEventIfVar" var="time_remaining" less_than="60" event="prevent_new_players_from_spawning />

    Then, use the "AllowSpawn" at the top of this post.

    (I know this is not complete, but I'm sure you can fill in the blanks).

  7. Can anyone from Grin help since Wolfsong stopped? Can someone PM me a contact? I know it can be done, and I think I'm close. But I've hit a road block.

    I have seen this code in "Get me Rosen" and elsewhere, but don't know what it does:

    <element type="ActivateGroup" group_id="xxxxx" group_localize_id="prisoner" />

    The character attribute "localize_id" is listed with "ally_marker". So, I've tried "ActivateGroup" with several variations of "ally_marker" without success.

    Based on the thread in the PC forum, I have a feeling Grin's last patch is imminent, and their modding support, not that I have received any, will be gone, too.

  8. Well, I'm pretty sure that if you have a dedicated server, the players only need a few of the files that make the game mode work. So, it may be possible to have different kits on different servers. If true, then I could play TRR on 1 server that is sniper only, and another that is pistol only, and not have to d/l different maps.

    Again, if true, that means different clans could customize the kits however they want.

×
×
  • Create New...