What's Up Doc?
Member
- Jan 7, 2021
- 424
- 1,461
OOhh, and I'm wondering why the game feels heavy(my pc has 32gigs ram and a 4080). You are absolutely right.Damn, and I thought I was autistic for adding unnecessary "..." in my text
This dude literally writes a pause statement after every single line of text and every dissolve transition (thousands of them)![]()
Sometimes two in a row for some reason![]()
![]()
View attachment 3976359
Why...?
This only adds artificial, unskippable time-waste, sluggish feeling and prevents from clicking through the text faster.
And also, as far as I know, if you useshow
to present a full-screen image, it'll will stay on its own layer until youhide
it. This means that the bigger your game becomes - the more images are being clogged in the memory behind each other in layers (Renpy engine thing). You should usescene
instead. It replaces the previous full-screen image and your game won't be lagging so hard over time.
ShamanDEV, you better replace these with
scene
, man. Otherwise the game starts to get too heavy after some point and slowing down/starts lagging.