Unturned
十分な評価がありません
How to use Difficulty GUID's
作者: Spebby と 1 のコラボレーション
A guide ment to teach you how to make custom Difficulty GUID's and use them.
   
アワード
お気に入り
お気に入り
お気に入りから削除
Setup
For starters, I recommend having Notepad++ [notepad-plus-plus.org], it makes work in .asset/.dat files so much easier.
You should also know where you Unturned folder is located. It should be located at "C:\Program Files (x86)\Steam\steamapps\common\Unturned"
You will also need a Map with Bundles. To do this all you need to do is make a Folder in your map's files called "Bundles". This allows you to bundle things with your map, rather than making them an Required Items in the workshop's Download.
Inside the Bundles folder create a folder called "Assets" and inside that create one called "Zombie_Difficulty".
Creating a Difficulty GUID
Now, it's time to make you .Asset file. This file will contain the Info that the Difficulty GUID uses. You can either make your own from scratch or get a preexisting one and edit that. You can find one used on Germany in the games files "Unturned\Bundles\Assets\Zombie_Difficulty".
Copy any one of the .asset files and paste them into the Zombie_Difficulty you made earlier. Now, it's time to give it a new name, name it something like "MyMap_Town"
Now, open up the File, and you should see something that looks like this
"Metadata" { "GUID" "49068fc187ed4ad28f92ea9a81fe590c" "Type" "SDG.Unturned.ZombieDifficultyAsset, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" } "Asset" { "ID" "0" "Crawler_Chance" "0" "Sprinter_Chance" "0.2" "Flanker_Chance" "0.2" "Burner_Chance" "0.4" "Acid_Chance" "0.2" "Boss_Electric_Chance" "0" "Boss_Wind_Chance" "0" "Boss_Fire_Chance" "0.025" "Spirit_Chance" "0" }
Now, we need to get a custom GUID. Thankfully, there is a website that can generate one for us, guidgenerator[guidgenerator.com]. Now generate 1 GUID, and uncheck all boxes and click Generate. You should now get a unique GUID (There is no guarantee that it will be unique, though it's very, very unlikely it will be used)
Now, copy this GUID and paste it into the file. Now, you can mess around with the spawn chances of Zombies, the maximum value you can put in is 1, which causes there to be a 100% chance of that type of Zombie spawning.
Assigning a Difficulty GUID to a Navmesh
This step is really easy, take the GUID that's in the file, and Paste it into the "Difficulty GUID" box, then bake the Navmesh. If all goes well, this Navmesh should now only be spawning Zombies of your specification. If it's not working as intended, Close and Reopen Unturned.
Thanks
Special thanks to Th3o, who helped me figure these out.
3 件のコメント
Spebby  [作成者] 2024年11月26日 14時30分 
You can safely ignore the “ID” tag.
Blue 2024年11月12日 20時19分 
hat does the value "ID" at the top do??
Lovelock 2019年10月21日 18時01分 
Very helpful