unkown flag "goes-to-quickbar"
unkown flag "goes-to-quickbar"
Well,
that is the error
the code is
flags = {"goes-to-quickbar"}
what is wrong with that..?
that is the error
the code is
flags = {"goes-to-quickbar"}
what is wrong with that..?
Re: unkown flag "goes-to-quickbar"
It's hard to say without seeing the source, but are you sure you used the flag for an item and not an entity? Entities and items have their own sets of flags.
Re: unkown flag "goes-to-quickbar"
hm thats a good idea thanks
and it is an item
and here is what i am working on:(searching sb that is good with graphics btw )
https://www.dropbox.com/s/tyjkczw1nqqatsh/Fr33Belt.rar
and it is an item
and here is what i am working on:(searching sb that is good with graphics btw )
https://www.dropbox.com/s/tyjkczw1nqqatsh/Fr33Belt.rar
Re: unkown flag "goes-to-quickbar"
Ah, your mistake is simple, you use the wrong type for your items. All items must be of the type "item", the game thought you were defining entities and not items.
Re: unkown flag "goes-to-quickbar"
oh ok thansk(its actually my first big mod )
and now...i got a problem:
---------------------------
Error
---------------------------
EntityPrototype Unknown key:"entity-name.super-extreme-fast-splitter" doesn't have an order string.
---------------------------
OK
---------------------------
Is it simply making the mod loading "the base mod"(idk how btw ) first or how can i fix that
and now...i got a problem:
---------------------------
Error
---------------------------
EntityPrototype Unknown key:"entity-name.super-extreme-fast-splitter" doesn't have an order string.
---------------------------
OK
---------------------------
Is it simply making the mod loading "the base mod"(idk how btw ) first or how can i fix that
Re: unkown flag "goes-to-quickbar"
You have another mistake in your "super-extreme-fast-splitter" item. Its place_result is "super-super-fast-splitter" instead of "super-extreme-fast-splitter".
Re: unkown flag "goes-to-quickbar"
yeah sorry that im using you as debugger but...
---------------------------
Error
---------------------------
Path Fr33Belt/graphics/super-extreme-fast-transport-belt-animation.png not matching the resource path pattern: __source__/path
---------------------------
OK
---------------------------
the wiki don´t really help me with path pattern or whatever :/
---------------------------
Error
---------------------------
Path Fr33Belt/graphics/super-extreme-fast-transport-belt-animation.png not matching the resource path pattern: __source__/path
---------------------------
OK
---------------------------
the wiki don´t really help me with path pattern or whatever :/
Re: unkown flag "goes-to-quickbar"
As long as you'll learn from this and know how to fix the errors if you encounter them next time, I won't mind. What good is a modding help section if we weren't helping here?Fr33Fun wrote:yeah sorry that im using you as debugger
Could you upload the mod again, please? I think that whatever causes the error is not in the version you uploaded last time.Fr33Fun wrote:---------------------------
Error
---------------------------
Path Fr33Belt/graphics/super-extreme-fast-transport-belt-animation.png not matching the resource path pattern: __source__/path
---------------------------
OK
---------------------------
the wiki don´t really help me with path pattern or whatever :/
All I can say without seeing the up-to-date source is that you migth not have put the double underscore around the Fr33Belt in path, like so: __Fr33Belt__/graphics/super-extreme-fast-transport-belt-animation.png . There is no guarantee it's correct, though.
Re: unkown flag "goes-to-quickbar"
Ok thanks
and as far is a looked there isn´t a misspell but here is the new version :
https://www.dropbox.com/s/3w0icjmxsyomt ... %200.2.rar
and as far is a looked there isn´t a misspell but here is the new version :
https://www.dropbox.com/s/3w0icjmxsyomt ... %200.2.rar
Re: unkown flag "goes-to-quickbar"
This one was a bit tougher to crack, but I've found it finally found it: all of your transport-belt-to-ground animations use Fr33Belt instead of __Fr33Belt__
Re: unkown flag "goes-to-quickbar"
oh lol really i would enver have find that :/ (cause im an idiot xD)
Well now the mod works..but splitters dont have a icon ingame :/
Well now the mod works..but splitters dont have a icon ingame :/
Re: unkown flag "goes-to-quickbar"
Not sure if you have solved your issue already, but if not, try deleting the crop-cache.dat file in your Factorio directory, that usually helps in such cases.