Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

dan2bit

7
Posts
A member registered Nov 22, 2023

Recent community posts

(2 edits)

we figured out a way, but it is not inside the nvl dialog itself - you'll need to make some screens in your favorite graphics tool. This example produces a "full screen" video effect on the phone, then returns the player to the phone chat.

Basically, we use 2 screens:
A ('phone_frame') is an image of the MC's hand holding the phone over a background, with the phone screen transparent
B  ('phone_bg') is an identical image of the MC's hand holding the phone, but the phone is opaque and blank, and the background is transparent

A displays on top, then the nvl screen from nighten's code, then B displays behind both.
The video we want to show is a ren'py Image called vid_01  that uses Movie(play="file") in its declaration.

So the text chat happens in the nvl screen, then when we want the player to receive the video, we do:

nvl_narrator "Video Stream Starting..."
show vid_01 behind phone_frame
$ renpy.pause() # in our case, player watches video loop "on" the phone until click
hide vid_01
nvl_narrator "Video Stream Ended"
# text chat carries on


nvl clear # removes old texts

advance the game to the next weekday and you should unlock the new quests for this version

still getting reports of this for both Mac and PC versions of (NSFW) https://altosandherdone.itch.io/the-headmaster
6GB each, uploaded via butler 9-Jun-2023 (not by me)
reports of downloads appearing to complete but massively truncated (2GB or less) via browser as recently as today, one France, one US

it seems to be across the board. not just apk files https://itch.io/t/3305483/zip-files-getting-corrupted-on-download

(3 edits)

can confirm this for both versions of (NSFW) https://altosandherdone.itch.io/the-headmaster/
the browser downloads a too-small version, and the app just struggles and restarts the download after 10-20% "progress"  
UPDATE clicking the Downloads not starting? link and switching to alternate download mode has been successful. Suggest changing the text of this link to "Downloads corrupted or not starting?" or putting everyone on "alternate" download mode by default.