develop for BNWCS

To develop weapons, vehicles, buildings, or other products that are enhanced for use with the BNWCS, you will need to grab a "Brave New World Combat System Developer's Kit off XStreetSL.com by clicking here, or pick one up in-world at the Terminal 3 Armory by clicking here.

The "BNWCS Developer's Kit" contains API scripts that allow you to

  • Make explosive weapons (Splash API)
  • Make vehicles BNWCS-compatible (Vehicle API)
  • Make destructible buildings or scenery (Target API)
  • Query BWNCS meters or the BNWCS sim for information (Query API)
  • Listen for and react to BNWCS events such as avatar death or team change (Info API)


Last updated Mar 27, 2010
meter_state
integer

Values:
0: Loading
1: Non-combative
2: Combative
3: Dead
Team
string

Values:
None, Red, Orange, Yellow, Green, Blue, Purple, Pink
Achievement_Type
string

Values:
headshot, multi_kill, killing_spree
This is a list of all the avatar's statistics and ranking information for the current sim, in stat=value format.

You would probably want to split this string at an ampersand (&) character, then split each of THOSE pieces at an equals sign (=).

The statistics are identified by shortened names in lower-case, as follows:

rtg: Rating
k: Kills
d: Deaths
a: Assists
kpd: Kills per Death
m: Longest Life
p: Total Playtime
r: Revived
hl: Healed
s: Sniped
hd: Headshots
mk: Multikills
ks: Killing Sprees
rnk: Rank
This is a list of all of the sim's settings, as provided by the "BNWCS Combat Zone Custom Settings Server" object.

You would probably want to split this string at an ampersand (&) character, then split each of THOSE pieces at an equals sign (=).

More information about all the different settings you will encounter in this string can be found at http://BNWCS.org/?zone_notes
Statistic_Name
string

Values:
Rating
Kills
Deaths
Assists
KPD (Kills per Death)
Maxlife (Longest Life)
Playtime (Total Playtime)
Revived
Healed
Sniped
Headshots
Multikills
Sprees (Killing Sprees)
Rank