Jump to content

Custom Islands Tutorial (Sw)


Recommended Posts

Hello friends, years ago I came here on the forum ask if anyone knew how to make Mega Islands for Shipwrecked, and I did not get an answer. Years passed and I finally found out, so I came to share with you how to do this feat. Just like in RoG, I've always liked big maps, with the coming of Shipwrecked this generation is very difficult, even because they are islands, I have generated hundreds of world in search of it, and have never obtained a generation that pleases me. In this tutorial I will teach you how to create custom islands, all to your liking.

Sample:

vkbqQf5.png

Well, let's go straight to the tutorial, I left it very simple for you:

1. First we need to go to the folder where the DLC Shipwrecked is installed, I will show you two ways to find it (Windows).

➔Follow this destination in the file explorer

C:\Program Files (x86)\Steam\steamapps\common\dont_starve\data\DLC0002\scripts\map\tasks

Steam Library : Don't Starve > Right button >  Properties  > Local files > Browse local files. Data > DLC002 > Scripts > Map > Task

2. Now we will go to practice, where you can choose which islands are to be generated, in the generation of Shipwrecked there are fixed and varied islands.  I'll show you two fixed islands, which will always be generated.

Open file  "island" (Preferably with Notepad + +)

Use the shortcut Ctrl + F, and search for the name  "Islandoasis ". This is one of the fixed islands where I will give the first example.

room_choices={ }. They are all the biomes that will generate on such an island, we will modify them:

Sample:

z0CACc3.png

3. Now we will see options of bioms, I have separated all for you to choose, there is no limit, but it is not good you exaggerate.
 

Spoiler

 

Tidal Marsh Biome:
1. ["TidalMarsh"]
2. ["TidalMermMarsh"]
3. ["ToxicTidalMarsh"]

Meadow Biome:
1. ["NoOxMeadow"]
2. ["MeadowOxBoon"]
3. ["MeadowFlowery"]
4. ["MeadowBees"]
5. ["MeadowCarroty"]
6. ["MeadowSappy"]
7. ["MeadowSpider"]
8. ["MeadowRocky"]
9. ["MeadowMandrake"]

Mangrove Biome:
1. ["Mangrove"]
2. ["BG_Mangrove"]
3. ["BareMangrove"]
4. ["NoOxMangrove"]
5. ["MangroveWetlands"]
 
MagmaField Biome:
1. ["Magma"]
2. ["MagmaHome"]
3. ["MagmaHomeBoon"]
4. ["BG_Magma"]
5. ["GenericMagmaNoThreat"]
6. ["MagmaVolcano"]
8. ["MagmaSpiders"]
9. ["MagmaGold"]
10.["MagmaGoldBoon"]
11.["MagmaTallBird"]
12.["MagmaForest"]

Beach Biome:
1. ["BeachClear"]
2. ["BeachSand"]
3. ["BeachSandHome"]
4. ["BeachUnkept"]
5. ["BeachUnkeptDubloon"]
6. ["BeachGravel"]
7. ["BeachSinglePalmTreeHome"]
8. ["DoydoyBeach"]
9. ["BeachWaspy"]
10.["BeachPalmForest"] (The Best)
11.["BeachPiggy"]
12.["BeeBeach"]
13.["BeachCrabTown"]
14.["BeachDunes"]
15.["BeachGrassy"]
16.["BeachSappy"]
17.["BeachRocky"]
18.["BeachLimpety"]
19.["BeachSpider"]
20.["BeachNoFlowers"]
21.["BeachFlowers"]
22.["BeachNoLimpets"]
23.["BeachNoCrabbits"]
24.["BeachPalmCasino"]
25.["BeachShells"]
26.["BeachSkull"]

Jungle Biome:
1. ["JungleClearing"]
2. ["Jungle"]
3. ["JungleSparse"]
4. ["JungleSparseHome"]
5. ["JungleDense"]
6. ["JungleDenseHome"]
7. ["JungleDenseMed"]
8. ["JungleDenseBerries"] (The Best)
9. ["JungleDenseMedHome"]
10.["JungleDenseVery"] 
11.["JunglePigs"]
12.["JunglePigGuards"]
13.["JungleBees"]
14.["JungleFlower"]
15.["JungleSpidersDense"]
16.["JungleSpiderCity"]
17.["JungleBamboozled"] (Very Good)
18.["JungleMonkeyHell"] ("Welcome to Hell)
19.["JungleCritterCrunch"]
20.["JungleDenseCritterCrunch"]
21.["JungleFrogSanctuary"]
22.["JungleShroomin"] ("God Best)
23.["JungleRockyDrop"]
24.["JungleEyeplant"]
25.["JungleGrassy"]
26.["JungleSappy"]
27.["JungleEvilFlowers"]
28.["JungleParrotSanctuary"]
29.["JungleNoBerry"]
30.["JungleNoRock"]
31.["JungleNoMushroom"]
32.["JungleNoFlowers"]
33.["JungleMorePalm"]
34.["JungleSkeleton"]

 

➔In this step you will choose which islands you want. Soon after put in a notepad the chosen Biomms, feel free to mix them.

Format:
["biome"] = quantity,
["Biome2"] = quantity,
[ Biome3"] = quantity,
["Biomen"] = Quantity

Respect the viryles and quotation marks equal to the example.

Example:

            ["JungleDense"] = 7,
            ["JungleDenseBerries"] = 5,
            ["MagmaTallBird"] = 1,
            ["MangroveOxBoon"] = 2,
            ["TidalMermMarsh"] = 1

4. Now, let's apply in the "island" file, on the fixed island "Islandoasis ".

➔Add the chosen bioms and place between  "{"   "} ", as shown in the example below.

JhngiUm.png

➔Not all islands have backgrund_room, but it is good to quote. The background room corrects generation errors by adding biomesto these errors. You can add the biomes listed above in Background_room, in the format:

background_room={"Island1","Island2","Island3"},

Sample:

GmVT8uB.png

In the end, this way you can create huge islands in your own way, the island of the screenshot above, was created with these biomes.

I8jKwGQ.png

 

Some of the fixed islands: IslandOasis, DoydoyIslandGirl, DoydoyIslandBoy,IslandCasino, IslandParadise. 

Any question or problem just comment below that I will help, sorry for my lousy English.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...