Hey!
So after spending about 639 hours trying to figure this out I finally have to ask for your help

The only things I changed were age values (age for marriage, work etc) and I thought "Oh nice, that seems to be very easy". Well.. nope. I just don't know how to create that damn package file. And the bat file, too..

I've tried a hundred times to change the batch file text etc, but I either get an error ("Failed to load resource") or there appears a bin folder with .crs files but no pkm file at all :/ I just don't get it and I'm absolutely new to this modding thing. Could anyone pls check my files and tell me what's wrong?
Package file; path is H:\BanishedModkit\example\Override (tried to copy the tutorial)
edited/copied (complete) Citizen.rsc file is in H:\BanishedModkit\example\Override\Template
PackageFile override
{
String _name = "Mona's Mod";
String _author = "Mona";
String _description = "Changes age values.";
String _icon = "icon.png";
int _userVersion = 1;
// all files in resource directory
String _includeList
[
"*"
]
// exclude package files, mod files, file used for building packages
String _excludeList
[
"Package_*.crs"
"*.pkg"
"*.pkm"
]
}
ExternalList list
{
External _resources
[
"Template/Citizen.rsc:citizen"
]
}
and the sad tries of batch files:
buildoverride, path H:\BanishedModkit
bin\x64\Tools-x64.exe /build Package.rsc:list /pathres ../example/Override /pathdat ../example/Override/bin
bin\x64\Tools-x64.exe /mod Package.rsc:Override /pathres ../example/Override /pathdat ../example/Override/bin
and 2. try buildoverride1:
bin\x64\Tools-x64.exe /build Package.rsc:list /pathres ../example/Override /pathdat ../example/Override/bin
bin\x64\Tools-x64.exe /mod Package.rsc:Citizen /pathres ../example/Override /pathdat ../example/Override/bin
So you can see that I actually had no idea what I was doing x) But I tried..
I wanted to make this mod for my own entertainment, not for publishing it

Any advice would be appreaciated

Thanks