Page 1 of 1
					
				unkown flag "goes-to-quickbar"
				Posted: Fri Jun 27, 2014 3:39 pm
				by Fr33Fun
				Well,
that is the error
the code is
flags = {"goes-to-quickbar"}
what is wrong with that..?
			 
			
					
				Re: unkown flag "goes-to-quickbar"
				Posted: Fri Jun 27, 2014 3:52 pm
				by Rahjital
				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"
				Posted: Fri Jun 27, 2014 4:02 pm
				by Fr33Fun
				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 
			
					
				Re: unkown flag "goes-to-quickbar"
				Posted: Fri Jun 27, 2014 6:11 pm
				by Rahjital
				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"
				Posted: Sat Jun 28, 2014 9:33 am
				by Fr33Fun
				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  

 
			
					
				Re: unkown flag "goes-to-quickbar"
				Posted: Sat Jun 28, 2014 9:47 am
				by Rahjital
				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"
				Posted: Sat Jun 28, 2014 10:10 am
				by Fr33Fun
				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 :/
 
			
					
				Re: unkown flag "goes-to-quickbar"
				Posted: Sat Jun 28, 2014 10:41 am
				by Rahjital
				Fr33Fun wrote:yeah sorry that im using you as debugger 
 
  
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:---------------------------
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 :/
Could you upload the mod again, please? I think that whatever causes the error is not in the version you uploaded last time.
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"
				Posted: Sat Jun 28, 2014 10:49 am
				by Fr33Fun
				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 
			
					
				Re: unkown flag "goes-to-quickbar"
				Posted: Sat Jun 28, 2014 11:22 am
				by Rahjital
				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"
				Posted: Sat Jun 28, 2014 12:25 pm
				by Fr33Fun
				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 :/
			 
			
					
				Re: unkown flag "goes-to-quickbar"
				Posted: Sun Jun 29, 2014 2:33 pm
				by Rahjital
				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.