Difference between revisions of "DynamicWindowProjectFiles"
(→File Structure) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | back to [[Project_Phoenix#Dynamic_Windows|Video Tutorials]] | + | back to [[Project_Phoenix#Dynamic_Windows|Video Tutorials]] |
+ | ==Download== | ||
+ | *Below is a download link for the project files. | ||
+ | *[[Media:DynamicWindowTutorial_Finished.zip |Extended Spawner project files]] | ||
==File Structure== | ==File Structure== | ||
Line 7: | Line 10: | ||
templates\extensions\simple_mob_spawner\extended_spawner.xml | templates\extensions\simple_mob_spawner\extended_spawner.xml | ||
− | * | + | *Remember if you change the directory structure, to go into the 3 lua files and the xml file and edit the requires and in the xml, the file location of the simple_mob_spawner_ext.lua location. |
− | *[ | + | |
+ | ==Installing== | ||
+ | *Download the project zip file. | ||
+ | *Copy the scripts folder and templates folder over to your mods/ProjectName folder. | ||
+ | *Load up your server and log in. | ||
+ | *Type /create extended_spawner, if you do not see it hit the "[" key to show invisible objects. | ||
+ | |||
+ | ==Warning Messages== | ||
+ | If you are testing this out, when you spawn a new extended_spawner template. You will notice every 10 seconds a error message popping up. This message is generated in the simple_mob_spawner.lua file. The reason is it has a heart beat of 10 seconds, and it does not have a template to spawn. You could toggle that off in your version if you want. That is why you get the message. |
Latest revision as of 13:46, 12 April 2019
back to Video Tutorials
Download
- Below is a download link for the project files.
- Extended Spawner project files
File Structure
scripts\extensions\simple_mob_spawner\simple_mob_spawner_ext.lua scripts\extensions\simple_mob_spawner\simple_mob_spawner_ext_localization.lua scripts\extensions\simple_mob_spawner\simple_mob_spawner_ext_spawnable_objects.lua templates\extensions\simple_mob_spawner\extended_spawner.xml
- Remember if you change the directory structure, to go into the 3 lua files and the xml file and edit the requires and in the xml, the file location of the simple_mob_spawner_ext.lua location.
Installing
- Download the project zip file.
- Copy the scripts folder and templates folder over to your mods/ProjectName folder.
- Load up your server and log in.
- Type /create extended_spawner, if you do not see it hit the "[" key to show invisible objects.
Warning Messages
If you are testing this out, when you spawn a new extended_spawner template. You will notice every 10 seconds a error message popping up. This message is generated in the simple_mob_spawner.lua file. The reason is it has a heart beat of 10 seconds, and it does not have a template to spawn. You could toggle that off in your version if you want. That is why you get the message.