Solaestas / Everglow

GNU General Public License v3.0
27 stars 4 forks source link

Port the Ocean World #205

Open Setnour6 opened 1 year ago

Setnour6 commented 1 year ago

Currently, only new content is available in the Ocean Module. I would like to have the entire Ocean World ported from MythMod and reworked for Everglow.

The idea:

How to contribute:

  1. Build the mod on Visual Studio on the Ocean/Content-Adding branch)
  2. Search through the errors you want to fix
  3. Go to Setnour6/MythMod_Legacy, download it, and add a tile, projectile, item, or other content that is requested by the Everglow content. Search in the downloaded mod source for the content by name or keyword using file explorer directory search or in MythMod_Legacy sln/csproj file when opened (CTRL+SHIFT+F).
  4. When you find the file in file explorer, right-click and then click on “open file location” and then copy the found contents (CTRL+C)
  5. Paste the contents in the desired folder in Everglow’s Ocean Module. Keep in mind that any themed content must go in the respected folders (i.e Volcano in MythMod Legacy goes in OceanVolcano in Everglow Ocean Module).
  6. Repeat until all of the content is ported or there are no more errors.

I will add more info if needed.