Jump to content

XML:BINA/OBJC/PART: Difference between revisions

m
cleaning up page
m (really, I don't know why they used them, the flags looks pretty much dead)
m (cleaning up page)
Line 12: Line 12:
following command reset particle
following command reset particle
* particle ''particle_name'' reset
* particle ''particle_name'' reset
following commands depend on [[User:Paradox-01/for_WIP_pages#event_types|particle events]]
following commands depend on [[OBD_talk:BINA/PAR3#event_types|particle events]]
* particle ''particle_name'' update
 
* particle ''particle_name'' pulse
{|
* particle ''particle_name'' start
{{table}}
* particle ''particle_name'' stop
|width=50% | particle ''particle_name'' update
* particle ''particle_name'' bgfx_start
| p3_callevent ''particle_name'' 0
* particle ''particle_name'' bgfx_stop
|-
* particle ''particle_name'' hit_wall
| particle ''particle_name'' pulse
* particle ''particle_name'' hit_char
| p3_callevent ''particle_name'' 1
* particle ''particle_name'' lifetime
|-
* particle ''particle_name'' explode
| particle ''particle_name'' start
* particle ''particle_name'' brokenlink
| p3_callevent ''particle_name'' 2
* particle ''particle_name'' create (create counts also as update event)
|-
* particle ''particle_name'' die
| particle ''particle_name'' stop
* particle ''particle_name'' newattractor
| p3_callevent ''particle_name'' 3
* particle ''particle_name'' delay_start
|-
* particle ''particle_name'' delay_stop
| particle ''particle_name'' bgfx_start
| p3_callevent ''particle_name'' 4
|-
| particle ''particle_name'' bgfx_stop
| p3_callevent ''particle_name'' 5
|-
| particle ''particle_name'' hit_wall
| p3_callevent ''particle_name'' 6
|-
| particle ''particle_name'' hit_char
| p3_callevent ''particle_name'' 7
|-
| particle ''particle_name'' lifetime
| p3_callevent ''particle_name'' 8
|-
| particle ''particle_name'' explode
| p3_callevent ''particle_name'' 9
|-
| particle ''particle_name'' brokenlink
| p3_callevent ''particle_name'' 10
|-
| particle ''particle_name'' create <font color="#777777">(create counts also as update event)</font>
| p3_callevent ''particle_name'' 11
|-
| particle ''particle_name'' die
| p3_callevent ''particle_name'' 12
|-
| particle ''particle_name'' newattractor
| p3_callevent ''particle_name'' 13
|-
| particle ''particle_name'' delay_start
| p3_callevent ''particle_name'' 14
|-
| particle ''particle_name'' delay_stop
| p3_callevent ''particle_name'' 15
|}




Line 94: Line 129:
:: <XScale> : (horizontal scaling; float value ("1" seems to show image in original size))
:: <XScale> : (horizontal scaling; float value ("1" seems to show image in original size))
:: <YScale> : (vertical scaling; float value)
:: <YScale> : (vertical scaling; float value)
----
'''research notes'''
:: 4 - ?
::: used by <Class>env_shinzom_sound</Class> <Tag>zombient</Tag>
:: 5 - ?
::: used only once and that's in compound and it doesn't even work because the file is missing (<Class>env_sturm_sound</Class> <Tag>sturm_ambient</Tag>) but nevertheless used in the BSL file
:: 7  -  not initially created and maybe something else
::: used by yellow objective circles, mad bomber particle in level 3 bio lab, dish elavator red warning env_emlite_e01
:: 12 - ?
::: used for non-animated particles (e.g. lamp lights, images and captions like the level 1 training room captions)
:: 13 - initially create and maybe something else
::: used for animated images (e.g. fire) and moving particles (e.g. falling snow, forcefield and compound dish particle)
:: 15 - ?
::: used for <Class>objective_e01</Class> <Tag>fight</Tag> and <Class>env_splash_e02</Class> <Tag>OutroSplash</Tag>
:Paradox, remember this is a bitset. So test each value 1, 2, 4, 8, 16(?)
:So...
:4 = 4 = ?
:5 = 4 + 1 = ?
:7 = 4 + 2 + 1 = ?
:12 = 8 + 4 = ?
:13 = 8 + 4 + 1 = ?
:15 = 8 + 4 + 2 + 1 = ?
:So...
:1 = ?
:2 = ?
:4 = ?
:8 = ?
:(: [[User:Gumby|Gumby]] 17:27, 22 May 2009 (UTC)
::Hmm...the BBB Dialog says that the only one that exists is NotInitiallyCreated. Not sure how accurate that is. :) [[User:Gumby|Gumby]] 17:40, 22 May 2009 (UTC)
8,018

edits