Triple OG

Active Member
Aug 28, 2019
615
2,721
325
Great update!
From the last time I played I always wondered why a certain green skinned alien was off limits.
Any kind of compliment to this lady before this update ended in a horrific game over :LOL:.
But not anymore we finally got to "bond" with her in a prison cell.
You don't have permission to view the spoiler content. Log in or register now.
 

ThunderRob

Devoted Member
May 10, 2018
9,496
26,756
731
Great update!
From the last time I played I always wondered why a certain green skinned alien was off limits.
Any kind of compliment to this lady before this update ended in a horrific game over :LOL:.
But not anymore we finally got to "bond" with her in a prison cell.
You don't have permission to view the spoiler content. Log in or register now.
She's so waifu it hurts...trying my dangedest to convince Ranli she NEEDS to be an LI
 

RanliLabz

Creating SpaceCorps XXX
Donor
Game Developer
Mar 5, 2018
2,402
6,319
636
Great update!
From the last time I played I always wondered why a certain green skinned alien was off limits.
Any kind of compliment to this lady before this update ended in a horrific game over :LOL:.
But not anymore we finally got to "bond" with her in a prison cell.
You don't have permission to view the spoiler content. Log in or register now.
:LOL: Thanks! Lol - also the first time MC's actually managed to outwit someone. Lucky he avoided the Vending Machine fate this time round ;)
She's so waifu it hurts...trying my dangedest to convince Ranli she NEEDS to be an LI
You've just given me the most amazing idea for a music video to express Krathi's inner waifu :LOL:
You don't have permission to view the spoiler content. Log in or register now.
 

somebodynobody

Engaged Member
May 11, 2017
3,401
4,345
451
That Tarzan image explains why he can't talk like a normal person anymore. Too much damage to his head. At least he can give an answer if jelqing works.
 
  • Haha
Reactions: RanliLabz

MacDog16

Newbie
Oct 3, 2017
24
2
117
Trying to access the walkthrough during wrestling with the Drill Sergeant, I get an error:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/wrestlemania.rpy", line 334, in script
    pause
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "game/scripts/walkthrough.rpy", line 7, in execute
    screen walkthrough_screen:
  File "game/scripts/walkthrough.rpy", line 7, in execute
    screen walkthrough_screen:
  File "game/scripts/walkthrough.rpy", line 8, in execute
    if not walkthrough_scene in persistent.walkthrough_scene_index:
  File "game/scripts/walkthrough.rpy", line 27, in execute
    for var in use_string:
  File "game/scripts/walkthrough.rpy", line 28, in execute
    add "images/walkthrough/"+walkthrough_scene+"/"+persistent.walkthrough_scene_index[walkthrough_scene][var]
KeyError: u'pro2tap'

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

Full traceback:
  File "game/scripts/wrestlemania.rpy", line 334, in script
    pause
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\exports.py", line 1457, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/walkthrough.rpy", line 7, in execute
    screen walkthrough_screen:
  File "game/scripts/walkthrough.rpy", line 7, in execute
    screen walkthrough_screen:
  File "game/scripts/walkthrough.rpy", line 8, in execute
    if not walkthrough_scene in persistent.walkthrough_scene_index:
  File "game/scripts/walkthrough.rpy", line 27, in execute
    for var in use_string:
  File "game/scripts/walkthrough.rpy", line 28, in execute
    add "images/walkthrough/"+walkthrough_scene+"/"+persistent.walkthrough_scene_index[walkthrough_scene][var]
  File "<screen language>", line 28, in <module>
KeyError: u'pro2tap'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
SpaceCorpsXXX(v0.2.9a) v0.2.9a
Wed Jan 29 21:31:02 2020
 

michael1984

Engaged Member
Dec 9, 2017
3,632
9,768
768
Yeah that green skinned alien chick in the jail cell if we can get her on our side we can do a two on one fight with the mc and her against sarge :ROFLMAO:
 
  • Haha
Reactions: RanliLabz

RanliLabz

Creating SpaceCorps XXX
Donor
Game Developer
Mar 5, 2018
2,402
6,319
636
Yeah that green skinned alien chick in the jail cell if we can get her on our side we can do a two on one fight with the mc and her against sarge :ROFLMAO:
Double teamed! And Krathi's easy going about MC taking other women (feline rules ;))
Trying to access the walkthrough during wrestling with the Drill Sergeant, I get an error:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/wrestlemania.rpy", line 334, in script
    pause
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "game/scripts/walkthrough.rpy", line 7, in execute
    screen walkthrough_screen:
  File "game/scripts/walkthrough.rpy", line 7, in execute
    screen walkthrough_screen:
  File "game/scripts/walkthrough.rpy", line 8, in execute
    if not walkthrough_scene in persistent.walkthrough_scene_index:
  File "game/scripts/walkthrough.rpy", line 27, in execute
    for var in use_string:
  File "game/scripts/walkthrough.rpy", line 28, in execute
    add "images/walkthrough/"+walkthrough_scene+"/"+persistent.walkthrough_scene_index[walkthrough_scene][var]
KeyError: u'pro2tap'

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

