YesNoOk
avatar

Everyone is showing the same win quote (Read 6081 times)

Started by snowy997, December 27, 2023, 11:52:33 pm
Share this topic:
Everyone is showing the same win quote
#1  December 27, 2023, 11:52:33 pm
  • ***
  • A Fan of the Obscurity
    • Brazil
Last Edit: December 30, 2023, 04:16:21 pm by snowy997
Re: Everyone is showing the same win quote
#2  December 28, 2023, 02:01:53 am
  • ****
  • Formerly DeathScythe
    • Brazil
    • lyricasky.neocities.org
Did it start after using this specific screenpack or was it happening before?
Re: Everyone is showing the same win quote
#3  December 30, 2023, 12:42:25 am
  • ***
  • A Fan of the Obscurity
    • Brazil
Nah, it only happens in this one. No idea why.

N_N

Re: Everyone is showing the same win quote
#4  December 30, 2023, 05:21:25 am
  • **
  • ViktorVaughN_N
    • USA
Alright so I downloaded the screenpack and messed around with it and I think I know why this is happening. 1. There is a baked-in winquote on the victory screen for some insanely bizarre reason, 2. the screenpack author set the winquote font to something you can't normally read, and 3. the actual quotes aren't positioned correctly.

To fix #1:
Scroll down to "VictoryBGdef" and delete this entire chunk of code:

Code:
[VictoryBG 3]
type  = normal
spriteno = 205,4 ; <--- Make sure this number lines up. This is the winquote sprite
start = 0,0
mask = 1
trans = none
velocity = 0,0
tile = 0,0

To fix #2, search for "winquote.font" and edit the line so it says something like "winquote.font = 4,0,1".

And finally, to fix #3, search for "winquote.offset" and change the values to 52,348.
Optionally, if you wanna make the victory screen look even better, add a line below the "winquote.offset" line that says "winquote.window = 50,334, 570,414".

The end result should look a little something like this:


I can't say I've ever seen a screenpack do all this before :mlol:
Re: Everyone is showing the same win quote
#5  December 30, 2023, 04:16:10 pm
  • ***
  • A Fan of the Obscurity
    • Brazil
Whoa, thanks! :)