Page 1 of 1

world data

Posted: Mon Mar 15, 2010 5:19 pm
by Teph
where is the data for say, a unique item i created. or a custom spawner? i want to be able to copy and paste the code to make copies faster

Posted: Mon Mar 15, 2010 6:26 pm
by Xuri
Anything you create in-game is saved as an object in one of the .wsc files in the /shared/ folder. Which file depends on which in-game region it's located in. Not sure how to manually figure out which file it's in without searching through the actual files (using windows search a 3rd party search tool).

If you want to create a new custom spawner that you can easily add ingame using a command like 'ADD SPAWNER <id>, then dfndata\items\gmmenu\spawners.dfn is your file. Create a new custom entry there, add it ingame using 'ADD SPAWNER <id> where you replace <id> with the unique [header]-name for your spawner-entry in spawners.dfn