Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make OverwritesExample work without Unity #9

Open
pzich opened this issue Jul 31, 2024 · 0 comments
Open

Make OverwritesExample work without Unity #9

pzich opened this issue Jul 31, 2024 · 0 comments

Comments

@pzich
Copy link

pzich commented Jul 31, 2024

Currently if you take OverwritesExample and drop it in your Mods folder, it will not work. This is because it's designed to be built with Unity (which moves the contents from the Data dir into the root of the mod folder).

However, the README states:

You can modify and extend many aspects of the game without using code, Unity, or other mods by simply placing a .json file in the correct folder.

I think it would be good if this (or another example) worked "out of the box" without using code or Unity, as described. Or if not, make a clear note in the readme that this path needs to be different.

One thing that could also help is including the mod dir in the example paths shown after that. As an example, the translations section refers to the paths like MyFirstMod/Localizations/enUS_MyFirstMod.csv while specifications just says Specifications/Needs/NeedSpecification.Beaver.Hunger.json

Changing this to something like MyFirstMod /Specifications/Needs/NeedSpecification.Beaver.Hunger.json might help clarify where these need to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant