-
Posts
1,525 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ThePitereq
-
images not loading and missing delete message
ThePitereq replied to Valhalla_has_beer's Support Request in Support
If you enabled the option for override ImageLibrary you need to add icon URL to every icon, because it overrides the default library. YOu dont need to worry about skin ids. Icon url must be a link to PNG file. like imgur one. -
images not loading and missing delete message
ThePitereq replied to Valhalla_has_beer's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to 2.0.5 -
images not loading and missing delete message
ThePitereq replied to Valhalla_has_beer's Support Request in Support
This, and optional image database has been added in newest version! -
images not loading and missing delete message
ThePitereq replied to Valhalla_has_beer's Support Request in Support
Yeah. The images works based on default ImageLibrary library. I tihnk it is a problem with data file (i had a few reports with that) so i will add an option for alternative icon names so iconurl will fully work. It is not fully the issue of my plugin, but i will add an "override" option soon. -
"Upgrades": [ { "Required Items": [], "Required Currency (0 to disable)": 0, "Capacity": 6, "Gather Multiplier": 1.0, "Fuel Usage Multiplier": 1.0 }, { "Required Items": [ { "Shortname": "wood", "Skin": 0, "Amount": 14000, "Icon URL": "" }, { "Shortname": "stones", "Skin": 0, "Amount": 10000, "Icon URL": "" } ], "Required Currency (0 to disable)": 12000, "Capacity": 9, "Gather Multiplier": 1.2, "Fuel Usage Multiplier": 1.0 }, { "Required Items": [ { "Shortname": "wood", "Skin": 0, "Amount": 14000, "Icon URL": "" }, { "Shortname": "stones", "Skin": 0, "Amount": 10000, "Icon URL": "" } ], "Required Currency (0 to disable)": 12000, "Capacity": 12, "Gather Multiplier": 1.4, "Fuel Usage Multiplier": 1.0 }, { "Required Items": [ { "Shortname": "wood", "Skin": 0, "Amount": 14000, "Icon URL": "" }, { "Shortname": "stones", "Skin": 0, "Amount": 10000, "Icon URL": "" } ], "Required Currency (0 to disable)": 12000, "Capacity": 16, "Gather Multiplier": 1.5, "Fuel Usage Multiplier": 1.2 } ]
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.0
-
Hey! Try newest version 1.2.0. It worked on your seed so i think it should work everywhere
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.0
-
Try the newest version. The problem should be solved there.
-
Changed Status from Pending to No Response
-
Hey! I checked this problem and i see this issue. For now you can fix this problem by making bradley 1.0 in scale. I am starting work on full rewrite of pathfinding because after few updates it became a little bit messed up. There will be 1.2.0 with a lot better pathfinding soon.
-
Because the problem is with missing _plugin.tankRoads[path] or _plugin.purchasedRoads[purchasedPath]) and not sure how it is possible
-
I see that you've increased view range. Can you decreate it and check if problem still appears? (It shouldn't change anything but just in case) The problem appears on my plugin bradley's or from different plugins?
-
The issue is not there. I see that there must be something wrong with your path config. This is the only way why it prints errors. Send me your config please.
-
That's weird. One of your plugins must be in conflict or collide with mine somehow. Noone reported problem like that, and i think i would get a lot of reports about that. Try removing your plugins and check if the problem still appears. Its weird that you get the dictionary error even if there is no dictionary in code.
-
You sure that you use unedited, latest version of the plugin? There is no line with dictionary mentioned in function where you have this error.