Skip to content

Commit

Permalink
Adding data directory with .ini configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
kakaroto committed Jan 9, 2011
1 parent c518b5c commit 8c28415
Show file tree
Hide file tree
Showing 6 changed files with 1,668 additions and 0 deletions.
70 changes: 70 additions & 0 deletions data/animattribdef-ps3.ini
@@ -0,0 +1,70 @@
; Rcomage Animation Attribute Definition File
; Note that Id is determined via the order of these items!

[AnimTree]

[Animation]

[MoveTo]
object = ref
duration = float
accelMode = int
x = float
y = float
unknownFloat4 = float
unknownInt5 = int
unknownInt6 = int
unknown7 = unk

[Recolour]
object = ref
duration = float
accelMode = int
red = float
green = float
blue = float
alpha = float

[Rotate]
object = ref
duration = float
accelMode = int
x = float
y = float
z = float

[Resize]
object = ref
duration = float
accelMode = int
width = float
height = float
unknownFloat4 = float

[Fade]
object = ref
duration = float
accelMode = int
transparency = float

[Delay]
time = float

[FireEvent]
object = ref

[Lock]
unknownInt0 = int

[Unlock]
unknownInt0 = int

[SlideOut]
object = ref
duration = float
accelMode = int
xspeed = float
yspeed = float
xcompress = float
ycompress = float

66 changes: 66 additions & 0 deletions data/animattribdef-psp.ini
@@ -0,0 +1,66 @@
; Rcomage Anim Attribute Definition File

[AnimTree]

[Animation]

[MoveTo]
object = ref
duration = float
accelMode = int
x = float
y = float
unknownFloat4 = float

[Recolour]
object = ref
duration = float
accelMode = int
red = float
green = float
blue = float
alpha = float

[Rotate]
object = ref
duration = float
accelMode = int
x = float
y = float
z = float

[Resize]
object = ref
duration = float
accelMode = int
width = float
height = float
unknownFloat4 = float

[Fade]
object = ref
duration = float
accelMode = int
transparency = float

[Delay]
time = float

[FireEvent]
object = ref

[Lock]
unknownInt0 = int

[Unlock]
unknownInt0 = int

[SlideOut]
object = ref
duration = float
accelMode = int
xspeed = float
yspeed = float
xcompress = float
ycompress = float

46 changes: 46 additions & 0 deletions data/miscmap.ini
@@ -0,0 +1,46 @@
; Rcomage Misc Mapping File
; Maps various RCO IDs to a text equivalent
; Id determined via order

[compression]
uncompressed
zlib
rlz

[languages]
Japanese ; jp
English ; en
French ; fr
Spanish ; es
German ; de
Italian ; it
Dutch ; nl
Portugese ; pt
Russian ; ru
Korean ; ko
ChineseTrad ; zh_t
ChineseSimpl ; zh_s
Finnish ; fi
Swedish ; sv
Danish ; da
Norwegian ; no

[textformats]
utf8
utf16
utf32

[imageformats]
png
jpg
tif
gif
bmp
gim

[soundformats]
unknown0x0
vag

[modelformats]
gmo

0 comments on commit 8c28415

Please sign in to comment.