Coder Social home page Coder Social logo

Comments (20)

jr-riketz avatar jr-riketz commented on May 19, 2024 1

stuck_after_escape

Battle Crash is gone! nice Job

New Problem:
The enemy has run away.
Subsequently, the fight was not ended.
When I tried to run away with all the characters, I got stuck in this window.
I couldn't close it so I had to quit the game.

Greetz J

i tried about 20 fights, this scenario where the enemy runs away is apparently the trigger.

The fight mode should actually be ended here.

from ambermoon.net.

jr-riketz avatar jr-riketz commented on May 19, 2024 1

The battle should end now when all monsters or the party flee.

I added the first test spell. You can click on the "use magic" button with any party member. Then click on a target monster on the battle field. The spell fire ball is then performed.

Note: There is no spell list popup yet. And the spell does no real damage at the moment. But the animations should be displayed.

Nice that you thought that warriors do not cast spells and that it is deactivated for these players.

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024 1

I will have a look at the displacement issue in the coming week
Thanks for reporting.

Yeah the screen is colored red briefly in original game. So I added it as well. The screen is briefly colored blue for ice spells. This is also prepared already.

About the warrior cast thing. Yeah I try my best to implement every single detail of the original game. And there are lots of them. Most things are drawn pixel perfect (at the same pixel as in original) and I do this by taking screenshots and measure it by hand. So it is much more work than it may look like. I really love the game so I want the best for the rework as well and give all the great memories to all who cherished the original or love retro games and their details.
I am glad that you pointed it out and like it. This is the reason why I am doing this. :)

from ambermoon.net.

jr-riketz avatar jr-riketz commented on May 19, 2024

Battle gestartet, funktioniert ganz gut Bewegungen soweit ok.
nach ca. 1,5 Minuten stürzt das Spiel unverhofft ab.
nach nun 10 Kämpfen mal nach einem Lauf Befehl, mal nach einem Angriffsbefehl. willkürlich

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

Thanks for reporting this. Is there an error message after the crash?

from ambermoon.net.

jr-riketz avatar jr-riketz commented on May 19, 2024

Thanks for reporting this. Is there an error message after the crash?

Its a Crash no Error Message

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

1.1.19 fixes some things. Please give it a try.

from ambermoon.net.

jr-riketz avatar jr-riketz commented on May 19, 2024

stuck_after_escape

Battle Crash is gone! nice Job

New Problem:
The enemy has run away.
Subsequently, the fight was not ended.
When I tried to run away with all the characters, I got stuck in this window.
I couldn't close it so I had to quit the game.

Greetz J

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

Alright. I will look into it tomorrow. Thanks for testing.

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

I fixed your issue and others regarding fleeing as well. But next release will only come in a few days or maybe tomorrow.

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

The battle should end now when all monsters or the party flee.

I added the first test spell. You can click on the "use magic" button with any party member. Then click on a target monster on the battle field. The spell fire ball is then performed.

Note: There is no spell list popup yet. And the spell does no real damage at the moment. But the animations should be displayed.

from ambermoon.net.

jr-riketz avatar jr-riketz commented on May 19, 2024

Nice Spell animation, thanks for that.

Issue i just saw:

I killed a bandit in town and after he died his disappearing animation was two blocks behind his original position.

I tried to capture this in a picture, I think you know what I mean.
PS: The second picture was from another fight in which this also happened, hence the shift to the right, the disappearing animation.
before
after

Problem is the Same in the last 20 Battles.

Greetz J

from ambermoon.net.

jr-riketz avatar jr-riketz commented on May 19, 2024

Another little question:
At the beginning of the fireball magic, the play area is briefly colored red.
I wanted it that way, I can't even remember it.
;-)

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

I could need some help in finding out the exact damage values of spells. I did already for the 4 fire spells but the rest needs testing. I also don't know if the damage is dependent on the caster and/or the target. The latter one didn't seem the case for my fire spell tests which I performed on gargoyles, gigantula, poison spider and small spider.

from ambermoon.net.

Thallyrion avatar Thallyrion commented on May 19, 2024

What exactly did you find out about the damage values of the Fire spells? Do they correspond to the damage values stated in the manual?

I just tested a battle and got a crash: v0.1.0 beta

Object reference not set to an instance of an object.
at Ambermoon.Game.<>c__DisplayClass261_0.g__EndBattle|8(BattleEndInfo battleEndInfo)
at Ambermoon.Game.<>c__DisplayClass261_1.b__9()
at Ambermoon.Game.ShowBattleLoot(BattleEndInfo battleEndInfo, Action closeAction)
at Ambermoon.Game.<>c__DisplayClass261_0.b__4(BattleEndInfo battleEndInfo)
at Ambermoon.Battle.KillMonster(PartyMember attacker, Character target)
at Ambermoon.Battle.<>c__DisplayClass91_0.b__1()
at Ambermoon.Battle.<>c__DisplayClass116_0.g__FinishEffect|0()
at Ambermoon.Battle.<>c__DisplayClass117_0.g__EffectAnimationFinished|0()
at Ambermoon.Render.BattleAnimation.Update(UInt32 ticks)
at Ambermoon.Battle.Update(UInt32 battleTicks)
at Ambermoon.Game.UpdateBattle()
at Ambermoon.Game.Update(Double deltaTime)
at Silk.NET.Windowing.Desktop.GlfwWindow.RaiseUpdateFrame()
at Silk.NET.Windowing.Desktop.GlfwWindow.DoUpdate()
at Silk.NET.Windowing.Common.WindowExtensions.<>c__DisplayClass2_0.b__0()
at Silk.NET.Windowing.Desktop.GlfwWindow.Run(Action onFrame)
at Silk.NET.Windowing.Common.WindowExtensions.Run(IView view)
at Ambermoon.GameWindow.Run(Configuration configuration)
at Ambermoon.Program.Main()

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

@Thallyrion: About the crash: How many members had your party? Less than 6?

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

I couldn't find any information about spell damage in the manual nor on the web.

from ambermoon.net.

Thallyrion avatar Thallyrion commented on May 19, 2024

Indeed i think i mixed it up with amberstar game where spelldamage was included in the manual. But maybe it could still be usefull to check if the values correspond to them.

My Party had 2 Members

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

The spell damage in Amberstar seems to be very different. In Ambermoon the strongest spells are the ice spells, then the fire spells, then wind and then earth. In Amberstar fire and ice/water spells are weak in relation to wind or earth spells. Fireball is stated as 4-8 damage. In Ambermoon I found a range of 40-80. Wind devil is given with 16-32 in Amberstar but I found a range of 10-15 in Ambermoon. So I guess we could not rely on Amberstar here.

from ambermoon.net.

Pyrdacor avatar Pyrdacor commented on May 19, 2024

Crash should be fixed in 0.1.1beta. Moreover the firepillar spell is now available and the death animations of monsters should be corrected now.

from ambermoon.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.