Page 1 of 2
50 cookies to the first person who can implement chilli...
Posted: 19 Aug 2010, 08:44
by Forboding Angel
In Evo.
Many of the CA devs have been after me for some time to implement chilli in evo, and carrepairer informs me that making a custom skin for it isn't an impossible feat, so today I checked in ca and all my requirements were met (meaning, it has resource bar, chat, buildmenu/command menu, and tooltip replacements).
I spent a very very long time tonight working on it. Copied all the code that was necessary for it (according to jk), and was still getting some errors. Car repairer was trying to help me, but quite honestly, without more intimate knowledge of what chilli needs, it's sort of a non-starter. The code is not commented at all which makes it 50x more difficult to figure out exactly what is needed.
Anyone care to lend a hand?
Re: 50 cookies to the first person who can implement chilli...
Posted: 19 Aug 2010, 09:12
by Google_Frog
Do you need help with chilli dependencies (as in getting it to work) or specific widget implementations?
I know a bit about use chilli in widgets and I know some CA specific things that are part of the CA UI if you want to port any widgets.
Re: 50 cookies to the first person who can implement chilli...
Posted: 19 Aug 2010, 09:56
by Forboding Angel
Just getting it to work tbh :-/
I have 3 errors that constantly pop up:
[ 0] Error in Shutdown()
[ 0] false
[ 0] Error in Shutdown(): [string "LuaUI/Widgets/gui_chili_resource_boxes.lua"]:121: attempt to index upvalue 'screen0' (a nil value)
[ 0] Removed widget: Chili Resource Boxes
[ 0] false
[ 0] Error in Initialize(): [string "LuaUI/Widgets/gui_chili_resource_boxes.lua"]:398: attempt to index upvalue 'Chili' (a nil value)
[ 0] Removed widget: Chili Resource Boxes
[ 0] false
[ 0] Error in Initialize(): [string "LuaUI/Widgets/chili/Headers/links.lua"]:70: attempt to call global 'newproxy' (a nil value)
[ 0] Removed widget: Chili Framework
system.lua is there, and the widget handler is including it.
in system.lua there is: newproxy = newproxy,
in the widgethandler: includeZIPFirst("system.lua")
Re: 50 cookies to the first person who can implement chilli...
Posted: 19 Aug 2010, 17:31
by CarRepairer
Firstly, don't use chili resource boxes, it's old and unmaintained.
Second, just give me some time please and I'll fix it for you. I've been busy lately with obj models (spring's newest model format, it's awesome). When latest Spring got released there was much to do.
Re: 50 cookies to the first person who can implement chilli...
Posted: 19 Aug 2010, 17:55
by KaiserJ
schpanks car
Re: 50 cookies to the first person who can implement chilli...
Posted: 20 Aug 2010, 00:20
by Neddie
Why Chili?
Re: 50 cookies to the first person who can implement chilli...
Posted: 20 Aug 2010, 03:03
by Forboding Angel
Because this:
is effing nice. And we can reskin the hell out of it.
Re: 50 cookies to the first person who can implement chilli...
Posted: 21 Aug 2010, 23:57
by AF
This is an injunction against the unlawful distribution of conterfeit cookies. The Bank of Cookie has not authorized the distribution or reward of 50 cookies, and as a result, a fine of 200 cookies has been incurred. Further claims and bounties will result in a 900 cookie fine and freezing of cookie assets. You have 10 days to comply with this notice or face further action.
Re: 50 cookies to the first person who can implement chilli...
Posted: 22 Aug 2010, 04:45
by CarRepairer
Deal's off. I don't want any of your dirty money.
Re: 50 cookies to the first person who can implement chilli...
Posted: 22 Aug 2010, 07:06
by Forboding Angel
They're banana cookies.
Re: 50 cookies to the first person who can implement chilli...
Posted: 22 Aug 2010, 15:54
by AF
That's even worse, evil bannana imposters!
Re: 50 cookies to the first person who can implement chilli...
Posted: 07 Oct 2010, 16:46
by smoth
forb, post the full infolog. I cannot help you with that little information. I think something broker higher up in the chain.
Re: 50 cookies to the first person who can implement chilli...
Posted: 07 Oct 2010, 19:18
by lurker
Hey, some of us hung on to cookies and didn't squander them. Forb may be an imposter, but you shouldn't jump to assume that.
Re: 50 cookies to the first person who can implement chilli...
Posted: 08 Oct 2010, 03:16
by Regret
Did you ever succeed in implementing chili?
Re: 50 cookies to the first person who can implement chilli...
Posted: 08 Oct 2010, 05:20
by Forboding Angel
Nope, however, car said he would implement it. Hasn't done it yet, but yeah.
Re: 50 cookies to the first person who can implement chilli...
Posted: 08 Oct 2010, 17:50
by CarRepairer
It wasn't quite ready at the time but now I think it is.
You'll have to make your mod take over local LuaUI. Do you comply?
Re: 50 cookies to the first person who can implement chilli...
Posted: 08 Oct 2010, 17:53
by smoth
CarRepairer wrote:You'll have to make your mod take over local LuaUI. Do you comply?
What does that mean?
Re: 50 cookies to the first person who can implement chilli...
Posted: 08 Oct 2010, 18:00
by CarRepairer
smoth wrote:CarRepairer wrote:You'll have to make your mod take over local LuaUI. Do you comply?
What does that mean?
It means I copy files with important sounding names from CA until Chili finally works.
Re: 50 cookies to the first person who can implement chilli...
Posted: 08 Oct 2010, 18:08
by lurker
...you know what, I'll just take care of any weirdness when you're done.
Re: 50 cookies to the first person who can implement chilli...
Posted: 08 Oct 2010, 18:57
by luckywaldo7
CarRepairer wrote:smoth wrote:CarRepairer wrote:You'll have to make your mod take over local LuaUI. Do you comply?
What does that mean?
It means I copy files with important sounding names from CA until Chili finally works.
Evo already blocks local widgets, er at least the last time I played around with it.