User:Nexii Malthus/SLMC
The Second Life Military Community is a loose collection of different organised groups that offer membership for combat equipment, theme, a region homebase to defend, and a community to socialise with. SLMC Groups are called Militaries.
Militaries are run like a player base combined with game developers which you can apply to join. These groups have their own armory of equipment provided to their members. Equipment offered may be HUDs, ranged weapons, melee weapons, vehicles, movement enhancers (jetpacks, rolldive), etc.
Militaries often engage in raids against others by launching a group attack on another's base. In the past combat would often be spontaneous without warning, however as activity has diminished and things have changed the etiquette is now to ask the defenders on the sim that you wish to attack solo or raid as a group. Also usually they will have an object on the sim near the hub or spawn that allows you to ping their discord to an upcoming raid.
A military may offer a universal HUD to their members that helps unify common equipment and provide key functionality part of their typical combat, such as deployables (barricades, interceptors, ...), throwables (such as grenades), consumables, and movement enhancers (like a rolldive). They may also feature a private chat channel for communications, which can be used for teamwork or an OIC to manage the combat session.
Before Combat2 it was standard practice to use Listen Based Armor (LBA) for vehicles, deployable equipment and other damageable objects. However Combat2 introduces object-based health which scripts can use instead which has numerous advantages.
Scripts
Name | Creator | Description |
---|---|---|
Listen Based Armor v2 | Dread Hudson | LBA is an old armor system (object-based health) that the SLMC has used for years. LBA predates Combat2 and is therefore looking to be phased out as new armories start to implement object-based health instead |
Combat 2 Armor (C2A) | Thunder Rahja | C2A is a new armor script that provides backwards compatibility to LBA v2 by converting LBA damage over. It also carries over the design philosophy of LBA in using armour points to describe the health (where 100 health = 1 armour point) |
LLCS2 Armor | Nexii Malthus | Object-based health script that emphasises on performance and flexibility. Backwards compat with LBA. Supports customisation via REZ_PARAM_STRING. Heavily commented script. |
Object-based Health | Nexii Malthus | The simplest object-based health script you can make, to demonstrate how the functionality works |
Guides
Name | Creator | Description |
---|---|---|
Getting started on Combat Vehicles | Nexii Malthus | [WIP] Guide to getting started on scripting combat vehicles |
How to make a Multi-legged Mech | Nexii Malthus | [WIP] Guide to scripting mechs with multiple legs |
Scripting an attachment weapon | Nexii Malthus | [WIP] Guide to scripting an attachment weapon |