[b19] 3 bugs

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
marchewka
Thalore
Posts: 156
Joined: Thu Dec 30, 2010 9:52 am

[b19] 3 bugs

#1 Post by marchewka »

1# when you resize the window after character is created, but before you exit from the first initial "raise stats/talents" dialog, the character gets deleted (it immidiately asks if you want to recreate or return to menu)

2# Torment seems to be treated as normal projectile, thus can get blocked by a wall corner - in same circumstances when you can see an enemy but your projectile aimed directly at him would hit a wall corner. For projectiles its easy to fix (just aim further) but torment is an authomatic ability, and nothing can be done about that.

3# the clouds in trollmire/old forest still seem to be source of a big lag, and this is with all extra graphical options turned off. Is there maybe some way to turn off the weather effects at all? This would ROCK for everyone playing on anything smaller than new Cray.

Predawn
Thalore
Posts: 127
Joined: Fri Sep 24, 2010 10:40 am
Location: East Sussex, England

Re: [b19] 3 bugs

#2 Post by Predawn »

Didn't you realise that DarkGod is secretly working for a high-end CPU maker, who need programs that tax anything less than quad Liquid Nitrogen Cooled Xeon processors :lol: :lol: :lol:.

Predawn
Predawn

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: [b19] 3 bugs

#3 Post by edge2054 »

The clouds are particle effects. Turning your particle effects down or off should reduce the number of clouds. If not it probably should.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [b19] 3 bugs

#4 Post by darkgod »

The clouds are like 12 sprites it can not be slow..
I'll add an option if needed but please do a test for me, copy tome folder, and edit game/modules/tome/class/GameState.lua

At the bottom there are two weather function, empty them, like that:

Code: Select all

function _M:makeWeather(level, nb, params, typ)
end

function _M:displayWeather(level, ps, nb_keyframes)
end
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: [b19] 3 bugs

#5 Post by greycat »

The clouds aren't too slow on my machine at home (the one with the old Radeon 9200/RV280), but they're a real lag multiplier on the work machine that only has an on-board Intel graphics chipset (8086:2e12 with X11 running the VESA module).

You should realize by now that a lot of roguelike players don't have high-end gaming systems.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [b19] 3 bugs

#6 Post by darkgod »

I do, but I do not see how 10 sprites on screen can lag *anything*.
My old 486 could draw far more :/

Anyway I'll add a weather option
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Predawn
Thalore
Posts: 127
Joined: Fri Sep 24, 2010 10:40 am
Location: East Sussex, England

Re: [b19] 3 bugs

#7 Post by Predawn »

darkgod wrote:I do, but I do not see how 10 sprites on screen can lag *anything*.
My old 486 could draw far more :/
@DarkGod:

Are these sprites similar in hardware terms to the sprites of the Commodore Amiga, which require virtually no CPU power to activate? If so, then could the particle effects which currently use major CPU horsepower be animated as sprites, with beneficial performance benefits?

It would be nice to get the graphics card to assist in this animation, whilst taking the burden off the CPU.

Predawn
Predawn

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [b19] 3 bugs

#8 Post by darkgod »

They are drawn (like the rest of the game) using opengl. If your video driver (and your video card obviously) is competent then it's the GPU doing the work
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply