Elementalis

If you have a module that you'd like comments on or would like to know how to create your very own module, post here

Moderator: Moderator

Post Reply
Message
Author
Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Elementalis

#1 Post by Shoob »

Well, I have been coding my own module for a while now, and I figured to make more progress I would need to open it up to the world.

Firstly, download: http://elementalis-t4engine.googlecode. ... -0.9.4.zip.
If you want you can clone the repository (using hg):

Code: Select all

hg clone https://elementalis-t4engine.googlecode.com/hg/ elementalis-t4engine
To run this, just extract it to the game/modules folder of your t-engine4 directory, or clone it there.

Secondly a description: Lets just say that this is a small module (roughly), based on a fantasy world where you are an elemental, summoned by a wizard, to wage war on another wizard (neither of whom are pretty nice). There are multiple endings, unlocks and some other stuff, though the true ending is not available yet. Unlike ToME, this is more of a passive module, where what you do affects you, rather than leveling up.

Zones: Your "Home" castle, where you were summoned to...
The enemy castle, where your target lives...
The warpath, or Path of War, where you have to travel to get to the enemy castle.
temples, built for each element, how to get to them remains a mystery and has to be found in-game ;)

Bugs:
  • I get a pretty severe slowdown after playing for a while, especially in the fire temple (one of the zones in the game) (and I am not sure if this is still in there, wanted to get this up first)
To Do List:
  • Fix the bugs ;)
  • Work on chats more
  • Moar quests
  • Moar races
  • Moar items, maybe...
  • Hostile reactions if attacking neutral or friendly npcs
If you have any idea how to fix any of the bugs, feel free to let me know and I will give you a cookie :D (well, really just put you in the credits.txt file, but you also get to feel good about helping me)

How are things? Too easy/hard? Not clear enough? Runs too slow? Some levels too deep? Combat should be improved? Etc.. etc...
Oliphant am I, and I never lie.

Taxorgian
Archmage
Posts: 300
Joined: Mon May 17, 2010 11:56 am

Re: Elementalis

#2 Post by Taxorgian »

Bugs:

[probably a bug] All of the earth elementals in the Earth Temple were friendly including the Boss (I was playing a fire elemental if that makes a difference)

[DEFINITELY a bug] Something really weird happened just before I was going to snuff it in the water temple -- there was a *display* crash in igfx. Windows said it fully recovered etc., but that was... different. It crashed t-engine along the way (no surprise?).

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Elementalis

#3 Post by Shoob »

right now I have only the opposing elements hostile at first (that is fire <-> water, air <-> earth) so a fire elemental would have both air and earth neutral towards it. if they are "natural" (ie not summoned by the hostile wizard), you can see what faction they are in using the tooltips.

there will be dialogs/quests to do so that you can get by the boss of each temple that is non-hostile, but that will come later. right now it does it the easy way, but doesnt make sense ;) (eg, boss says that you can't pass, you say ok, boss moves out of your way).

hummm, now that is strange with that crash, I have had t4 crash my computer several times, maybe that is a related bug.
Oliphant am I, and I never lie.

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Elementalis

#4 Post by Shoob »

just as a heads up, I fixed the player combat bug, and decided that that was worth updating completely:

changes:
- combat works the way it should (may be adjusted, give feedback if you like or dont like it)
- zap talent changed to a ranged attack that does half damage (using the same formula for melee)
Oliphant am I, and I never lie.

Repton
Archmage
Posts: 371
Joined: Wed Aug 05, 2009 2:17 am

Re: Elementalis

#5 Post by Repton »

Shoob wrote: there will be dialogs/quests to do so that you can get by the boss of each temple that is non-hostile, but that will come later. right now it does it the easy way, but doesnt make sense ;) (eg, boss says that you can't pass, you say ok, boss moves out of your way).
You could change it a little...

BOSS: No one may pass without my permission!

YOU: Um ... can I have your permission?

BOSS: ...

BOSS: I guess so.

[boss moves out of the way]

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Elementalis

#6 Post by Shoob »

meh, too much work for it going to be changed so soon ;)

(lets just say I have laid the framework for the bosses right now, I could elaborate on it, but that would give too much away.)

the thing is, it is 2am here now, and I am tired, more work on this when I wake up and if I have time, at least I have 3 or 4 hundred lines of code added since the last update, but nothing important enough to warrant a 0.9.2 release yet.

if any of those two bugs (on the list) get fixed there will be a release though, otherwise I get to decide when :)
Oliphant am I, and I never lie.

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: Elementalis

#7 Post by yufra »

I like how it is coming along Shoob! I had difficulty moving through the Path of War (too many high level enemies) and did experience slowdown. Glancing at the stdout I wonder if the slowdown is coming from the extensive use of shaders?
<DarkGod> lets say it's intended

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Elementalis

#8 Post by Shoob »

yufra wrote:Glancing at the stdout I wonder if the slowdown is coming from the extensive use of shaders?
I thought of that, however, when I completely removed shaders from one zone, and just played in there, I still got the slowdown... which leads me to think it is something else (or maybe a leak in the shader code, idk)
Oliphant am I, and I never lie.

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Elementalis

#9 Post by Shoob »

ok, new version up with the new savefile system, quests are more complete, and the summoning portals have changed (more smooth).

loading however is broken atm.
Oliphant am I, and I never lie.

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Elementalis

#10 Post by Shoob »

Just as an FYI I have (finally) gotten around to updating this to beta 15.
linky (also in the first post): http://elementalis-t4engine.googlecode. ... -0.9.3.zip

Some highlights:
  • UI improvement
  • Loading now works
I must warn you though, I haven't fully tested this, so it may be a bit broken still, but at least it is playable by keyboard now (maybe some mouse, but not solely mouse I *think*).
Oliphant am I, and I never lie.

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Elementalis

#11 Post by Shoob »

After some discussion on the forums, I have tweaked this some
new dl: http://elementalis-t4engine.googlecode. ... -0.9.4.zip

major stuff:
- difficulty reduced some at the start, will be reduced more when resists are tweaked
- mouse works

and some other various UI tweaks as well.

have fun and I would appreciate any and all comments
Oliphant am I, and I never lie.

Post Reply