Hilos
FranceAnimach1ne5 months ago

Hey :)

I have made an autosplitter that can start upon loading the first level, split between levels and reset when returning back to the main menu. Because the end of the run is when Pogo Girl disappears from the last level screen, it is still needed to split manually there.

I couldn't fully figure out how the title screen works, so I didn't manage to adapt the autosplitter to an all medal run where you actually need to go back to the main screen at least once. In that case, you would need to untick the "reset" option from the autosplitter, and probably some unwanted splits would have to be manually undone from Winter 5 to Master 1 (+ any other moment where a transition through the title screen is made).

Just for the record levels are numbered from 0 to 24. This value changes in an inconsistent way when going back to the main menu, so I had to look for another variable to monitor the title screen status.

Here's the code that you have to put in a .asl file :

state("GoGoPogoGirl")

{

int level: 0x03486A58, 0x10;

int titlescreen: 0x0348DCA0, 0x1C;

}

start

{

if((current.level == 0)&&(current.titlescreen == 1084817408)){

	return true;

}

}

split

{

if((current.level != old.level)&&(current.titlescreen == 1084817408)){

	return true;

}

}

reset

{

if(current.titlescreen == 1084096512){

	return true;

}

}

CarlEmilEx y Pat_Speedruns les gusta esto
FranceAnimach1ne11 months ago

Having the same music (almost!) playing the whole run can be tiring, especially for longest categories. Is there a legit way to remove the game music and just keep sound effects, with some various tracks playing in the background? If not, would a submission with game audio muted be valid? I guess it is possible to mess around with audio options in OBS to not hear the game's sound while playing, but have it recorded. However I'm unsure if it's possible for everyone to have such a set up. Thanks!

Acerca de Animach1ne
Unido
6 years ago
En línea
2 days ago
Partidas
194
Juegos jugados
Sonic The Hedgehog Forever
Sonic The Hedgehog Forever
Última carrera 1 year ago
78
Partidas
Sonic Robo Blast 2: The Cyberdime Realm
Sonic Robo Blast 2: The Cyberdime Realm
Última carrera 3 years ago
30
Partidas
S3AIR - D.A. Garden Edition
S3AIR - D.A. Garden Edition
Última carrera 1 year ago
22
Partidas
S3AIR - Category Extensions
S3AIR - Category Extensions
Última carrera 3 years ago
15
Partidas
Gravity Circuit
Gravity Circuit
Última carrera 7 months ago
14
Partidas
Hover
Hover
Última carrera 6 years ago
10
Partidas
Sonic 3 & Knuckles
Sonic 3 & Knuckles
Última carrera 1 year ago
5
Partidas
Sonic & Knuckles
Sonic & Knuckles
Última carrera 3 years ago
4
Partidas
Juegos seguidos
Go Go PogoGirl
Go Go PogoGirl
Última visita 5 months ago
4
visitas
Pseudoregalia
Pseudoregalia
Última visita 8 months ago
17
visitas
Gravity Circuit
Gravity Circuit
Última visita 5 months ago
77
visitas
Sonic 3 & Knuckles
Sonic 3 & Knuckles
Última visita 5 months ago
2,145
visitas
Samurai Gunn 2
Samurai Gunn 2
Última visita 7 months ago
63
visitas
Sonic the Hedgehog 3
Sonic the Hedgehog 3
Última visita 8 months ago
351
visitas
Sonic & Knuckles
Sonic & Knuckles
Última visita 10 months ago
451
visitas
S3K: Competition Mode
S3K: Competition Mode
Última visita 10 months ago
442
visitas
Juegos moderados
Sonic 3 & Knuckles
Sonic 3 & Knuckles
Última acción 4 months ago
139
acciones
Sonic & Knuckles
Sonic & Knuckles
Última acción 1 month ago
49
acciones
Sonic the Hedgehog 3
Sonic the Hedgehog 3
Última acción 9 months ago
35
acciones
S3K: Competition Mode
S3K: Competition Mode
Última acción 3 years ago
32
acciones
Samurai Gunn 2
Samurai Gunn 2
Última acción 7 months ago
1
acción