VN Ren'Py Completed The Date [v1.0] [HoneyGames]

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,008
3,660
It's supposedly complete but it's a buggy mess still. And I can't find a successful path to either get her to suck dick or fuck MC.
I'll fix the $300 but you don't really need that to complete the game.
Sure it's easier.
 

Boogie

Active Member
Aug 7, 2017
854
1,329
Nighttrain will help me with renpy.
he wrote a code to translate unity codes in renpy codes so we can check the game on renpy, fix all and I can understand how to build in renpy the same mechanoncs I did on unity (really complex)
Really big thanks to nighttrain for his help
Next episode of New Coral will be on unity while We working on renpy version.
I hope from 3rd episode it will be completely on renpy.
Kudos to you HoneyGames for trying out Renpy. KotB was fun but annoying as hell with the unity engine. I always felt that you deserved more Patreons since you make lovely renders and have completed so many games, your only problem seemed to be the choice of engine. Nice to see you moving in a new direction.
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,008
3,660
IF YOU GO TO MY PATREON YOU CAN DOWNLOAD A FIXED VERSION (I hope. I played and I found no bug)
 
  • Like
Reactions: andersniet

Car4man

Newbie
May 17, 2017
38
13
Kudos to you HoneyGames for trying out Renpy. KotB was fun but annoying as hell with the unity engine. I always felt that you deserved more Patreons since you make lovely renders and have completed so many games, your only problem seemed to be the choice of engine. Nice to see you moving in a new direction.
The problem for me was never the engine,
the performance was shit 100% Gpu load on a still Image?

Is the problem solved in the meantime?
 

おい!

Engaged Member
Mar 25, 2018
2,576
7,564
IF YOU GO TO MY PATREON YOU CAN DOWNLOAD A FIXED VERSION (I hope. I played and I found no bug)
Well I have just tried to play the version on patreon and

"I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 301, in script
if < 25:
SyntaxError: invalid syntax (game/script.rpy, line 301)

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

Full traceback:
File "game/script.rpy", line 301, in script
if < 25:
File "C:\Users\123456\Downloads\TheDate-1.0-pc\TheDate-1.0-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "C:\Users\123456\Downloads\TheDate-1.0-pc\TheDate-1.0-pc\renpy\python.py", line 1959, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\123456\Downloads\TheDate-1.0-pc\TheDate-1.0-pc\renpy\python.py", line 690, in py_compile
raise e
SyntaxError: invalid syntax (game/script.rpy, line 301)

Windows-7-6.1.7601-SP1
Ren'Py 7.2.2.491
The Date 1.0
Fri Apr 05 23:59:05 2019"
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,008
3,660
Well I have just tried to play the version on patreon and

"I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 301, in script
if < 25:
SyntaxError: invalid syntax (game/script.rpy, line 301)

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

Full traceback:
File "game/script.rpy", line 301, in script
if < 25:
File "C:\Users\123456\Downloads\TheDate-1.0-pc\TheDate-1.0-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "C:\Users\123456\Downloads\TheDate-1.0-pc\TheDate-1.0-pc\renpy\python.py", line 1959, in py_eval
code = py_compile(code, 'eval')
File "C:\Users\123456\Downloads\TheDate-1.0-pc\TheDate-1.0-pc\renpy\python.py", line 690, in py_compile
raise e
SyntaxError: invalid syntax (game/script.rpy, line 301)

Windows-7-6.1.7601-SP1
Ren'Py 7.2.2.491
The Date 1.0
Fri Apr 05 23:59:05 2019"
Perfect. Now I check Again
 

master110

Active Member
Jun 5, 2017
758
351
The version on patreon is still 1.0 broken game. @ honeygames Its still same version that doesn't work


Two crash one near the start and the £300 one still broken
 

GuardianZ

Active Member
Jun 12, 2017
639
496
One thing I can say for sure about this game. It's not as funny as the Wooooo guy from Sekiro.
 

master110

Active Member
Jun 5, 2017
758
351
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 148, in script
    $ astrel += 2
  File "game/script.rpy", line 148, in <module>
    $ astrel += 2
NameError: name 'astrel' is not defined

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

Full traceback:
  File "game/script.rpy", line 148, in script
    $ astrel += 2
  File "C:\Users\Master\Music\DDGame-0.38.4-pc\DDGame-0.38.4-pc\game\saves\TheDate-1.0-pc\TheDate-1.0-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Master\Music\DDGame-0.38.4-pc\DDGame-0.38.4-pc\game\saves\TheDate-1.0-pc\TheDate-1.0-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 148, in <module>
    $ astrel += 2
NameError: name 'astrel' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Date 1.0
Sat Apr 06 01:11:52 2019
 

HoneyGames

Well-Known Member
Game Developer
Jan 29, 2018
1,008
3,660
The problem for me was never the engine,
the performance was shit 100% Gpu load on a still Image?

Is the problem solved in the meantime?
The code I used On Unity make the gpu go 100%. , with renpy I don't have this problem
Other problems was the save system, with Renpy is solved (Renoy have his own save system)
other problem was the still image, with Renpy is solved (Renpy automatically discard the old pic when you make appear a new one)

Unfortunately I have to learn a lot of things before I can make complex game in renpy as I made on Unity.