Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I don’t think there has ever been a setting for choosing country. The country it consider it’s home country and most of the animals in the animal dealer will come from and probably animals born is defined for some maps in the code. So it is only a small list of maps that have country defined there. If a map is not defined there it defaults to UK.

I have an issue registered to add a savegame setting though, but have no idea of when I’ll get to it. https://github.com/rittermod/FS25_RealisticLivestockRM/issues/35

It wasnt a setting, it was in the LUA and had to be edited. But yes it was a list of maps and I could edit it to add the map I was using. I cant seem to find that list now.

I moved the constants out into a separate file: https://github.com/rittermod/FS25_RealisticLivestockRM/blob/953c764f8c530a3ee5f7d388366554ddda39184a/scripts/RLConstants.lua#L45

Thanks!