Making Custom Events Work Properly
Original author on Discord: @z_u_ra
Sometimes, when you add an event XQ and try to do stuff like spawning models or starting dialogue, it just won’t work! Here’s how to fix it.
- Open
data/res/sys/event_set_config_0.01.cfg.bin
- Increment the value of the first entry (child count)
- Duplicate a child of the first entry
- Activate Yw2 tags
- in the EventID field, put your hashed event ID. You can hash your event ID here: https://emn178.github.io/online-tools/crc32.html
- Change all the documented variables to your liking and leave all of the undocumented variables as is.
- Enjoy.