Author Topic: T-Engine4 / ToME4 beta26 aka "Nature's Grace" unleashed!  (Read 9286 times)

DarkGod

  • Rogueliker
  • ***
  • Posts: 137
  • Karma: +0/-0
    • View Profile
T-Engine4 / ToME4 beta26 aka "Nature's Grace" unleashed!
« on: May 17, 2011, 10:06:58 PM »
As promised here comes T-Engine4 and ToME4 beta26 ! See http://te4.org/

Don't forget to help ToME by with donations( http://te4.org/donate ) !

Release highlights:
* Many bugfixes
* Balances tweaks
* New generic tree: Harmony
* New rogue class tree: Poisons
* Overhaul of loss of control effects: stun & freeze, to be much more interresting
* A huge amount of new NPC tiles
* Random zones
* Random bosses
* Better UI
* More Sher'Tul Fortress functions

Expanded changelist:
* Optimized the savefile code to not save base and computed entities lists as they can be reconstructed from data files, making savefiles quite smaller
* The hidden trollmire level now has a correct entrance spot
* NPCs now do not regen when coming back to a level
* Objects now do not regen when coming back to a level
* The Shertul Fortress gains a new function: the exploratory farportal; a new subquest will trigger when it reaches enough energy
* New shertul fortress function: rod of recall attunment
* Random artifacts are now made up of 3 egos (instead of 2) + some random properties
* Fixed the Emancipation achievement
* New achievement: "Take you with me"
* Achievement popup now displays an icon associated to the achievement
* Achievement list now can list all achievements, even those not done yet (not all are fully readable however)
* Achievement list can now show progress for certain achievements (like Pyromancer, Cryomancer, Reaver, ...)
* The endgame artifact now has a neat particle effect attached
* Trollmire treasure quest will successfully complete
* Equilibrium wont reset to 0 on levelup (it will respect sustains)
* Fix a rare particles crash
* Coming back from the Eidolon or Demon plane will not make many turns pass for actors
* Random parties of (hostile) adventurers can be met on the worldmap
* Tons of new tiles!
* Strike and Dig have switch places
* Strike now deals more damage
* Creatures that levitate can not be pinned
* Fix a bug when reloading while an archery projectile is in flight
* Overhauled Frozen effect: You now get to act every turns but can not teleport, heal or move. The ice now has HP which can be damaged to make it go away. All your attacks can only damage the ice (not creatures) and creature attacks damage you for half their value and the ice for half
* AI will not target/stop attacking invulnerable creatures (like those affected by Time Prison)
* Update charsheet dialog to show more info
* Stunned effect overhauled, you do not lose control anymore, instead damage is reduced by 70%, movement speed by 50%, a few random talents are put on cooldown and talent cooldowns do not decrease while stunned
* Freeze spell duration now increases with talent level
* Buttons will provide a visual feedback when clicked
* Update dialog title works again(new method updateTitle)
* Dialogs will try to not go over game window size
* Moves tooltip window if it obscures view
* Drop dialog now not closes after each drop
* Emotes are now displayed over fog of war
* Skeletons talents have been improved; Sharp Bones have been replaced with Resilient Bones
* Big new lore, detailing the various races. Look for the first pages in Last Hope and find the rest
* Silence wont prevent sustained talents desactivation
* Burning Hex wont trigger when de-activating sustains
* Fixed the Storming the City quest: gwelgoroths will have the correct level now
* Scintillating Caves and Rhaloren Camp wont give the shaloren starting quest if you do not have it (cosmetic change)
* Soul Rot now has correct requirements
* The Eidolon can now send you back to the worldmap is desired (and if possible)
* Improves Retch and switched places in the tree
* Paradox Clone now can regulate his paradox levels
* Ambushes work even while standing on zone entrance
* Fixed a rare bug when patrols chase players on the worldmap
* Harno the messanger should correctly pop even if Golbug is killed on the Demon Plane
* Negative HP creatures should correctly die
* Can not try to use an orb a second time on a portal in the endgame
* Limmir will always make sure to provide a gem on his own when making an amulet
* Rune of the Rift/Time Skip will not heal the target to full
* If an alchemist player is cloned, the golem will be faction aligned with the clone
* New method font:draw(string, max_size, r, g, b) that is the same as TString:makeTextureLines() & countLines() combined, but it works on plain strings and it is *fast*
* Log & Flying texts now have a small shadow to outline the texts
* Added very slight shadow to most UI texts, making them more readable
* Modules can enable text shadows on the UI by doing: require("engine.ui.Base"):setTextShadow(0.6)
* New "Building" map generator
* New poem in the heart of the gloom
* Base vision radius of NPCs reduced to 10, like the player
* Thaloren-Tree Longbow range correctly set to 10 instead of 18
* Life regeneration effects now disable other regen talents while active, to prevent wasting them
* Vor, Gorbat and Rak'Shor prides have been upgraded, they now feature entrance doors, guards, random elites & bosses
* Objects that randomly fire a talent on hit wont check ressource or cooldowns
* Bloodcaller, the reward from the ring of blood, is not an arcane artifact anymore
* Adventure mode deaths will only be reported once the last life is expanded
* Equilibrium & Paradox bars on the left pane fill with failure chance instead of a meaningless log
* New achievement: Huge Appetite
* Eldoral Last Resort range fixed
* Fixed Hurricane description
* Level 5 Arcane Eye should work even while blinded
* Blodo Spray correctly handles its disease chance
* Hate is not affected by fatigue
* Fix norgos lair level changers tiles
* Hymn of Moonlight and similar talents wont activate on the worldmap
* Creatures in the Heart of the Gloom wont have the radiant fear talent
* New NPC in angolwen that provides a bit of lore and new lore in angolwen's library
* New lore: a rogue's poem
* New lore associated with the Spellblade and Eden's Guile artifacts
* Time Prison correctly stops even fast actors
* Eight new high level monsters
* Fixed problem with Shattering Charge
* Greatly improved Mindlash. Focus mindslayers should be much more fun.
* Removed much of the moat around the bandit fortress vault to make navigating around it less of a pain.
* The new game window can now be told to force loading of an incompatible module (which will usually work anyway)
* Alchemist's golems can now self destruct when the alchemist is dead
* Renamed the demon plane to the Fearscape
* Fixed drawQuad (it would randomly start using a texture when when told not to)
* Every level of the High Peak is now guarded by a random unique
* Added a message log dialog which supports page up/down, home/end, up/down and mouse wheel. Activate it by clicking on the log or pressing ctrl+m
* Upped Lightning and Chain Lightning damage
* Shock cooldown increased to 4
* Nature's Touch healing buffed
* New wild gifts talent tree: Harmony
* The sandworm queen heart now provides Harmony instead of Sand Drake tree
* Both Summoners and Wyrmics can unlock the Harmony tree
* Added .. mouse gestures. Yes right! Find them in the keybinder menu. You can now bind mouse gestures to any bindable actions!
* Module makers can use gestures easily with the engine.ui.Gesture class
* New lore about the Fearscape
* Found lore is now also saved in the player's profile, for later use
* The Sher'tul Fortress now possess the Library of Lost Mysteries, where you can instantly learn all lore known by any of your previous characters
* Non-hostile boss-level creatures will now have their own tactical border
* New tree: Cunning / Poisons
* Rogues might want to try siding with the assassin lord
* Tooltip will now tell you if there are more than one item on the ground
* Button clickable area expanded to fit actual display size
* Text in ListColums and Tree UI elements is now bouncing from left to right when overflowing
* Fixed a memory leak
* Elementals levitate
* Improved talents levelup screen
* Regen rate is now displayed in the left pane bar
* Undeads correctly start at level 6 of the blighted ruins
* Derth arena and trollmire treasure quests now correctly finishes

