Special Commands: Difference between revisions

From Rise: The Vieneo Province

No edit summary
No edit summary
 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
These commands are entered in the [[Communications]] window and are not regurgitated to other players. First hit "Enter" to focus the chat line, then enter the commands below, then hit "Enter" again to send the request. If the request cannot be accommodated (for example no unoccupied vehicles of a specific type) the server will send a reply in the chat history.
==Players==
<br />
'''000DESTRUCT0'''
Initialize auto-destruct sequence (commit suicide)
Using this command has the same implications as a normal [[deaths|death]]. You will also be refueled but there are limitations ... for example, you can't self-destruct to get fuel, sell all the fuel, and then expect to be awarded a full tank on subsequent self-destruct ... you must burn fuel awarded through self-destruct in order to get fuel in the future.
<br /><br />
'''000WEIGHT0''' through '''000WEIGHT100'''
Artificially set your vehicle weight (simulator)
Set your vehicle weight between "empty weight" and "max gross weight" for flight testing (admins) or when in the simulator (all other players).
==Admins Only==
<br />
'''111VEHICLETYPE##'''
'''111VEHICLETYPE##'''
<br>


Requests transfer to the nearest unoccupied active vehicle (preference for vehicles you have access to)
Requests transfer to the nearest, unoccupied, active, empty vehicle not owned by Rusty's (preference for vehicles you have access to)  
of the requested type in the same reference frame within 320 km
of the requested type in the same reference frame within 320 km


Types are listed here:
Types are listed here:


* public const byte MuVER = 1;
*C98 = 1,
* public const byte E10 = 3; // saint
*DIHV = 2,
*         public const byte P13 = 4; // prowler
*E10 = 3,
*         public const byte A4 = 5; // wanderer
*P13 = 4,
*         public const byte C2 = 6; // dasher
*A4 = 5,
*         public const byte T120 = 7; // steerhead
*C2 = 6,
*         public const byte E11 = 8; // E-11 saint
*T120 = 7,
*         public const byte T1 = 9; // stratoranger
*E11 = 8,
*     public const byte T27 = 20; // mammoth
*//T1 = 9, // UNUSED
*     public const byte C-2A = 21; // Dasher A
*ARJ_PAX = 10,
*     public const byte W-6 = 24; // W-6 Manx
*ARJ_CNST = 11,
*ARJ_CARGOAFT = 12,
*ARJ_FUEL = 13,
*ARJ_CARGOTOP = 14,
*ARJ_MUNITIONS = 15,
*ARJ_ENUM = 19, // ARJs reserved 10-1
*Apartment = 20, // reserved
*C2A = 21, // new dasher
*T27 = 22, // mammoth
*BeishtKione = 23,
*W6Manx = 24,
*SimBay = 25, // reserved
*ControlTower = 26, // reserved
*T19 = 27, // stratomaster
*FloatingMan = 28,
*T121 = 29 // steerhead
 
 
<br />
'''111VEHICLE#####'''
<br>
 
Requests transfer to the specified IVR as long as it is unoccupied, active vehicle




Line 31: Line 72:
'''111DIHVSTATUS#'''
'''111DIHVSTATUS#'''


  Queue up arrival or departure animation for the DIHV ship (does not affect newspaper, loading/unloading of materials from TAC)
  Queue up arrival or departure animation for the DIHV ship
(does not affect newspaper, loading/unloading of materials from TAC)


* 0 = Arrive and dock
* 0 = Arrive and dock
Line 46: Line 88:
'''000COMMANDO0'''
'''000COMMANDO0'''


  Repositions you 2000 km straight up (for space-capable vehicles only)
  Repositions you 500 km above the surface at your current location (for space-capable vehicles only) in a stable orbit
 


'''000COMMANDD0'''
'''000COMMANDD0'''
Line 56: Line 97:
'''000COMMANDSIM0'''
'''000COMMANDSIM0'''


  Toggles whether your current vehicle is a simulator or not.
  Toggles whether your current vehicle is a simulator or not (only available on the T-1, T-19, and W-6 models currently)




Line 62: Line 103:


  Re-positions you 20 km straight up
  Re-positions you 20 km straight up
