Giter Club home page Giter Club logo

Comments (12)

remance avatar remance commented on May 21, 2024

I set the file reader to print error message when it can not find input folder for error checking and bugs fix. You can ignore these ones since it just something that haven't been implemented yet.

from masendor.

Hamster-lord avatar Hamster-lord commented on May 21, 2024

ok

from masendor.

Hamster-lord avatar Hamster-lord commented on May 21, 2024

WHat works in the historical projeect?

from masendor.

Hamster-lord avatar Hamster-lord commented on May 21, 2024

Is it just me or the arrows that the archers are shooting in tactical going backwards?

from masendor.

remance avatar remance commented on May 21, 2024

Hmm I remember already fixing that issue but maybe there is still bug on that. I will have a look again. Any chance you can describe when that happen? like when you zoom in/out or something. What do you mean historical project?

from masendor.

remance avatar remance commented on May 21, 2024

Ok, nevermind manage to see it now. Seem to be an issue with angle rotation.

from masendor.

remance avatar remance commented on May 21, 2024

Thanks for mentioning the bug. The newest update should fix it.

from masendor.

Hamster-lord avatar Hamster-lord commented on May 21, 2024

it's okay

from masendor.

Hamster-lord avatar Hamster-lord commented on May 21, 2024

I got this in the tactical thing

from masendor.

Hamster-lord avatar Hamster-lord commented on May 21, 2024

Ruleset: Historical, Mode: tactical
Map: Testmap, Source: Modern Historians, Character: None
2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2023-01-06 14:02 -- Empty method is called
/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit!! Traceback (most recent call last):
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/main.py", line 12, in
game.Game(main_dir, error_log)
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/game.py", line 744, in init
self.run()
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/game.py", line 1151, in run
self.menu_team_select(mouse_left_up, mouse_left_down, mouse_scroll_up, mouse_scroll_down, esc_press)
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/game/menu_team_select.py", line 78, in menu_team_select
self.start_battle()
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/game/start_battle.py", line 13, in start_battle
self.battle_game.run_game()
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/battle.py", line 944, in run_game
self.subunit_updater.update(self.current_weather, self.dt, self.camera_zoom,
!! File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pygame/sprite.py", line 539, in update
sprite.update(*args, **kwargs)
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/subunit.py", line 691, in update
self.attack("range")
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/common/subunit/attack.py", line 27, in attack
damagesprite.DamageSprite(self, weapon, self.weapon_dmg[weapon],
!! File "/Users/Emma/Documents/GitHub/HamsterBattleGame/gamescript/damagesprite.py", line 111, in init
target_now = self.attacker.attack_target.base_pos
!! AttributeError: 'NoneType' object has no attribute 'base_pos'

from masendor.

remance avatar remance commented on May 21, 2024

Can't seem to replicate this error but the newest update should fix it hopefully.

from masendor.

Hamster-lord avatar Hamster-lord commented on May 21, 2024

ok thx

from masendor.

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.