Kurt

Results 77 comments of Kurt

Changing the player's name runs a bytewise replacement throughout all of the loaded savefile-parts. https://github.com/kwsch/NHSE/blob/83169b87383a070278e0d7773b8f803b748360b9/NHSE.WinForms/Editor.cs#L331-L336 If the mail/villagers are comparing things differently, then things will need to be documented on...

You can always change it back to your original name, or reuse the same backup. You can also try hex editing the decrypted save files to do a byteswap (with...

Potentially related #531 Similar to #523 , the community will likely need to identify which item flags should not be given in order to prevent crashes.

Related: https://github.com/kwsch/NHSE/issues/250 It's undocumented what determines the hemisphere for mystery islands.

@HamelMoric > It's almost like it doesn't exist on mine. > ![image](https://user-images.githubusercontent.com/88097838/127772682-7248f0c9-c0e4-4117-a3eb-495567253fe3.png) Edit the land (map) event flags, not player specific event flags.

Patterns choices per tile are stored separately from terrain. The GUI already allows you to import & export the pattern choices for the entire map: https://github.com/kwsch/NHSE/blob/75c176c02818c3bf8e4e3c0ad198aaf97ac799d8/NHSE.WinForms/Subforms/Map/FieldItemEditor.cs#L957-L987

Would need information on what each tile type/rotation/variant needs to look like when drawn; there's a LOT of combinations that I don't want to document (myself).

[List of terrain models](https://github.com/kwsch/NHSE/blob/084542d367b88056bc573d3ea01c7887762628d1/NHSE.Core/Structures/Map/Terrain/TerrainUnitModel.cs) Would need a spreadsheet of sorts listing: model | variant | rotation | appearance a model can have multiple variants, and each of those permutations can...

Camper is stored in the save data, but there is no logic currently implemented in NHSE to read/write to the object. https://github.com/Treeki/CylindricalEarth/blob/c1ac18ec3c4bbc8916634da0751ba3b0bbaa6d89/savefile/save_schema_131080_131078_pseudoC.h#L1163 https://github.com/Treeki/CylindricalEarth/blob/c1ac18ec3c4bbc8916634da0751ba3b0bbaa6d89/savefile/save_schema_131080_131078_pseudoC.h#L1199-L1207

You'll need to elaborate. Items can be searched just fine.