EvilEngine/TEXT: Difference between revisions

no edit summary
Battlepedia>Igorseabra4
Battlepedia>Igorseabra4
No edit summary
Line 16:
The text can be formatted by introducing tags. The tags are usually in the format:
 
{''<variable:><value>''}
{''<variable=>'':''<value>''}
{''<variable>''=''<value>''}
{''<variable>''}
 
They usually either affect the text coming immediately after it, or insert something in the text (such as an image or variable).
 
===Tag List (incomplete)===
The tags and variables placed in [brackets] are optional. Vectors are represented by comma-separated values.
 
{| class="wikitable sortable"
! Tag Format !! Variable TypeValue !! Description
|-
|
{c=~:''<variablevalue>''}
{color=reset:''<variablevalue>''}
|| Tag name
|| Resets a previously changed tag to default. Possible tags:
* auto-wait
* color, c
* tex
|-
|
{color=''<value>''}
{c=''<value>''}
|| Hex Color (4 bytes, ''AARRGGBB'')
|| Customizes the text color.
|-
|
{red:''<variablevalue>''}
{r:''<value>''}
|| Float (range: 0 to 1)
|| Customizes the red component of the text color.
|-
|
{green=''<variablevalue>''}
{g=''<value>''}
|| Float (range: 0 to 1)
|| Customizes the green component of the text color.
|-
|
{blue=''<variablevalue>''}
{b=''<value>''}
|| Float (range: 0 to 1)
|| Customizes the blue component of the text color.
|-
|
{alpha*=''<value>''}
{reset:c}
|| Float (range: 0 to 1)
{reset:color}
|| Customizes the alpha component of the text color.
|-
|
{auto_wait=off}
|| None
|| ?
|| Resets color to default.
|-
|
{i:font=''<variablevalue>''}
|| Integer
|| [[TEXT]] Asset Name
|| ?
|| Gets replaced by the text in the specified asset. {i:keyword}, for example, inserts the '''keyword''' text (which is an asset in boot.HIP) that doesn't contain actual text but sets the text color to a shade of red.
|-
|
{h''<value>''}
{tex:''<variable1>''[;scale=''<variable2>'';dst=''<variable3>'';off=''<variable4>'']}
|| Float
|| [[RWTX]] Asset Name, Unknown, Vector4 (Unknown), Vector2 (Unknown)
|| ?
|| Places a texture in the text.
|-
|
{insert:''<value>''}
{reset:tex}
{i:''<value>''}
|| None
|| [[TEXT]] Asset Name
|| Resets text texture to default.
|| Inserts text in the specified asset. {i:keyword}, for example, inserts the '''keyword''' text (which is an asset in boot.HIP) that doesn't contain actual text but sets the text color to a shade of red.
|-
|
{tex:''<value1>''[;scale=''<value2>'';dst=''<value3>'';off=''<value4>'']}
|| [[RWTX]] Asset Name; Unknown; Vector4 (Unknown); Vector2 (Unknown)
|| Places a texture in the text (such as an image of a button).
|-
|
{n}
|| None
|| NewInserts new line character
|-
|
{page_break}
{pb}
|| None
|| Inserts page break character
|| Page break character (note: [[Industrial Park]]'s text editor uses a new line character to represent this)
|-
|
{prompt}
{signal:''<variable>''[;need])
|| None
|| ?
|-
|
{pulse=''<value1>'';x=''<value2>'';y=''<value3>''}
|| Vector2, Vector3, Vector3
|| ?
|-
|
{signal:''<value>''[;need])
|| Integer
|| Unknown; camera?
|-
|
{sound:''<variable1value1>''[;speaker=''<variable2value2>'']}
|| [[SNDS]] Asset Name,; [[VIL]] Asset Name
|| Defines sound (usually a voice line) to play when this line is reached.
|-
Line 96 ⟶ 130:
|-
|
{timer:''turn on <variablevalue>''}
|| ?
|| ?
|-
|
{timer:''<value>''}
|| [[TIMR]] Asset Name
|| Gets replaced byInserts the timer's current time.
|-
|
{var:''<value>''}
{wait[:<variable1>];prompt[=<variable2>]}
|| Variable
|| Inserts one of the following possible variables:
* ActivePad
* BadCard
* BadCardAvailable
* BadCardNeeded
* CorruptFileName
* CurrentArea
* CurrentDate
* CurrentLevelCollectable
* CurrentLevelPatsSocks
* CurrentScene
* CurrentTime
* GameSlot0
* GameSlot1
* GameSlot2
* GameSlot3
* GameSlot4
* GameSlot5
* GameSlot6
* GameSlot7
* MCAccessType
* MCAutoSaveCard
* MCName
* MCPS2MaxSpace
* MCPS2MinSpace
* MCSelectedCard
* MCSelectedGame
* PlayerHeShe
* PlayerName
* PlayerPosition
* SelectedArea
* ShinyCount
* ShinyCountText
* SoundFXVolume
* SoundMusicVolume
* SpaceAvailable
* SpaceAvailableString
* SpaceNeeded
* TotalPatsSocks
 
|-
|
{w''<value>''}
|| Float
|| ?
|-
|
{wait[:<value>];prompt[=yesno]}
|| Float
|| ?
|-
|
{xj=right}
|| None
|| ?
||
|}