191
edits
(Added the scripting equivalent of shapeshifter (very useful for faster character-related debugging) and the note about the possibility of making it crash Oni.) |
mNo edit summary |
||
Line 141: | Line 141: | ||
!style="background:lime"|(2) | !style="background:lime"|(2) | ||
|The generic <tt>chr_super</tt> modifier is the only way. Only a few characters (Konoko, Muro) have Daodan glow particles.<br>As for the boss shield, <tt>chr_boss_shield</tt> can only ''give'' it to a character (no way to take it away) | |The generic <tt>chr_super</tt> modifier is the only way. Only a few characters (Konoko, Muro) have Daodan glow particles.<br>As for the boss shield, <tt>chr_boss_shield</tt> can only ''give'' it to a character (no way to take it away) | ||
|- | |||
!style="background:lime"|(3) | |||
|Entering an incorrect class/ONCC name will cause Oni to crash. | |||
|- | |- | ||
!style="background:yellow"|(1) | !style="background:yellow"|(1) | ||
Line 183: | Line 186: | ||
*The scripted <tt>slowmo</tt> doesn't have a permanent effect : <tt>slowmo(300)</tt> gives you 300 frames (5 seconds) of slowmo. | *The scripted <tt>slowmo</tt> doesn't have a permanent effect : <tt>slowmo(300)</tt> gives you 300 frames (5 seconds) of slowmo. | ||
*Extra work is required to make it last (implemented in Oni Menu, no wiki page yet). | *Extra work is required to make it last (implemented in Oni Menu, no wiki page yet). | ||
====Cheat watching==== | ====Cheat watching==== |
edits