Search found 27 matches

by Dienes
Thu Sep 28, 2017 2:56 am
Forum: Dumb Questions
Topic: Addon Auto-Updates
Replies: 4
Views: 1789

Re: Addon Auto-Updates

If you bought the game anywhere other than GoG.com you can get it on steam for free. Check your profile page on te4.org and hit the steam tab. And the steam version only auto updates addons you get through the steam workshop not anything you get off the website. Not everything is on the steam worksh...
by Dienes
Tue Sep 26, 2017 5:18 pm
Forum: Addons
Topic: Addon HELP please .....
Replies: 5
Views: 5926

Re: Addon HELP please .....

You want to replace the existing setDefaultProjector() right? Then you should superload it instead of just having it in data. Just loading a file doesn't make tome call any functions in it. Try taking it out of your hooks, moving it to \superload\data\DamageTypes.lua and changing it to start with lo...
by Dienes
Sat Sep 16, 2017 8:15 pm
Forum: Dumb Questions
Topic: Tinkers and Brawlers
Replies: 5
Views: 2666

Re: Tinkers and Brawlers

I had this same idea not long ago so I went and made an addon to let you stick weapon tinkers on gloves. http://forums.te4.org/viewtopic.php?f=50&t=48270
Let me know if you have any issues and happy punching.
by Dienes
Sat Sep 16, 2017 8:13 pm
Forum: Addons
Topic: Brawler weapon tinkers on gloves
Replies: 3
Views: 3240

Brawler weapon tinkers on gloves

https://pbs.twimg.com/media/CEBScFBUkAEyBpQ.png Ah, that's the barbed wire. We called that the stinger. They don't let you use that no more. Brawler weapon tinkers on gloves lets you put weapon tinkers on your gloves as a brawler or adventurer/whatever with the Unarmed Mastery talent. You can use a...
by Dienes
Sat Sep 09, 2017 10:21 pm
Forum: Addons
Topic: Improved Starting Inscriptions
Replies: 0
Views: 1254

Improved Starting Inscriptions

By request Improved Starting Inscriptions fills the Last Hope, Irkkk, and Kruk Pride (if you have EoR) infusion and rune stores high quality ego'd inscriptions. This is really intended for insane or madness since having to make due with crummy inscriptions at the start is brutal and players will oft...
by Dienes
Sun Aug 20, 2017 12:53 am
Forum: Addons
Topic: Tinker Stores in Last Hope not generating items.
Replies: 4
Views: 2148

Re: Tinker Stores in Last Hope not generating items.

Steven Aus wrote:Would they be stocked if you went to the Tinker cave and got +1 Smith and Therapeutics? (ie. Physics and Chemistry)?
Yes. I should probably figure out how to make the shopkeeper tell you to come back when you aren't an ignorant barbarian or something.
by Dienes
Sat Aug 19, 2017 4:01 pm
Forum: Addons
Topic: Tinker Stores in Last Hope not generating items.
Replies: 4
Views: 2148

Re: Tinker Stores in Last Hope not generating items.

Tinker Stores in Last Hope - Tinker is my addon. I should probably post a thread for it. You need Embers enabled for either addon to work and for tinkers to work at all. You also need to actually have the tinker talents for the stores to stock anything. They don't teach you the skills the way the on...
by Dienes
Wed Aug 16, 2017 5:53 pm
Forum: Development
Topic: Making an addon, pretty much done but one issue left
Replies: 9
Views: 7159

Re: Making an addon, pretty much done but one issue left

Since there isn't a thread for this addon I'm posting here too. First thanks for making it, its very useful. However it has an issue where it won't be compatible with anything else that modifies last hope in the same way since it overwrites Last Hope's self.post_process. I made a workaround by chang...
by Dienes
Wed Aug 16, 2017 3:09 pm
Forum: Bugs Archive
Topic: Freezing / Crashing while saving (post dreamscape)
Replies: 0
Views: 1148

Freezing / Crashing while saving (post dreamscape)

I was inn the ruined dungeon farming ingredients when I got dreamscaped by a dreaming horror boss that I had put inner demons on. In the dreamscape a bunch of dream clones and inner demons spawned and eventually murdered the boss but after coming out out of the dreamscape my game started taking a ve...
by Dienes
Tue Aug 01, 2017 5:03 pm
Forum: Addons
Topic: StarKeep's Grab Bag
Replies: 20
Views: 15229

Re: StarKeep's Grab Bag

RandBoss Rando breaks if you set final level equal to start level since it ends up dividing by zero. No lua error but the spawn rate ends up as NaN so no rares / bosses ever spawn.
by Dienes
Mon Jan 25, 2016 7:27 am
Forum: Addons
Topic: Everything is Unique
Replies: 157
Views: 87162

Re: Everything is Unique / Added Difficulties

Would you mind exposing the XP boost as a configuration parameter so I can tweak how fast or slow my character levels up? I really like the addon's basic concept, but I don't like leaving Yeek Island as a level 20 character. Thanks for working on this, both StarKeep and Dienes . I've actually been ...
by Dienes
Thu Jan 21, 2016 9:05 pm
Forum: Bugs Archive
Topic: zone.lue level_adjust_level
Replies: 0
Views: 831

zone.lue level_adjust_level

I was diving into source files trying to figure out an unrelated issue I noticed an inconsistency with _M:level_adjust_level(level, type) in te4 engine/Zone.lua line 192 versus how its often called. I ran it past Shibari on irc and they agreed it was probably a bug and I should post here about it. F...
by Dienes
Thu Jan 14, 2016 12:54 am
Forum: Ideas
Topic: Server speed?
Replies: 7
Views: 2962

Re: Server speed?

the executable is taking 20 minutes to download . And pages on te4.org load rather slowly. File fragmentation, antivirus being silly, not enough ram, multicore screw up, shader issues, firewall problem, dream seeds in the hardware. Its hard to say really. Post some of your te4_log.txt and the other...
by Dienes
Wed May 20, 2015 8:02 am
Forum: Addons
Topic: Compare Nil, showing on copied talent code
Replies: 3
Views: 4179

Re: Compare Nil, showing on copied talent code

Well its both caused by somehow having self.carbon_armor equal nil. So either activate isn't being called for it so carbon_armor never gets set to anything or there is something weird where getArmor is returning nil. I see getArmor calls getParadoxSpellpower(), do you have getParadoxSpellpower() in ...
by Dienes
Wed May 06, 2015 5:25 pm
Forum: Dumb Questions
Topic: SAYS it is multiplying so why is there no clone?
Replies: 10
Views: 6185

Re: SAYS it is multiplying so why is there no clone?

yeah i know that, but what if that's causing the problem? If I cant get the Multiply talent to work when it SAYS it is working and I have not altered it at all, and it additionally spams the log with "no more multiply", then putting that it in paradox clone is copying a problem? the Multi...