H

highhead

Administrator

Last active 6 years ago

  1. 9 years ago
    Sat Apr 9 13:04:53 2016
    H highhead posted in alive civi problem.

    Oreokastro is an uninhabitated ghost town and therefor not indexed as an civilian objective.

    I don't see any issues with CUP Takistan. No filters or TAORs used, Vanilla CIV_F faction for simplicity:

    Civlian clusters:
    -image-

    With civilians:
    -image-

  2. Fri Apr 8 16:13:19 2016
    H highhead posted in Respawning.

    I learned that I should just make the "respawn with gear" optional on the Multispawn module :)

  3. Fri Apr 8 16:10:52 2016

    @Wedde CUP Takistani civilians are not yet ported - there are only cars in there.

  4. Fri Apr 8 16:09:59 2016

    ah yeah - needs massis middle eastern warfare and CUP (and CBA obv.)

  5. Fri Apr 8 16:09:31 2016

    Hey guys!

    Here is the takistan insurgency, hopefully I got the correct version - Its with HC. You can simply disable it if you dont want it with HC.

    http://s000.tinyupload.com/?file_id=04476820320582271334

  6. Wed Apr 6 18:44:03 2016
    H highhead posted in Respawning.

    PS: dont use the multispawn module in those cases, they will re-add your gear that you had when you were killed.

  7. Wed Apr 6 18:40:21 2016
    H highhead posted in Respawning.

    Hey!

    This in the init.sqf of your mission will simply do the trick.

    if (hasInterface) then
    {
    player addEventHandler ["RESPAWN", {
    removeallweapons (_this select 0);
    removeallitems (_this select 0);
    removeVest (_this select 0);
    removeheadGear (_this select 0);
    removeGoggles (_this select 0);
    }];
    };

    • On first connect the standard loadout is used (or a custom empty one from init-field of the unit).
    • Players will gear up at your box and save to DB on disconnect.
    • On reconnect, players will load their formerly loadout from DB.
    • If they die and respawn all gear is removed and they have to gear up again.

    I probably covered many usecases in the ALiVE Sabotage MP Showcase mission already, take a look at that.

  8. Wed Apr 6 17:24:51 2016
    H highhead posted in setfriends breaks player support?.

    nvm - edited. Can see the issue, will put up a ticket

  9. Mon Apr 4 20:14:40 2016
    H highhead posted in Bad object type as installation.

    using CUP terrains here, F.e. Takistan works fine. The problem with old A2 maps (before OA) in general is, that there are no walkable buildings with indoor positions.

  10. Mon Apr 4 16:49:39 2016

    ah and yeah. Can you please try to see if you run the mission non HC. Just switch AI distribution to server on "requires ALiVE" - Is it also crashing?

View more