Victor_dusk

Newbie
Aug 3, 2019
54
12
i get an error page when i try to get into the lab as the security guard. im male, im wearing the uniform and its 23.00.

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

While running game code:
File "game/script.rpy", line 1647, in script
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
File "game/script.rpy", line 1647, in <module>
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
NameError: name 'body_transform' is not defined

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

Full traceback:
File "game/script.rpy", line 1647, in script
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 1647, in <module>
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
NameError: name 'body_transform' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Futaland 0.0.5Final
Mon Sep 16 13:32:14 2019
```
 

Mord87

Member
Game Developer
Jun 3, 2019
133
91
But that's my problem, I want gay m/m content and when it's futa/trans on male, that's not m/m for me, not really what I'm attracted to. That's why I try to get people to only use the gay tag for gay content, so those of us who want gay content know where to look. But thanks for giving a detailed explanation on how to find the specific content, that's greatly appreciated!!
Hello!
You can watch gay porn on the laptop or you can work in the gloryhole as a male. Will be more m/m later on. At the moment I still working on the game mechanism to make it simple and ballanced.
 
  • Like
Reactions: xxx_chris2018

Mord87

Member
Game Developer
Jun 3, 2019
133
91
i get an error page when i try to get into the lab as the security guard. im male, im wearing the uniform and its 23.00.

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

While running game code:
File "game/script.rpy", line 1647, in script
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
File "game/script.rpy", line 1647, in <module>
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
NameError: name 'body_transform' is not defined

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

Full traceback:
File "game/script.rpy", line 1647, in script
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\grack\Games\Futaland-005Final-pc\Futaland-0.0.5Final-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 1647, in <module>
if day == 5 and dtime == 16 and felso_point == 100 and nadrag_point == 100 and cipo_point == 100 and body_transform >= 50 and quest_tracking == 3 and ptits == 0:
NameError: name 'body_transform' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Futaland 0.0.5Final
Mon Sep 16 13:32:14 2019
```
Hello!
I can see the problem. Thank you to let me know. I will fix it in the next update.
 
  • Like
Reactions: Victor_dusk

radical686

Member
Nov 30, 2018
470
1,355
I will try to answer most of the questions.
First of all to make it clear for everybody. It is only 0.0.4 version of the game. So this is a very early stage. It feels grinding because it is not finished but with each update, I fill up the world with contents.
I would probably suggest you work on filling these areas rather than development on the storyline, especially if there's a lot of filler content you intend to implement. I know others that want the story will disagree, but often working on filler creates conflicts that break old saves . . . unless you provide players with tested saves that pick up the storyline where the last content appeared . . . so, for instance, in the last update with the breaking into the lab using the security clothes.

This has been a continuing problem with "The Company." I can't count the number of times I've had to restart the story as they continue to do in-fill. And don't get me wrong, I love the infill they've done. It increases replayability and sophistication of the game, but it frequently creates game-breaking changes to old saves. I understand the desire to do both, but it does present a dilemma for games that have some sandbox elements.
 

Mord87

Member
Game Developer
Jun 3, 2019
133
91
I would probably suggest you work on filling these areas rather than development on the storyline, especially if there's a lot of filler content you intend to implement. I know others that want the story will disagree, but often working on filler creates conflicts that break old saves . . . unless you provide players with tested saves that pick up the storyline where the last content appeared . . . so, for instance, in the last update with the breaking into the lab using the security clothes.

This has been a continuing problem with "The Company." I can't count the number of times I've had to restart the story as they continue to do in-fill. And don't get me wrong, I love the infill they've done. It increases replayability and sophistication of the game, but it frequently creates game-breaking changes to old saves. I understand the desire to do both, but it does present a dilemma for games that have some sandbox elements.
Hello!

I stopped making the questline. I have a lot of response from players so I keep working on the game mechanism and body changing. It will be simple and less grinding. After I just want to fill the game world, add random contents more npc etc. Then I will carry on with the storyline. Lots of things are already planned. It just depends on my free time. The save game idea is good. If the storyline will be long enough then I will add save games to the new updates.
 
  • Like
Reactions: radical686

Tjock

Member
Jun 4, 2018
215
111
I get this error when trying to open mails to progress story, since i can't open my mails i get "game over" because i waited to long. nice
 

Mord87

Member
Game Developer
Jun 3, 2019
133
91
I get this error when trying to open mails to progress story, since i can't open my mails i get "game over" because i waited to long. nice
You have to start a new game. You get the error cos you using an old save wich not contain the last name of the character.
 

MrBurns

Newbie
Aug 3, 2017
99
1,021
What i'd like to add to the game
* more clothes (maybe with some effects)
* a toy store for your special needs
* add a house maid to have fun with
* add a restaurant to have some other events
 

Chidarake

Newbie
Jul 15, 2017
38
35
Hello!
I can see the problem. Thank you to let me know. I will fix it in the next update.
Great game, love all this shemale on male content.
Sadly, I've got exactly the same problem as Victor_dusk. Just letting you know that he's not the only one.
Good luck with development!
 
  • Like
Reactions: Mord87
3.40 star(s) 7 Votes