8,013
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) m (level plugins: You better rename your test files and adjust the internal references.) |
||
Line 1: | Line 1: | ||
==Notes on particle systems== | ==Notes on particle systems== | ||
These particle files are all used | These particle files are all used by Konoko. | ||
They are registered in her ONCC files: konoko_generic, k3, k4_A, k4_F, k4_G, k4_K, k4_L (Konoko's 3D model is in the 4th generation?) | They are registered in her ONCC files: konoko_generic, k3, k4_A, k4_F, k4_G, k4_K, k4_L (Konoko's 3D model is in the 4th generation?) | ||
Line 9: | Line 9: | ||
: One particle after another re-attached until all have been documented. | : One particle after another re-attached until all have been documented. | ||
: The summary should include a gallery in which entire system but also each individual particle is illustrated. | : The summary should include a gallery in which entire system but also each individual particle is illustrated. | ||
'''BSL''' | |||
To down startup time, BSL should be changed. | |||
'''Level plugin''' | |||
: "build level 0 Daodan.bat" | |||
onisplit -create level0_Daodan level0_Daodan/*.xml | |||
onisplit -import:pc level0_Daodan level0_Daodan.dat | |||
For faster testing level plugins are handy but it is not guaranteed that their content overwrites the old one. '''You better rename your cloned test files and adjust the internal references.''' | |||
Since konoko_generic is always successfully overwritten I only need to change her ONCP, knocking out all but one Daodan particle. | |||
<ONCPParticle> | |||
<Name>super_l_hand</Name> | |||
'''<Type>super_e01new</Type>''' | |||
<BodyPart>LeftFist</BodyPart> | |||
</ONCPParticle> | |||
Line 107: | Line 129: | ||
;Consequence for the story | ;Consequence for the story | ||
* At the end of the game Konoko shows this burst effect which makes everyone else fall to the ground. | * At the end of the game Konoko shows this burst effect which makes everyone else fall to the ground. | ||
* | * The BSL command begin_cutscene stops all actions of AI and the player and let them go into idle. Sometime AI doesn't get up again. | ||
* Anyway, damage of 5 is not lethal. Griffin could have survived this. (On a second thought it is also idiotic to assume that the folks around Konoko will die from a little lightshow.) | * Anyway, damage of 5 is not lethal. Griffin could have survived this. (On a second thought it is also idiotic to assume that the folks around Konoko will die from a little lightshow.) | ||
edits