-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
20 lines (10 loc) · 970 Bytes
/
ReadMe.txt
File metadata and controls
20 lines (10 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Database of custom actors for Ocarina of Time. SharpOcarina 1.53 and above can connect to this database and install actors automatically in z64rom.
Guidelines if you want your custom actor to appear in this database:
- The actor and object IDs needs to be defined in the constants ACT_ID and OBJ_ID, and the included object in OBJ_H (all these defines need to be in the first 100 lines of a file, and can be either a .c or a .h file)
- Must have an actor.toml with its render and adjustable params
(check SwitchPillar if you need an example on these 2)
The following will be gone in a future update but for now they're needed:
- The actor cant use more than one custom object. It can use custom object + vanilla object however.
- (allowed in SO 1.60+!) The actor cant depend on other custom actors.
- (allowed in SO 1.60+!) 2 custom actors cant share the same custom object.
Join HylianModding and DM me if you have further questions or want to upload an actor