mirror of
https://github.com/Ignatz-HeMan/Ignatz_Tools.git
synced 2024-08-30 16:12:11 +00:00
Instsruction
This commit is contained in:
parent
d1b11ac4a3
commit
fd97fe3e1b
12
Tools/Export_EdenToCode_Instruction.txt
Normal file
12
Tools/Export_EdenToCode_Instruction.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Instruction to use this script:
|
||||
1. Place your Buildings / Items in Eden Editor
|
||||
2. Click Tools -> Debug-Console
|
||||
3. Copy / Pate the Script from the file "Export_EdenToCode.sqf" into the Box
|
||||
4. Run the script "local"
|
||||
5. Now you have a standalone script in your clipboard
|
||||
6. Crate a new file and paste the script into this file (with ctrl + v)
|
||||
7. Save and move this file into your mission root folder and rename it for example to "MyAddons.sqf"
|
||||
8. Add into your init.sqf within your mission folder (if not exist, crate it!) this line:
|
||||
if (isserver) then {
|
||||
execvm "MyAddons.sqf";
|
||||
};
|
Loading…
Reference in New Issue
Block a user