Where is kchen
|
|
Where is kchen ?? It is a long time since he reply of update the script !!! |
|
|
true.. |
|
|
Script does not work for 0.31 I try it on the test server |
|
|
hope he can continue |
|
|
Don't ask what he could do for his script. Ask how you can do it yourself ! ^^ |
|
|
Ok what can I do?? All I see in the script is
kChenOverview(); Before there was a lot more code that I could reconfig |
|
|
At the top of the script, in what looks like comments, there are REQUIRE commands. Those tell the Greasemonkey installer to download and install those other scripts too. You can find these files in your Firefox profile in a gm_scripts subfolder (details could be off, but that should get you started) I found a few modifications that get the 'meat' of the script usable again. First, turn off Show Scoreinfo. This function is broken right now and i haven't written a work-around yet. 3 changes are required to get the tables working again. Below are rough details of what to change to get it running: File: tools.js
File: tools.js
File: view.js
|
|
|
Tips to debug : GM_log(text) function add "text" into Firefox Errors Console. It's usefull to check variables values step by step ;o) |
|
|
Josh I've made those changes but don't get any change... Bummer :-( |
|
|
I feel main problem is to detect your own cities ID (from dropdown menu) because class names has changed... I had this problem (which crash down all) on my own script ;o) NB: occupied cities are added in dropdown menu but I don't known its class name (because I can't check this myself with my account). |
|
|
@joshuad156:
function getCityId() {
ret = getIntValue(getNode_value("//select[@id='citySelect']//option[@selected='selected']"), 0);
return ret;
}
my script is for 0.3.1, check it out :) |
|
|
@GigeL:
I just installed your overview script and you just made my day. I was only trying to hack away at kChen because Ikariam isn't much fun to me without an overview tool. Yours appears to fill in as an equal replacement to kChen. I thank you for your hard work to get this up and running with 0.3.1.
I just need to figure out how to change your table style so all my 'transport to' buttons fit on my 1920x1200 without scrolling down. kChen JUST fit so that moving stuff around didn't require any scrolling, which was really nice. Just need to tighten things up a bit.
@everyone else who reads this thread: If you liked kChen and you are bummed because your kChen is not working with the latest patch, please go check out GigeL's overview script. It will likely suit your needs. |
|
|
Options -> CSS -> width: 1000px
|
|
|
I have installed the script but I can't find gm_scripts subfolder ! There is not in my Mozilla Firefox.
|
|
|
@tsewane: search Mozilla/Firefox into "Documents & Settings" sub-folders |
|
|
Hi Guys, I'm just a user & don't know all these coding.
|
|
|
Woohooo, its seems like he's back! :) |
|
|
Thanks @oliezekat |
|
|
where is the new version???? |
|
|
GigeL it is great work You done. Bat I have one recuest. Can You give as the view under the arrows in ship movements and the column of spy? BTW. Sorry for my English;) |