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

Invalid file path #111

Open
alexbes983 opened this issue May 28, 2020 · 5 comments
Open

Invalid file path #111

alexbes983 opened this issue May 28, 2020 · 5 comments

Comments

@alexbes983
Copy link

Invalid file path "$data/objects/buyableBales/store_buyableBales_grass.png". This file is missing "store_buyableBales_grass.png". Errors in files: buyableBales_cotton.xml , buyableBales_grass.xml .

@KamilPacanek
Copy link

@alexbes983 I can see that such files are not existing in the game - but maybe we both are missing some expansion? How can I reproduce the error?
image

@Gordon-Dry
Copy link

Those exist in game data path:
Farming Simulator 19\data\objects\buyableBales\store_buyableBales_dryGrass.dds
Farming Simulator 19\data\objects\buyableBales\store_buyableBales_dryGrassRound.dds
Farming Simulator 19\data\objects\buyableBales\store_buyableBales_silage.dds
Farming Simulator 19\data\objects\buyableBales\store_buyableBales_straw.dds
Farming Simulator 19\data\objects\buyableBales\store_buyableBales_strawRound.dds

These are the only ones in my mod folder:
mods\FS19_MaizePlus_forageExtension.zip\storeItems\store_buyableBales_ccm.dds
mods\FS19_MaizePlus_forageExtension.zip\storeItems\store_buyableBales_normalSize.dds

So indeed, something is missing.
But where?

@Gordon-Dry
Copy link

I found a weird mod:
Buyable Grass Bales V1.0 by CaptnKurdish
http://www.farmingsimulator19mods.com/buyable-grass-bales-v1-0-fs19/

It contains a CK_Buyable_Grass_Bales.zip\store_buyableBales_Grass.dds
which looks like this:
store_buyableBales_Grass
and this store_buyableBales_GrassRound.dds
store_buyableBales_GrassRound

@Gordon-Dry
Copy link

In mods\FS19_GlobalCompany.zip\shop\buyableBales_grassRound.xml
it says
$data/objects/buyableBales/store_buyableBales_dryGrassRound.png

but in mods\FS19_GlobalCompany.zip\shop\buyableBales_grass.xml
it says $data/objects/buyableBales/store_buyableBales_grass.png

Round bale = dryGrass
"Square" bale = Grass

@alexbes983
Copy link
Author

This error is in the files "GlobalCompany / shop / buyableBales_cotton.xml and buyableBales_grass.xml line StoreData / image". He created new icon.png files in the Shop folder and changed the paths to them in these .xml files.

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

3 participants