Author |
Message |
Petethegoat
Joined: Mon Jun 15, 2009 4:02 pm Posts: 905
|
Repeat Ini Errors
Error on line 4: Could not match property. Lines 1 to 4: Code: //Lua Warrior
AddEffect = MOSRotating I have tried copy/pasting into a different ini, and this same code works perfectly in the original ini I copied it from. All I have done is change names and filepaths. What.
|
Sat Feb 27, 2010 10:13 pm |
|
|
dragonxp
Joined: Wed Sep 09, 2009 3:16 am Posts: 3032 Location: Somewhere in the universe
|
Re: Repeat Ini Errors
post full ini please.
|
Sat Feb 27, 2010 10:45 pm |
|
|
Petethegoat
Joined: Mon Jun 15, 2009 4:02 pm Posts: 905
|
Re: Repeat Ini Errors
http://pastebin.com/cLedMJ1KI'm pretty sure it is just CC being lame, but here you go.
|
Sat Feb 27, 2010 10:48 pm |
|
|
dragonxp
Joined: Wed Sep 09, 2009 3:16 am Posts: 3032 Location: Somewhere in the universe
|
Re: Repeat Ini Errors
Probably cc's bad tab/enter syntax, delete line 3.
|
Sat Feb 27, 2010 10:54 pm |
|
|
Petethegoat
Joined: Mon Jun 15, 2009 4:02 pm Posts: 905
|
Re: Repeat Ini Errors
Tried that already, no luck. It always has issue with the first actual ini code that isn't whitespace or a comment.
Probably should have said that earlier, in retrospect.
|
Sat Feb 27, 2010 10:56 pm |
|
|
dragonxp
Joined: Wed Sep 09, 2009 3:16 am Posts: 3032 Location: Somewhere in the universe
|
Re: Repeat Ini Errors
Hmm, AddEffect... it should work by all means.
|
Sat Feb 27, 2010 10:57 pm |
|
|
Petethegoat
Joined: Mon Jun 15, 2009 4:02 pm Posts: 905
|
Re: Repeat Ini Errors
Yes. Yes it should.
|
Sat Feb 27, 2010 11:06 pm |
|
|
Petethegoat
Joined: Mon Jun 15, 2009 4:02 pm Posts: 905
|
Re: Repeat Ini Errors
Alright, if anyone else has this problem, it is due to tabbing. Here was my actors.ini: Code: IncludeFile = Lua.rte/Actors/Worshipper.ini IncludeFile = Lua.rte/Actors/Warrior.ini This fails as described in the OP. I changed it to: Code: IncludeFile = Lua.rte/Actors/Worshipper.ini IncludeFile = Lua.rte/Actors/Warrior.ini GET YOUR TABBING CORRECT.Failure to do so will result in incredibly cryptic errors, and will make you make topics like this one.
|
Sun Feb 28, 2010 3:04 pm |
|
|
dragonxp
Joined: Wed Sep 09, 2009 3:16 am Posts: 3032 Location: Somewhere in the universe
|
Re: Repeat Ini Errors
Great, it was the includefile.ini beware of evil tab syntax.
|
Sun Feb 28, 2010 3:55 pm |
|
|
|