'''000COMMANDSUN0''' , '''000COMMANDSUN1''' and '''000COMMANDSUN-1'''
Controls the light level
* SUN0 = Night
* SUN1 = Day
* SUN-1 = Reset to correct time of day
'''000COMMANDALPHA0''' and '''000COMMANDALPHA1'''
Controls the alpha screen level (to simulate being in with 400m viz or out of the clouds with 42.16km viz)
'''000COMMANDGAMMA0''' and '''000COMMANDGAMMA1'''
Controls the gamma screen level (to simulate reentry, must also have 000COMMANDALPHA disabled)
'''000COMMANDELMO0''' and '''000COMMANDELMO1'''
Controls the St. Elmo's Fire effect (must also have 000COMMANDALPHA enabled)
'''000COMMANDBOLT'''
A bolt of lightning 50% intensity and 50% distant
'''000COMMANDRADIO'''
Temporarily toggles whether the current vehicle is equipped with a [[JVC Radio]]
'''000COMMANDNVG'''
Temporarily toggles whether the current vehicle is equipped with [[Night Vision Goggles]]

Latest revision as of 13:02, 19 July 2026

These commands are entered in the Communications window and are not regurgitated to other players. First hit "Enter" to focus the chat line, then enter the commands below, then hit "Enter" again to send the request. If the request cannot be accommodated (for example no unoccupied vehicles of a specific type) the server will send a reply in the chat history.

Players


000DESTRUCT0

Initialize auto-destruct sequence (commit suicide)

Using this command has the same implications as a normal death. You will also be refueled but there are limitations ... for example, you can't self-destruct to get fuel, sell all the fuel, and then expect to be awarded a full tank on subsequent self-destruct ... you must burn fuel awarded through self-destruct in order to get fuel in the future.

000WEIGHT0 through 000WEIGHT100

Artificially set your vehicle weight (simulator)

Set your vehicle weight between "empty weight" and "max gross weight" for flight testing (admins) or when in the simulator (all other players).

Admins Only


111VEHICLETYPE##

Requests transfer to the nearest, unoccupied, active, empty vehicle not owned by Rusty's (preference for vehicles you have access to) of the requested type in the same reference frame within 320 km

Types are listed here:

  • C98 = 1,
  • DIHV = 2,
  • E10 = 3,
  • P13 = 4,
  • A4 = 5,
  • C2 = 6,
  • T120 = 7,
  • E11 = 8,
  • //T1 = 9, // UNUSED
  • ARJ_PAX = 10,
  • ARJ_CNST = 11,
  • ARJ_CARGOAFT = 12,
  • ARJ_FUEL = 13,
  • ARJ_CARGOTOP = 14,
  • ARJ_MUNITIONS = 15,
  • ARJ_ENUM = 19, // ARJs reserved 10-1
  • Apartment = 20, // reserved
  • C2A = 21, // new dasher
  • T27 = 22, // mammoth
  • BeishtKione = 23,
  • W6Manx = 24,
  • SimBay = 25, // reserved
  • ControlTower = 26, // reserved
  • T19 = 27, // stratomaster
  • FloatingMan = 28,
  • T121 = 29 // steerhead



111VEHICLE#####

Requests transfer to the specified IVR as long as it is unoccupied, active vehicle


111VEHICLERETURN

Requests transfer back to original vehicle before 111VEHICLETYPE## was ever used as long as it is within 320 km


111REFUELME

Refuels your current vehicle to the maximum allowable for the vehicle type


111DIHVSTATUS#

Queue up arrival or departure animation for the DIHV ship
(does not affect newspaper, loading/unloading of materials from TAC)
  • 0 = Arrive and dock
  • 1 = Undock and depart


000COMMANDW0

Repositions you to the currently selected waypoint. 

It will appear that you died but that death doesn't get reported ... it is just to give the system time to calculate new barycentric velocity, etc.


000COMMANDO0

Repositions you 500 km above the surface at your current location (for space-capable vehicles only) in a stable orbit

000COMMANDD0

Repositions you to the currently selected dock (for space-capable vehicles only)


000COMMANDSIM0

Toggles whether your current vehicle is a simulator or not (only available on the T-1, T-19, and W-6 models currently)


000COMMANDACL0

Re-positions you 20 km straight up


000COMMANDSUN0 , 000COMMANDSUN1 and 000COMMANDSUN-1

Controls the light level
  • SUN0 = Night
  • SUN1 = Day
  • SUN-1 = Reset to correct time of day


000COMMANDALPHA0 and 000COMMANDALPHA1

Controls the alpha screen level (to simulate being in with 400m viz or out of the clouds with 42.16km viz)


000COMMANDGAMMA0 and 000COMMANDGAMMA1

Controls the gamma screen level (to simulate reentry, must also have 000COMMANDALPHA disabled)


000COMMANDELMO0 and 000COMMANDELMO1

Controls the St. Elmo's Fire effect (must also have 000COMMANDALPHA enabled)


000COMMANDBOLT

A bolt of lightning 50% intensity and 50% distant


000COMMANDRADIO

Temporarily toggles whether the current vehicle is equipped with a JVC Radio


000COMMANDNVG

Temporarily toggles whether the current vehicle is equipped with Night Vision Goggles