by spaceeinstein
Development topic: http://gtaforums.com/topic/884301-
Download: http://www.gtagarage.com/mods/show.php?id=12151
MiniConsole is a plugin for Grand Theft Auto: Vice City. It allows you to type commands into the game and modify the game’s behavior with ease. It is the spiritual successor of my previous CLEO-based MiniConsole and my first stand-alone ASI plugin release.
Copy SEConsole.asi into Vice City’s folder.
The console is rudimentary but it is enough to perform basic tasks. Press the ~ (tilde) key to toggle the console. Alphanumeric and some other characters can be typed into the input of the console. Press the backspace key to delete a character from your input. Press the ↑ (up arrow) or ↓ (down arrow) key to cycle through the lines visible in the console.
There are few restrictions on what values you can input so that you can explore the full potential of the game. Be careful as the game may not be able to handle the result. A text box appears if the input is successful.
AREA GET
Gets the current interior number.
AREA SET <VAL>
Sets the current interior number.
CAR COORDINATES GET
Gets your current vehicle’s coordinates.
CAR COORDINATES SET <X> <Y> <Z>
Sets your current vehicle’s coordinates. You can use -100
for your z to place your vehicle on the highest solid ground at the location.
CAR COORDS GET
See CAR COORDINATES GET
.
CAR COORDS SET <X> <Y> <Z>
See CAR COORDINATES SET
.
CAR HEALTH GET
Gets your current vehicle’s health.
CAR HEALTH SET <VAL>
Sets your current vehicle’s health.
CAR LOCK GET
Gets your current vehicle’s lock state.
CAR LOCK SET <VAL>
Sets your current vehicle’s lock state.
CAR MASS GET
Gets your current vehicle’s mass.
CAR MASS RESET
Resets your current vehicle’s mass.
CAR MASS SET <VAL>
Sets your current vehicle’s mass.
CREATE <VEHICLE>
Spawns in any vehicle. You can use the vehicle’s model index, model name, texture dictionary name, or game name.
MISSION <VAL>
Launches the mission.
PLAYER ARMOR GET
Gets your player’s armor.
PLAYER ARMOR SET <VAL>
Sets your player’s armor.
PLAYER ARMOUR GET
See PLAYER ARMOR GET
.
PLAYER ARMOUR SET <VAL>
See PLAYER ARMOR SET
.
PLAYER COORDINATES GET
Gets your player’s coordinates.
PLAYER COORDINATES SET <X> <Y> <Z>
Sets your player’s coordinates. You can use -100
for your z to place your player on the highest solid ground at the location.
PLAYER COORDS GET
See PLAYER COORDINATES GET
.
PLAYER COORDS SET <X> <Y> <Z>
See PLAYER COORDINATES SET
.
PLAYER HEALTH GET
Gets your player’s health.
PLAYER HEALTH SET <VAL>
Sets your player’s health.
PLAYER MASS GET
Gets your player’s mass.
PLAYER MASS RESET
Sets your player’s mass to 70
, essentially resetting your mass.
PLAYER MASS SET <VAL>
Sets your player’s mass.
TIME GET
Gets the current game hour and minute.
TIME SET <HOUR> [<MINUTE>]
Sets the game hour and minute. The input for the minute is optional and defaults to 0
.
TIMESCALE GET
Gets the time scale.
TIMESCALE SET <VAL>
Sets the time scale.
TP <X> <Y> <Z>
See PLAYER COORDINATES SET
.
WANTED MAXIMUM GET
Gets the maximum wanted level.
WANTED MAXIMUM SET <LEVEL>
Sets the maximum wanted level.
WANTED SET <LEVEL>
Sets the current wanted level.
WEAPON AMMO GRANT <WEAPON> <AMMO>
Adds ammo to your player’s weapon. You can use the weapon’s model index, model name, or texture dictionary name.
WEAPON AMMO SET <WEAPON> <AMMO>
Sets ammo to your player’s weapon. You can use the weapon’s model index, model name, or texture dictionary name.
WEAPON GIVE <WEAPON> <AMMO>
Gives any weapon to your player. You can use the weapon’s model index, model name, or texture dictionary name.
WEATHER GET
Gets the forced weather type.
WEATHER RESET
Sets the forced weather type to -1
, essentially resetting it.
WEATHER SET <VAL>
Sets the forced weather type. Other acceptable values are SUNNY
, CLOUDY
, RAINY
, FOGGY
, EXTRA SUNNY
, EXTRASUNNY
, and HURRICANE
.
This mod has been tested only on VC v1.00 US but should theoretically work on v1.01 and Steam.
Thanks to the people of GTANet.com and thanks especially to ModelingMan for providing a basis that made this plugin possible.