Stormshadow71

Newbie
Apr 18, 2020
33
29
I find this error:


While running game code:
Exception: Line with id airport1_e9a369bd appeared twice, at game/_content/city1/airport1/airport1.rpy:6 and game/_content/city1/airport1/airport1.rpy:6.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "renpy/main.py", line 490, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 297, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 809, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "renpy/script.py", line 427, in finish_load
self.translator.take_translates(all_stmts)
File "renpy/translation/__init__.py", line 169, in take_translates
n.filename, n.linenumber))
Exception: Line with id airport1_e9a369bd appeared twice, at game/_content/city1/airport1/airport1.rpy:6 and game/_content/city1/airport1/airport1.rpy:6.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809

Thu Mar 23 00:57:04 2023
 

Soulplayers

New Member
Jan 4, 2021
7
1
Greetings, I can't run the game from ren'py from the project start section, it gives the error you see, I'm not a programmer, can you please help? I just wanted to translate the game.
 

mixa007

Member
Jan 15, 2022
446
637
He posted news. Seems like he does the Astaros special where he takes months for an update to implement stuff no one asked for along with 2 scenes. I will definetly not pay for that.
Two scenes is, of course, very little, I would like more :( .
But it should be noted that this game turned out to be much more interesting and attractive than the previous projects of the developer. Therefore, I look forward to the further development of the game and I hope that many new mechanics will be added (including pregnancy). ;)
 

akkeji

Well-Known Member
Jan 22, 2018
1,225
588


Hello everyone, Thank you for being with me. The new release is almost ready, but I need to finish a few things. Next update will bring a ne
 

lodar

Newbie
May 13, 2018
84
294
Two scenes is, of course, very little, I would like more :( .
But it should be noted that this game turned out to be much more interesting and attractive than the previous projects of the developer. Therefore, I look forward to the further development of the game and I hope that many new mechanics will be added (including pregnancy). ;)
I am happy for you that you enjoy the changes, but I fail to see where this game is more attractive tbh.
A weird sausage sidekick, a main character that is so dumb that he has to have something wrong with his head and updates which are slower and more inconsistent than before (I don't think he had that many months of no communication in between updates?). He will probably not release the next version before May and then it took him over 5 months for 2 scenes.
Plus he already tried implementing combat systems in his past games and they were really bad. So adding these unasked things just looks like he wanted to have an excuse for the slow update rate.

Maybe I am too pessimistic about this, haha :p
 

puckhack

Member
Nov 29, 2019
229
152
I am happy for you that you enjoy the changes, but I fail to see where this game is more attractive tbh.
A weird sausage sidekick, a main character that is so dumb that he has to have something wrong with his head and updates which are slower and more inconsistent than before (I don't think he had that many months of no communication in between updates?). He will probably not release the next version before May and then it took him over 5 months for 2 scenes.
Plus he already tried implementing combat systems in his past games and they were really bad. So adding these unasked things just looks like he wanted to have an excuse for the slow update rate.

Maybe I am too pessimistic about this, haha :p
Dude calm down It's only a GAME and its free here on this website. Really?
 

lodar

Newbie
May 13, 2018
84
294
Dude calm down It's only a GAME and its free here on this website. Really?
Maybe you should calm down instead of capslocking me, lol.

My point is that it is free because people like me pay for it and his behaviour just stops me from doing that. This will prob end up in him using less and less effort. I would love to see improvements instead of a steady decline.
Did not know I can not criticize the content creator I supported for years in a forum, but thank you for worrying :)
 

phreadom

Active Member
Sep 2, 2017
651
1,293
Anyone knew how to change font?
I play chinese but font can't not show it
View attachment 2564083
The font should be included with the game. In the screens.rpy file it shows that a specific font file is supposed to be loaded when you choose Chinese language.

That file is in the game/fonts/ folder.

Code:
textbutton "{size=+1}{font=fonts/msyh.ttf}中国人" action [Language('Chinese'),Function(set_up_chinese_locale)]
I just tried the game in Chinese and it seems to work fine.

Screenshot from 2023-04-23 00-12-29.png
 
  • Like
Reactions: wei26446145
2.80 star(s) 65 Votes