Jump to content

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

m
Iritscen moved page XML talk:Daodan to XML talk:Adding Daodan powers to a character without leaving a redirect: clearer name
m (level plugins: You better rename your test files and adjust the internal references.)
m (Iritscen moved page XML talk:Daodan to XML talk:Adding Daodan powers to a character without leaving a redirect: clearer name)
 
(2 intermediate revisions by one other user not shown)
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 other BSL files
### show XYZ position
#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
}