Jump to content

skavi

Developer
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

skavi's Achievements

Rookie

Rookie (2/15)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post
  • Conversation Starter

Recent Badges

2

Reputation

  1. skavi

    MinPopEvents

    thanks, busy adding santa's sleigh, will add halloween and easter egg hunt at same time
  2. skavi

    MinPopEvents

    Yeah, for sure. Do you know what their prefabs are? Like, in the server console it should print out something like: [event] path/to/something.prefab
  3. skavi

    EventRF

    This plugin allows players to carry pagers and be notified when an event starts. For example, when cargo ship comes out. Players can already get notified via RF when either of the oil rigs is being taken, or when the excavator is being used. This add more uses to the RF system. There is no on-screen message sent to players - notification is only sent on the in game RF frequencies. Other plugins already exist to provide on screen notifications - this is for servers that don't want on-screen notifications. Why would a server owner prefer this over on-screen notifications? To increase immersion and to balance the notification. In order to receive the notification you have to go through the effort to set up RF and carry a pager etc. On-screen notifications, in my opinion, make it too easy for players. They should earn the right to be notified.
  4. skavi

    MinPopEvents

    Version 2.1.0

    356 downloads

    Will do another update shortly (2012-12-16) for Santa's sleigh event which is not handled. Disables events if the number of players is below a configurable threshold. The required number of players is configured per event. Events are: Bradley APC Cargo plane Cargo ship CH47 helicopter Patrol helicopter Configuration A configuration is automatically create the first time the plugin is loaded, allowing one to set the minimum required population for each event type. { "Bradley APC": { "Minimum players": 0 }, "Cargo plane": { "Minimum players": 30, "Prefab": "assets/prefabs/npc/cargo plane/cargo_plane.prefab" }, "Santa's sleigh": { "Minimum players": 0, "Prefab": "assets/prefabs/misc/xmas/sleigh/santasleigh.prefab" }, "CH47 helicopter": { "Minimum players": 50, "Prefab": "assets/prefabs/npc/ch47/ch47scientists.entity.prefab" }, "Patrol helicopter": { "Minimum players": 0, "Prefab": "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab" }, "Easter egg hunt": { "Minimum players": 0, "Prefab": "assets/prefabs/misc/easter/egghunt.prefab" }, "Halloween hunt": { "Minimum players": 0, "Prefab": "assets/prefabs/misc/halloween/halloweenhunt.prefab" }, "Cargo ship": { "Noninitial loot round minimum players": [ 20, 30 ], "Minimum players": 0, "Prefab": "assets/content/vehicles/boats/cargoship/cargoshiptest.prefab" } } Cargo ship loot rounds Cargo ship can have a minimum number of players below which it will not spawn. Additionally, the number of loot rounds can be modified with the population. In the example above, cargo ship requires a minimum pop of 5 players to spawn with a single loot round, 20 players for 2 loot rounds and 30 players for 3 loot rounds. Set "Noninitial loot round minimum players" to an empty array to use default cargo loot rounds.
    Free
  5. skavi

    EventRF

    Version 1.1.1

    335 downloads

    Event RF broadcasts on a separate RF frequency for different events, such as cargo ship, patrol helicopter etc. Chat commands /eventrf list shows a list of events for which RF broadcasting is enabled and the frequencies on which they will be broadcast. Configuration A configuration file will be created when first loaded with a setting to enable RF broadcasting for each type of event, and a setting to configure the RF frequency for each event. { "Bradley APC RF enabled": true, "Bradley APC RF frequency": 4788, "Cargo plane RF enabled": true, "Cargo plane RF frequency": 4786, "Cargo ship RF enabled": true, "Cargo ship RF frequency": 4785, "CH47 helicopter RF enabled": true, "CH47 helicopter RF frequency": 4787, "Patrol helicopter RF enabled": true, "Patrol helicopter RF frequency": 4789 } Note that the range 4760-4790 cannot be broadcast to by normal players, so using frequencies within that range is recommended.
    Free
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.5k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.