Tsuki no Sakura
A work-in-progress JRPG-style game that will feature an ATB combat system and combination skill attacks.
Lysander Daringer
(lysander)
I only have two more goals to reach before I have all of the game systems worked out well enough to move into private production for content- the combat system and more complicated event handling for story/quest events. If anyone is capable and interested in doing pixel art for future revenue share, send me a portfolio link if you have one. It won't be long now until I reach the content-production stage (at this rate anyways).
Changes
Links
Releases
Pygame.org account Comments
-
josmiley 2011-09-16 08:41
python2.7:
Traceback (most recent call last):
File "main.py", line 80, in <module>
main()
File "main.py", line 71, in main
menus.in_Menu(window, party, Menus, inventory) #now most everything else takes place in Menus.py
File "/home/jos/Bureau/LysanderD-First-RPG-e295bf1/menus.py", line 51, in in_Menu
in_Equip(window,font,party,Menus)
File "/home/jos/Bureau/LysanderD-First-RPG-e295bf1/menus.py", line 311, in in_Equip
equip_Bottom_Display(window, font, party, Menus, str.upper(value)+":", value, str(char.stats['curr'][value]), index_equip_stat.index(value))
File "/home/jos/Bureau/LysanderD-First-RPG-e295bf1/menus.py", line 374, in equip_Bottom_Display
stat_temp = int(stat)
ValueError: invalid literal for int() with base 10: '157.0'Lysander 2011-09-16 11:11
Thanks. I'll go ahead and download 2.7 with __future__.py imported to see what works and doesn't in 2.7. To be fair, I have a warning on my github page that the program might require 3.2 to run the scripts directly, but I'll try my best to keep things working with 2.7 as well.
-
josmiley 2011-09-25 22:19
Unable to load pygame._view.
Traceback (most recent call last):
File "main.py", line 6, in <module>
import levels
ImportError: No module named levels -
seacher 2011-11-02 00:13
I want it :-]