Recent comments

  • No Race-based Exp Penalties   13 years 20 weeks ago

    Adjustable experience mod does this, and more?

  • 这个游戏有汉化实在是太好了!   13 years 20 weeks ago

    在Steam的greenlight的tome4上,有人专门问作者关于steam key的问题。作者亲自回答确认的。现在去greenlight上找,应该还在前排,因为回帖的人暴多

  • 这个游戏有汉化实在是太好了!   13 years 20 weeks ago

    Slow reading speed greatly reduced the fun we may have. Imagine after you swept a vault with 50+ items in your transmog, and then each of them may took you more than half a minute to read and understand (compared with 5 second in a native language), not to mention reading all the lore to understand the whole story. However, reading the original version of lore is strongly recommended (especially after reading in a native language). Anyway, thanks for those who volunteered to translate the whole game!
    木有办法。阅读速度慢,趣味大减啊。比如清完一个宝库拿到50+个物品,玩英文版的时候,每一件可能都要花超过半分钟,而汉化版则几乎可以秒看。尤其是大段的剧情!不过看完汉化版剧情以后,还是建议看看英文版原汁原味的比较好。不管如何,感谢汉化!

  • New Prodigies   13 years 20 weeks ago

    I would love to get them for 1.0.1:)

  • OldRPG Tileset & UI   13 years 20 weeks ago

    sorry for the delay, but there you go!

  • 这个游戏有汉化实在是太好了!   13 years 20 weeks ago

    我没看到作者是在哪里说的,打算通过Desura购买好了,非常感谢!

  • 这个游戏有汉化实在是太好了!   13 years 20 weeks ago

    Playing English games is a more efficient and fun way to learn English. That's why I always play games in English version rather than localized ones. So why dont have a try?
    何不试试玩玩英文版呢?就当学英语了。我就从来不玩汉化的

  • 这个游戏有汉化实在是太好了!   13 years 20 weeks ago

    作者已经说过了,steam通过后,捐赠者会有key

  • Evil deed: I wasted 200 years of mankind's time!   13 years 20 weeks ago

    Are you counting time spent developing add-ons and modules? More like 400 years :)

  • Arcanum Class Pack   13 years 21 weeks ago

    Next version will be more compatible.
    This won't help much if the other addon isn't very compatible.

  • Arcanum Class Pack   13 years 21 weeks ago

    Well, went back to it after a while and it looks like it was conflicting with another addon of some kind, most likely one of my other class addon ones.

  • Resource Tutorial   13 years 21 weeks ago

    Really nice and simple to make it work!. Just replace the words with your own and it will work!

    Just a small note, on version 1.0.3

    On the file data/myresource.lua on line 13. You need to add a , or you'll get a lua error.

  • Your first Cursed   13 years 21 weeks ago

    Hey there :D
    Nice reading and it would be a pity if it went lost as just a blog post...
    Make it also appear in the Spoilers, Metaclass: Afflicted section of the Forums!
    Really :D

  • Your first Cursed   13 years 21 weeks ago

    Instead of hiding it in your blog and at the arse end of an epic mostly complain fest trailing the only other guide for cursed ;)
    But seriously, stick your guide in the forum so people actually can see it, and as a minor side part at least everyone who wants to tell you that you are doing it wrong can do it in a more manageable/readable style.
    That is all, nice guide by the way, always interesting to see peoples take on what they figure is the best way to get things done :D

  • OldRPG Tileset & UI   13 years 21 weeks ago

    Would love to see this for 1.0.1!

  • Arcanum Class Pack   13 years 21 weeks ago

    perhaps you have too many add-ons ? I've noticed having too many will slow down or even halt the game from reaching the class/race selections screen

  • Arcanum Class Pack   13 years 21 weeks ago

    Whenever I try starting a new game the loading gets to 100% then the game seems to get stuck. It doesn't actually crash but the dialog to select class and race and such never comes up.

  • Class: Celestial Avatar   13 years 21 weeks ago

    Game doesn't start up while the addon is active. New game will not initiate.

  • No locked Categories   13 years 21 weeks ago

    It isn't working for me, and I disabled every other addon.

    Using 1.0.1 and using the addon for version 1.0.1.

  • Succor   13 years 21 weeks ago

    Oh, that's pretty awesome.

    Thanks!

  • Succor   13 years 22 weeks ago

    is what the game calls it when you lose the opportunity to do some of your alchemist quests.

    To be more specific - if you have a quest a from alchemist A and a quest b from alchemist B and you return with ingredients for quest a, then it just might happen that quest b becomes unavailable. This is what this mod prevents.

    In other words yet again: quests you didn't yet undertake are prioritized over quests you took when deciding on what should become inaccessible.

  • Succor   13 years 22 weeks ago

    I've tried googling it, but nothing comes up.

  • New awesome, timed, ingame event!   13 years 22 weeks ago

    There is a way to complete this quest as a chronomanser. Just return in the past and do it.

  • New awesome, timed, ingame event!   13 years 22 weeks ago

    I failed to complete the mission in time, so now I have a countdown timer at -1000 or so minutes in the quest menu. No way to remove it, that I know of. Is this a bug?

    EDIT: It may be because I was on Mac's version 1.0.0, not yet on 1.0.1. I'm on 1.0.1 now, but haven't verified if that fixed it.

  • Benchmarking Lua   13 years 22 weeks ago

    for i = 1, 10^8 do p = 2*5 end
    0.078

    for i = 1, 10^8 do p = 2*5*8 end
    0.078

    for i = 1, 10^8 do p = 2*5*8*math.pi end
    0.078