XML talk:Adding Daodan powers to a character: Difference between revisions

m
BSL
m (level plugins: You better rename your test files and adjust the internal references.)
m (BSL)
Line 1: Line 1:
==Notes on particle systems==
==Notes on particle systems==
===Setup===
These particle files are all used by Konoko.
These particle files are all used by Konoko.


Line 13: Line 14:
'''BSL'''
'''BSL'''


To down startup time, BSL should be changed.
To cut down startup time, BSL should be changed. Ideally, the level should be just a black room. But changing the fog values might be good enough.
 
func main
{
# remove all over BSL files
chr_debug_characters = 1
# teleport Mai onto the streets
chr_location 0 -500 -2 -940
# darken her surrounding
gl_fog_blue=0
gl_fog_red=0
gl_fog_green=0
gl_fog_start=0.9
# transforming to SSJ
chr_super 0 1
}




8,013

edits