Page 1 of 3
New race up for testing in git: Ogres
Posted: Wed Dec 24, 2014 12:11 pm
by darkgod
1.3 will feature a new race, Ogres along with assorted lore and an unlock zone.
SPOILERS ALERT SPOILERS ALERT!!!
To test out ogres you can add:
Code: Select all
race_giant = true
race_ogre = true
in your allow_build file.
To play the unlock play/cheat up to the halfling ruins, on level 3 there will be a new boss (100% chance for shalore, 30% for everybody else), which when killed unlocks a new zone on the worldmap. It is about level 20-30 and filled to the brim with lore!
Obviously, do that in git and report me problems/bugs/balance concerns here!
/me whips the minions!
Re: New race up for testing in git: Ogres
Posted: Wed Dec 24, 2014 3:24 pm
by Sradac
I noticed a certain talent tree in the git log that has me pretty much freaking out right now...
Re: New race up for testing in git: Ogres
Posted: Wed Dec 24, 2014 3:32 pm
by darkgod
Yes?
Re: New race up for testing in git: Ogres
Posted: Wed Dec 24, 2014 3:52 pm
by Sradac
So far the only concern I have with Ogres is Ogric Wrath's description is a bit confusing.
"...or one of your damage is reduced by a damage shield or effect..."
What does that actually mean? Is it when an attack is absorbed by a damage shield? What kind of other effect would it be? Will it trigger off of say, shield block?
I'm also not sure what it is getting at with "one of your damage". Shouldn't it say one of your attacks?
Maybe it would be simpler to say something along the lines of "Any time one of your attacks fails to hurt your target"? If that is indeed what it's supposed to do at least.
Re: New race up for testing in git: Ogres
Posted: Sun Dec 28, 2014 2:17 am
by Nagyhal
I've updated, but I just get errors:
Code: Select all
Lua Error: /engine/Savefile.lua:370: stack overflow
At [C]:-1 __index
At /engine/Savefile.lua:370 resolveSelf
At /engine/Savefile.lua:376 resolveSelf
At /engine/Savefile.lua:376 resolveSelf
At /engine/Savefile.lua:376 resolveSelf
Looks like the data structures have been altered, and are not back-compatible. I've had a go at deleting as many of what I presume are my offline savefiles as I dare to, but that didn't improve anything.
There's a beautiful ogre damsel in distress inside me just calling out to be freed here. Help, help!
Re: New race up for testing in git: Ogres
Posted: Sun Dec 28, 2014 1:49 pm
by darkgod
Uh? what's left then if you deleted your saves ?
world.teaw ? try to move it away perhaps ?
Re: New race up for testing in git: Ogres
Posted: Sun Dec 28, 2014 7:11 pm
by Nagyhal
DarkGod, I don't want to do anything for the sake of testing that will disrupt my online, verified games.
Curiosly enough though, I moved world.teaw and it was fixed!
How much have I broken in the process?

Re: New race up for testing in git: Ogres
Posted: Sun Dec 28, 2014 9:51 pm
by Doctornull
Messing around with a 1.3 Ogre / Temporal Warden:
Full log attached.
I kept getting that pop-up every bump attack so I quit soon after.
Re: New race up for testing in git: Ogres
Posted: Sun Dec 28, 2014 11:22 pm
by darkgod
which git commit ?
Re: New race up for testing in git: Ogres
Posted: Sun Dec 28, 2014 11:32 pm
by Doctornull
darkgod wrote:which git commit ?
Top log message is:
git wrote:commit 6d035b9f6a61bd055574fc51f7a1222051a1f95d
Author: DarkGod <
darkgod@net-core.org>
Date: Sun Dec 28 18:42:13 2014 +0100
plop
Re: New race up for testing in git: Ogres
Posted: Mon Dec 29, 2014 12:32 am
by darkgod
You sure ? Because this is the file at this commit:
http://git.net-core.org/darkgod/t-engin ... ffects.lua
and line 136 is "end" so it doesnt look like it's right :/
Re: New race up for testing in git: Ogres
Posted: Mon Dec 29, 2014 3:34 am
by Doctornull
I think that is what I ran.
But now I have updated so I can't try to replicate.
Re: New race up for testing in git: Ogres
Posted: Mon Dec 29, 2014 9:16 am
by Hogulus
Only "bug" I've noticed so far that (probably) isn't fixed: chests in the Conclave Vault probably shouldn't be allowed to spawn ogres, seeing as there is no way of making chest-spawned ogres break stasis.
Re: New race up for testing in git: Ogres
Posted: Mon Dec 29, 2014 9:50 pm
by rexorcorum
Concept art for the ogres for comments and such:
(Humph, my site is down atm, so here are alternative links:

;

)
And naked ones at the end of the post here (when it's running again
).
Re: New race up for testing in git: Ogres
Posted: Tue Dec 30, 2014 12:49 am
by Doctornull
Ogre Marauder 1.3 test, again when I use Ogric Wrath I get a Lua popul:
Code: Select all
[LOG] #UID:1914:0##fbd578#Aerin#LAST# misses Cutpurse.
stack traceback:
[C]: in function 'error'
/engine/interface/ActorTalents.lua:155: in function </engine/interface/ActorTalents.lua:137>
Lua Error: /engine/interface/ActorTalents.lua:180: /engine/interface/ActorTalents.lua:155: /data/timed_effects/magical.lua:3230: attempt to index local 'e' (a nil value)
stack traceback:
/data/timed_effects/magical.lua:3230: in function 'activate'
/engine/interface/ActorTemporaryEffects.lua:136: in function 'setEffect'
/data/timed_effects/magical.lua:3189: in function 'callEffect'
/mod/class/Actor.lua:4839: in function 'fireTalentCheck'
/mod/class/interface/Combat.lua:1036: in function 'attackTargetWith'
/mod/class/interface/Combat.lua:190: in function 'attackTarget'
/data/talents/misc/misc.lua:72: in function </data/talents/misc/misc.lua:52>
[C]: in function 'xpcall'
/engine/interface/ActorTalents.lua:150: in function </engine/interface/ActorTalents.lua:137>
At [C]:-1
At [C]:-1 error
At /engine/interface/ActorTalents.lua:180 bumpInto
At /mod/class/Actor.lua:3355 attack
At /engine/interface/ActorLife.lua:41 check
At [string "return function(self, x, y, what, ...) local ..."]:1 checkAllEntities
At /engine/Actor.lua:198 move
At /mod/class/Actor.lua:1250 move
At /mod/class/Player.lua:296 move
At /engine/interface/PlayerMouse.lua:61 mouseMove
At /engine/interface/PlayerMouse.lua:133 mouseHandleDefault
At /mod/class/Game.lua:2079 fct
At /engine/Mouse.lua:56
Loading tile effects/ogre_fury.png
[LOG] #UID:1914:0##fbd578#Aerin#LAST# hits Cutpurse for #aaaaaa#19 physical#LAST# damage.
Git Log shows:
Code: Select all
commit 21f530162f1bf20e8f9b35ef8596afcca09889f2
Author: DarkGod <darkgod@net-core.org>
Date: Mon Dec 29 17:54:05 2014 +0100
paranoiiaaaa
and bugfix !!!
Full log attached.