Full traceback:
  File "game/scripts/wrestlemania.rpy", line 334, in script
    pause
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\exports.py", line 1457, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "E:\Downloads\SpaceCorps(v0.2.9a)-v0.2.9a-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/scripts/walkthrough.rpy", line 7, in execute
    screen walkthrough_screen:
  File "game/scripts/walkthrough.rpy", line 7, in execute
    screen walkthrough_screen:
  File "game/scripts/walkthrough.rpy", line 8, in execute
    if not walkthrough_scene in persistent.walkthrough_scene_index:
  File "game/scripts/walkthrough.rpy", line 27, in execute
    for var in use_string:
  File "game/scripts/walkthrough.rpy", line 28, in execute
    add "images/walkthrough/"+walkthrough_scene+"/"+persistent.walkthrough_scene_index[walkthrough_scene][var]
  File "<screen language>", line 28, in <module>
KeyError: u'pro2tap'

Windows-8-6.2.9200
Ren'Py 7.2.2.491
SpaceCorpsXXX(v0.2.9a) v0.2.9a
Wed Jan 29 21:31:02 2020
Thanks MacDog! Yes - I've got some issues with the Walkthrough in Wrestlemania… it seems to happen where you've had a replay within the fight (and I can't seem to fix it... don't worry, I'll plug away until I do!) The walkthrough should work again once you get to Pandaemonium :devilish:
 
  • Haha
  • Like
Reactions: michael1984 and L30

Exokip

Member
Jun 2, 2017
109
147
158
Question for Ranli, would you ever consider a colorblind setting? Rather than the pink text for gay content and purple for trans, just put gay or trans in parenthesis at the end of the selection.

I’m very colorblind and pink and purple are going to be basically the same for me unless it’s like a midnight blueish-purple.
 

RanliLabz

Creating SpaceCorps XXX
Donor
Game Developer
Mar 5, 2018
2,402
6,319
636
Question for Ranli, would you ever consider a colorblind setting? Rather than the pink text for gay content and purple for trans, just put gay or trans in parenthesis at the end of the selection.

I’m very colorblind and pink and purple are going to be basically the same for me unless it’s like a midnight blueish-purple.
Hi Exokip! Interesting - and not something that I've previously considered. :unsure: The blue is a lilac, so more on blue scale than red.

I won't be able to change the colour-code system, or the existing pink colour coding - basically because of the sheer amount of work (a lot of walkthrough images and lines of code!) I also don't want to have text that interferes with the choices (makes it a bit less immersive)

However, I'd be very interested to know whether you can tell the difference in the texts below, and would be willing to change the futa colour to something easier if it helps you out:
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: L30 and Regin34

RanliLabz

Creating SpaceCorps XXX
Donor
Game Developer
Mar 5, 2018
2,402
6,319
636
Just found that gemini little mission those girls look amazing very gud quality short but sweet
Glad you liked it... and good timing! :D Nykwolf -the artist I worked with on Project Gemini - is doing another project with me (they'll be doing all the art, I'll be doing the writing). A bit of extra for the lesbian and futa-lovin' players out there :love:
 

michael1984

Engaged Member
Dec 9, 2017
3,632
9,768
768
So have to say that music selection at the medbay check up at the beginning had me chuckle with laughter

classical music while getting a handjob so fucked up in a funny way :ROFLMAO:

Also I know science officer kex can do that mind reading / control thing … And from that volchack guard he tells us we reading his mind.

So does that mean Kex has done something to our mind so that we can do that mind power thing as well.

Or was that always inside us and is something that came with that beastmode power we get to see a glimpse of at the end

Hoping we get some flashback or some backstory how we were able to become beastmode :unsure:
 
  • Like
Reactions: RanliLabz

RanliLabz

Creating SpaceCorps XXX
Donor
Game Developer
Mar 5, 2018
2,402
6,319
636
So have to say that music selection at the medbay check up at the beginning had me chuckle with laughter

classical music while getting a handjob so fucked up in a funny way :ROFLMAO:

Also I know science officer kex can do that mind reading / control thing … And from that volchack guard he tells us we reading his mind.

So does that mean Kex has done something to our mind so that we can do that mind power thing as well.

Or was that always inside us and is something that came with that beastmode power we get to see a glimpse of at the end

Hoping we get some flashback or some backstory how we were able to become beastmode :unsure:
Lol - yeah, need to put in some more classical music... my soundtrack's been sidetracked by country :LOL: Suggestions always welcome!

I am being extremely secret about the mind-reading storyline... but rest assured that all things will be answered over time. I can say that your beastly transformation was a direct consequence of your recently discovered powers. And in the futa Daemoness scene you realised that you had more 'fantasies' around Kex ;)
Okay, I'm putting my trust in you to not make it too engrishy.
It's all going to be in correct English :LOL: Maybe the occasional cod-medieval accent (hint ;))
for the colour blind..just add additional text..i suggest "i likey da peepee" and "no bueno on da peepee"
That may not dispel complaints about the dumb jokes in the game :LOL:
 

michael1984

Engaged Member
Dec 9, 2017
3,632
9,768
768
Also getting a little starship troopers kindda vibe … with the shower scene and the small bits of would u like to know more lol
 
  • Like
Reactions: RanliLabz
3.90 star(s) 191 Votes