Have fun!

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: T-Engine4 / ToME4 beta26 aka "Nature's Grace" unleashed!
« Reply #1 on: May 18, 2011, 11:38:42 AM »
Congrats on another update.   It should be interesting to see how this unorthodox way of handling paralysis and such shakes out.
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

dephbokks

  • Newcomer
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: T-Engine4 / ToME4 beta26 aka "Nature's Grace" unleashed!
« Reply #2 on: May 19, 2011, 11:13:45 AM »
Congrats on the fast release schedule. I started following this project a little while back and have been playing a little bit too.

DarkGod

  • Rogueliker
  • ***
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: T-Engine4 / ToME4 beta26 aka "Nature's Grace" unleashed!
« Reply #3 on: May 20, 2011, 12:11:21 PM »
Playing it is indeed a good idea, I approve ! :)

dephbokks

  • Newcomer
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: T-Engine4 / ToME4 beta26 aka "Nature's Grace" unleashed!
« Reply #4 on: May 20, 2011, 02:31:58 PM »
Playing it is indeed a good idea, I approve ! :)

I guess I typed my thoughts too fast into the little box without thinking. It's not like I was there drooling for a month and then said, 'Maybe I should play it.' I am working on my own rl so in between testing and programming I have little time for other games. Mostly, I fill that time with DCSS so it speaks volumes for the quality of your project since it pulled me away from yet another incarnation of my beloved kobald berserker.

Anyway, it is a good idea; I approve as well. This last release, Nature's Grace, got me going well, past just looking at the pretty eye-candy and long laundry list of updates and added features. I play in the 'roguelike' difficulty level and now have a level three human slinger going. Almost just died too, but I escaped some maze and am going to look for other things to do.

I am really digging the presentation & music (I put music in my current rl project too since it always adds good flavor to the experience). I cannot recall, but I think in the tutorial mode the game told me it was open-ended and that there is not any specific goals, other than accepting and completing the quests that seem to pop up from time to time so I am enjoying playing the wandering slinger without a care in the world (until he catches the knife) forgetting that there is a damn zot orb out there.

DarkGod

  • Rogueliker
  • ***
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: T-Engine4 / ToME4 beta26 aka "Nature's Grace" unleashed!
« Reply #5 on: May 20, 2011, 02:35:46 PM »
Glad you're having fun!

Yes the first part of the game, up to about level 25/30 is mostly "you are an adventurer, go adventure", I think it's refreshing to not start your life as the announced savior of all for once ;)
The "main" quest only pops up late and adds a new dimension to the second half of the  game.

Oh and you can make your own RL with the TE4 engine too ! :)

dephbokks

  • Newcomer
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Re: T-Engine4 / ToME4 beta26 aka "Nature's Grace" unleashed!
« Reply #6 on: May 20, 2011, 02:57:01 PM »
Yes the first part of the game, up to about level 25/30 is mostly "you are an adventurer, go adventure", I think it's refreshing to not start your life as the announced savior of all for once ;)
The "main" quest only pops up late and adds a new dimension to the second half of the  game.

Cool. Good to know.

Oh and you can make your own RL with the TE4 engine too ! :)

I knew about that. I just think I might if I ever finish the one I am working on.  :)