Riley

Member

Last active 4 years ago

  1. 5 years ago
    Tue Oct 9 07:42:11 2018
    Riley posted in Force Size.

    The force size relates to the TAOR marker that it is assigned to.
    If that covers the whole map then it will divide the forces among all objectives in that TAOR.

  2. Tue Oct 9 07:38:35 2018
    Riley posted in Alive Time Progession.

    To elaborate on what BvB said, I use the following code to make night time pass faster than daytime.

    if (!isServer) exitWith {};
    while {true} do
    {
        if (daytime >= 17.40 || daytime < 6) then
        {
            setTimeMultiplier 12 //for night time
        }
        else
        {
            setTimeMultiplier 4 //for day time
        };
        sleep 120;
    };

    Saved in "time_cycle.sqf".

  3. Sat Aug 18 16:41:16 2018

    Yes, and it would be rare to see it be limited to an unusable amount of characters, but I have seen this issue before in certain server control panel software.

  4. Sat Aug 18 12:48:23 2018

    While they may not have a limit to how many mods you can use, there may be a limit as to how many characters can be used in the command line.

  5. Tue Jul 17 05:25:17 2018

    Zeus is a virtual entity and depending on certain situations, will not trigger virtual profiles to actually be spawned into reality. Try teleporting within spawn range and then zeus over to see if they have appeared in the "real world".

  6. 7 years ago
    Fri Dec 2 13:57:20 2016
    Riley posted in Vote for Mod of the Year.

    Voted +1

  7. Mon Oct 10 21:00:21 2016
    Riley posted in ALiVE Singleplayer.

    You could also try the solution S.Crowe cooked up. Found here -> . It should work well for SP games.
    NOTE: Untested by me, I let him handle that during our games.

  8. Mon Oct 3 22:32:00 2016
    Riley posted in Balancing missions help..

    Like @HeroesandvillainsOS I encourage people to take what I made and make it better.
    Never know, we might learn something from you!
    TFA Takistan Insurgency

  9. Mon Oct 3 01:52:48 2016
    Riley posted in vehicle stuck .

    Has the characteristics of a script for vehicles being poorly ran on unit init, or at least something of that manner.
    Any vehicle altering scripts running? Cargo, handling, etc?

  10. Fri Sep 30 02:05:35 2016
    Riley posted in New and seeking advice.

    I cant really speak for the RHS stuff because I haven't used it in a while. What might be happening is an improper faction naming. Make sure there are no unwanted spaces at the beginning or end of the faction names that you put in.
    The TAOR sizes will dictate where units populate and patrol. They generally do not leave their TAOR unless ordered to reinforce friendly units or attack elsewhere.
    Force levels like 60 are groups not individual soldiers. The groups can be anywhere from 2 to 10 soldiers each.

View more