Giter Site home page Giter Site logo

Comments (37)

remance avatar remance commented on May 22, 2024

Unit editor is currently disabled for bug fixing. Army editor is not implemented yet. Will let you know when unit editor is working again.

from masendor.

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

ok thx

from masendor.

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

also in tactical mode there are a lot of errors and in arcade mode how to attack and when be soldiers are next to the enemy I can't get to to retreat including my own guy :(

from masendor.

remance avatar remance commented on May 22, 2024

Can you post what kind of error occur when you test tactical mode? For the arcade mode, actually working on that right now. At the moment, arcade mode attack only work for range weapon.

from masendor.

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

2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit2022-12-20 21:25 -- Empty method is called
/Users/Emma/Documents/GitHub/Masendor/gamescript/common/battle/generate_unit.pyAt Line35:generate_unit!! Traceback (most recent call last):
!! File "/Users/Emma/Documents/GitHub/Masendor/main.py", line 12, in
runmenu = game.Game(main_dir, error_log)
!! File "/Users/Emma/Documents/GitHub/Masendor/gamescript/game.py", line 718, in init
self.run()
!! File "/Users/Emma/Documents/GitHub/Masendor/gamescript/game.py", line 1113, 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/Masendor/gamescript/common/game/menu_team_select.py", line 78, in menu_team_select
self.start_battle()
!! File "/Users/Emma/Documents/GitHub/Masendor/gamescript/common/game/start_battle.py", line 11, in start_battle
self.battle_game.run_game()
!! File "/Users/Emma/Documents/GitHub/Masendor/gamescript/battle.py", line 942, 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/Masendor/gamescript/subunit.py", line 588, in update
self.status_update(weather=weather)
!! File "/Users/Emma/Documents/GitHub/Masendor/gamescript/common/subunit/status_update.py", line 207, in status_update
self.special_effect[effect][0][1] = True
!! KeyError: 2

from masendor.

remance avatar remance commented on May 22, 2024

Seem like this is error from older version. The newest commit update should already fix it.

from masendor.

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

where is it?

from masendor.

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

oh found it but it says

from masendor.

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

!! Traceback (most recent call last):
!! File "/Users/Emma/Documents/GitHub/Hampter/main.py", line 12, in
game.Game(main_dir, error_log)
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/game.py", line 716, in init
self.change_game_genre(self.genre)
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/game.py", line 1004, in change_game_genre
self.change_ruleset()
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/game.py", line 776, in change_ruleset
self.troop_animation = datasprite.TroopAnimationData(self.main_dir,
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/datasprite.py", line 197, in init
imgs = load_textures(main_dir,
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/common/utility.py", line 113, in load_textures
load_order_file.sort(key=lambda var: [int(x) if x.isdigit() else x for x in re.findall(r"[^0-9]|[0-9]+", var)])
!! TypeError: '<' not supported between instances of 'str' and 'int'

from masendor.

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

uh hello?

from masendor.

remance avatar remance commented on May 22, 2024

Sorry for the delay. Not quite certain what cause this error but the newest update should fix it.

from masendor.

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

still no work

from masendor.

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

!! Traceback (most recent call last):
!! File "/Users/Emma/Documents/GitHub/Hampter/main.py", line 12, in
game.Game(main_dir, error_log)
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/game.py", line 716, in init
self.change_game_genre(self.genre)
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/game.py", line 1004, in change_game_genre
self.change_ruleset()
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/game.py", line 776, in change_ruleset
self.troop_animation = datasprite.TroopAnimationData(self.main_dir,
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/datasprite.py", line 197, in init
imgs = load_textures(main_dir,
!! File "/Users/Emma/Documents/GitHub/Hampter/gamescript/common/utility.py", line 113, in load_textures
load_order_file.sort(key=lambda var: [int(x) if x.isdigit() else x for x in re.findall(r"[^0-9]|[0-9]+", var)])
!! TypeError: '<' not supported between instances of 'str' and 'int'

from masendor.

remance avatar remance commented on May 22, 2024

Can you try update the project again? the newer version doesn't use load_textures function anymore, so the one you are using seem to still be the old version I think.

image

Just press on the update button if you are running it on pycharm.

from masendor.

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

same error

from masendor.

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

I will just restart everything

from masendor.

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

It works now

from masendor.

remance avatar remance commented on May 22, 2024

ah ok great to hear.

from masendor.

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

:p

from masendor.

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

question: How old are you?

from masendor.

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

This crazy for someone young so I'm just asking and you should publish this when your done

from masendor.

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

what is "Invalid path to Command Line Tools"

from masendor.

remance avatar remance commented on May 22, 2024

This error in pycharm? emory-courses/dsa-java#13

from masendor.

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

Screen Shot 2022-12-28 at 9 26 02 AM

from masendor.

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

what to do?

from masendor.

remance avatar remance commented on May 22, 2024

This issue seem to be only on macOS. I am not perfectly certain if I know the fix to your issue but from looking around.

This may fix it : https://stackoverflow.com/questions/47441949/error-running-git-in-pycharm-after-recent-update

So just run "xcode-select --install" on pycharm terminal

image

from masendor.

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

I got this

from masendor.

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

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

from masendor.

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

When I try to update I get

from masendor.

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

7:07 p.m. Cannot Run Git
Invalid path to Command Line Tools
Fix Path

7:07 p.m. Update canceled

from masendor.

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

Also what works in the thing? Because some of the things I'm trying to use cause an error

from masendor.

remance avatar remance commented on May 22, 2024

Does this issue occur after you update your os? Seem like it is common for every macOS update.

https://apple.stackexchange.com/questions/254380/why-am-i-getting-an-invalid-active-developer-path-when-attempting-to-use-git-a

Another suggestion is to run sudo xcode-select --reset then do xcode-select --install again

from masendor.

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

why does it want a password for the second one?

from masendor.

remance avatar remance commented on May 22, 2024

Unfortunately I have no idea. It is probably easier to just reinstall pycharm/git I would guess.

from masendor.

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

Oh I just needed to update my computer

from masendor.

remance avatar remance commented on May 22, 2024

Nice. Seem like macOS is a bit troublesome to use for these kinds of stuff it seem.

from masendor.

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

yeah

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.