BSL:Tutorial/Console: Difference between revisions

m
added link for finding weapon names
m (there's only one other tutorial now, so just link to it directly)
m (added link for finding weapon names)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
|}
|}


"A_t48" is the name of the very first enemy that you encounter in Oni: a "thug" patrolling the first room in the Syndicate Warehouse. This exercise is going to find a new purpose for him. Load the first save point in Chapter 1.
"A_t48" is the name of the very first enemy that you encounter in Oni: a [[Thug]] patrolling the first room in the Syndicate Warehouse. This exercise is going to find a new purpose for him. Load the first save point in Chapter 1.


First, we are going to stay in this room and study him. We do '''not''' want to fight him. So you should make yourself invisible with the '''moonshadow''' cheat. Now he can't see us. If we don't want him to hear us, either, we can creep.
First, we are going to stay in this room and study him. We do '''not''' want to fight him. So you should make yourself invisible with the '''moonshadow''' cheat. Now he can't see us. If we don't want him to hear us, either, we can creep.
Line 34: Line 34:
----
----
{|style="float:right"
{|style="float:right"
|+<tt>'''A_t48'''</tt>
|+<tt>'''char_0'''</tt>
|[[Image:Konoko 1.gif]]
|[[Image:Konoko 1.gif]]
|}
|}
Line 43: Line 43:
You will see name tags appear both above "A_t48" and Konoko ("char_0"). These are their scripting names.
You will see name tags appear both above "A_t48" and Konoko ("char_0"). These are their scripting names.
----
----
Now, we are going to give him a weapon, the Van de Graaff pistol (stun gun).
Now, we are going to give him a weapon, the Van de Graaff pistol (stun gun). You can obtain the scripting names of weapons from [[BSL:Inventory management#Weapons|HERE]].


  CMD: chr_giveweapon A_t48 w6_vdg
  CMD: chr_giveweapon A_t48 w6_vdg