VN Ren'Py Captains Bizarre Adventure [v2.4] [CaptainVerse]

3.30 star(s) 4 Votes

Kanchou-Sama

Newbie
Game Developer
Jul 30, 2020
92
271
Is season 2 separate from the first one?

You should also make the first season available to download so that new players can play too.
Yes, I'll add it, I wanted to make some changes to it but as I can't do that now, I'll add the old one
 

Call2Ur

Member
Dec 29, 2021
246
912
Love the updated interface and additional features.
Will you be doing the same for ACT 1 or is it already too late for that?

EDIT: Nvm, I just found out ACT 1 also received the same improved interface. Unfortunately my old saves don't seem to work anymore, but it's no biggie.
 
Last edited:
  • Like
Reactions: Kanchou-Sama

Lerd0

Conversation Conqueror
Donor
Jul 29, 2017
6,965
84,584

Captains Bizarre Adventure v2.3
April 20
PC



ANDROID



Changelog: v2.3 - The time keeps moving forward, a friendship deepens, and they depart from St. Freya, getting closer to the destined encounter that will unite three girls.
 

DraxisSilencer1000

Well-Known Member
Aug 26, 2020
1,263
614
Maybe it's because of the save, to make it possible to save the MC's name when playing the scene in the gallery I had to change the way it was saved
Well... any fixes for this? Is there a variable where we can set the name or something?

edit nvm:
use UnRen and enable console and set this variable for the MC's name.

cap = "the name"
 
  • Like
Reactions: Kanchou-Sama

Mommysbuttslut

Engaged Member
Feb 19, 2021
3,287
7,911
Kanchou, the latest Rita scene gets really bad lag because you're not clearing the animations before queuing the next ones.
I'm a total noob with renpy so I'm not sure if there's a more elegant fix for it but adding "scene black" before calling the next animation seems to be enough to fix it
So this
Code:
    fr "[cap]... Can't you wait until we get to bed~~?"
    show fr_h22
    with fade
    hide fr_21
should probably look like this
Code:
    fr "[cap]... Can't you wait until we get to bed~~?"
    scene black
    show fr_h22
    with fade
    hide fr_21
After I added that to most of the animation changes for that scene it went from low fps on the animations to buttery smooth. I've got a pretty decent pc and I was getting real bad lag towards the end of the scene, I suspect it'll be really choppy for most people.
 

youraccount69

Active Member
Donor
Dec 30, 2020
933
298
CaptainsBizarreAdventure-ACT2.4
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Want to join the team? Read more here!
 

Kanchou-Sama

Newbie
Game Developer
Jul 30, 2020
92
271
Kanchou, the latest Rita scene gets really bad lag because you're not clearing the animations before queuing the next ones.
I'm a total noob with renpy so I'm not sure if there's a more elegant fix for it but adding "scene black" before calling the next animation seems to be enough to fix it
So this
Code:
    fr "[cap]... Can't you wait until we get to bed~~?"
    show fr_h22
    with fade
    hide fr_21
should probably look like this
Code:
    fr "[cap]... Can't you wait until we get to bed~~?"
    scene black
    show fr_h22
    with fade
    hide fr_21
After I added that to most of the animation changes for that scene it went from low fps on the animations to buttery smooth. I've got a pretty decent pc and I was getting real bad lag towards the end of the scene, I suspect it'll be really choppy for most people.
Thanks, I'll fix it and be more careful next time
 
  • Like
Reactions: Mommysbuttslut
3.30 star(s) 4 Votes