Page 1 of 1
Need idea for first addon
Posted: Mon Jul 29, 2013 7:38 pm
by noppa354
I want to start making addons, but don't have any good ideas. I'd be quite grateful if I could get some suggestions.
I'd prefer to make a class, but other things would work as well.
Re: Need idea for first addon
Posted: Mon Jul 29, 2013 7:58 pm
by Zonk
Search in this forum for addons that weren't actually developed or in the idea forum.
I suggest you start small by the way - you can do something smaller than a class but still adding content if you make a new talent tree or two for existing classes, for example.
Re: Need idea for first addon
Posted: Mon Jul 29, 2013 8:04 pm
by noppa354
I didn't think of adding a talent tree to an existing class, that's a good idea. I'll look in the idea forum and see if anything interests me.
Re: Need idea for first addon
Posted: Mon Jul 29, 2013 8:32 pm
by 0player
Sorry for that, but I'd recommend against trying to write an addon without having any ideas on your own. Try to sit down and think what excites/bugs you about this game, and try to extend/improve this. Or maybe even write your own module, who knows.
THe thing is, if you just want to flex your fingers, you'll run out of fuel pretty soon – pretty much as fast as you figure out how to write what you want to write. If you don't want to see thing done, you'll never get it done.
That said, if you really want to help, then you can help! I have this nice addon idea, but sadly RL kicks in and I have little to no time to work on it. Currently, only a little part of an addon is implemented.
The addon in question is Knights of Calculus (
http://forums.te4.org/viewtopic.php?f=3 ... t=calculus). If you are interested, I'll share code on Github/Bitbucket/whatever you prefer.
Re: Need idea for first addon
Posted: Mon Jul 29, 2013 9:48 pm
by Praxis
Remove level cap in regular campaign. Simple enough, also might be worth trying underpowered classes on high difficulties end-game.
Re: Need idea for first addon
Posted: Tue Jul 30, 2013 2:28 am
by lukep
If you are trying to find an idea for a new class to create, I'd suggest doing this:
Take one concept from this list,
- Melee (also choose sword/shield, dualwield, or twohanded)
- Caster (also choose mind or spell)
- Archer (also choose bow or sling)
choose two resources (or maybe one, but I find hybrids easier to think of) (eg. Stamina, Hate, Psi, Mana, Vim, etc),
and lastly, come up with a unique "hook" for the class, like the Arcane Blade casting spells on melee strikes, Temporal Warden's amazing mobility, Barbarians with the Bloodthirst tree and others.
This can work well for priming an idea for a class if you can come up with something compelling about the combination. Examples would be:
- a Paradox/Vim caster that uses its spells to distort and corrupt opponents
- an equilibrium/psi archer that can summon meatshields and enhance its combat with its mind.
- A mana/positive energy caster that focuses on shields and healing for defense, and fire and light for offense.
After you have a good idea that is interesting to you, we will be able to give better feedback.
Re: Need idea for first addon
Posted: Tue Jul 30, 2013 11:41 am
by Canderel
If you're up for a challenge try implementing autoexplore stopping when noticing an enemy with telepathy (as opposed to Line of sight).
Re: Need idea for first addon
Posted: Tue Jul 30, 2013 2:09 pm
by MisiuPysiu
Hi,
If you want another challenge try this one:
The possibility do define different autocast conditions is great. It allows for instance to play a class mostly using one key (in addition to direction keys). My latest solipsist had all the relevant damage dealing talents on autocast. This works very well on talents which have range 10 but is a bit tedious to use on talents with lesser range (solipsists have most of the ranged talents set to range 7).
It would be a great addition to the autocast menu if you could use the option:
"cast when enemy visible and in range"
Cheers:)
Re: Need idea for first addon
Posted: Tue Jul 30, 2013 2:37 pm
by Zonk
You could also alter existing things - artifacts, items, NPC ... in interesting ways.
Oh and don't forget to check out the #tome IRC channel on the rizon server, we have some addon discussions once in a while!
Re: Need idea for first addon
Posted: Tue Jul 30, 2013 6:23 pm
by Doctornull
Canderel wrote:If you're up for a challenge try implementing autoexplore stopping when noticing an enemy with telepathy (as opposed to Line of sight).
For a really awesome challenge, try stopping when JUST OUT OF SIGHT of that enemy. As in, keep exploring if the enemy is in telepathy but not sight, until the NEXT MOVE would put the enemy in sight.
Then telepathy would be almost as useful as being a Higher.

Re: Need idea for first addon
Posted: Mon Aug 05, 2013 1:30 pm
by Waladil
Here's a suggestion: Help me finish the Star Kitty addon! I'm too lazy to figure out how get hooks and stuff working for the last talent in the racial tree, but it's pretty much all designed. It'd be a great learning experience to get it working.
(Basically the design is that if the player would die, it rolls against their luck to save their life, with an increasingly-difficult roll each time they succeed. For tips on how to code it, figure out how Second Life and Cauterize work. That's where I was when I got code-exhausted.)