Kinda because the player after PizzaHead's Battle you will get stuck because of the Boss Controller forcing the Player on winning animation
@user-69420__ Жыл бұрын
i dont get it, its just the boss fight
@Solgaming533 Жыл бұрын
In Original Cyop. The Bosses Don't Work Properly.
@Gonnrrr Жыл бұрын
BUT IN CYOP
@Nin10dees Жыл бұрын
@@Gonnrrrthats almost easy because bosses are already in cyop no mods
@Nin10dees Жыл бұрын
However the way he did it made it cooler
@Gonnrrr Жыл бұрын
@@Nin10dees that's what I meant
@teomedina-d8j Жыл бұрын
how do you get it to work
@randomuser2457 Жыл бұрын
well i added vstitle, bossspr, boss_hpsprite you can set the variable to any sprite name or id that is from the game files along with: "boss_hp", - boss's hp "player_hp", -player's hp "player_columnmax", -how many HPs can fit in one row "boss_columnmax", -how many HPs can fit in one row "player_rowmax" "boss_rowmax" if you wanna replace the sprites of the boss title cards and hp sprite of the boss put these in the variables: vstitle - "spr_vstitle_pepperman", "spr_vstitle_vigilante", "spr_vstitle_noise", "spr_vstitle_fakepep", "spr_vstitle_fakepep2", "spr_vstitle_pizzaface" bossspr - "spr_vspepperman", "spr_vsvigilante", "spr_vsnoise", "spr_vsfakepep", "spr_vsfakepep2", "spr_vspizzaface" boss_hpsprite ""spr_bossfight_playerhp", "spr_bossfight_pepperhp", "spr_bossfight_vigiHP", "spr_bossfight_noiseHP", "spr_bossfight_fakepephp", "spr_bossfight_pizzafaceHP", "spr_bossfight_pizzaheadHP"
@randomuser2457 Жыл бұрын
also you can add custom sprites
@teomedina-d8j Жыл бұрын
@@randomuser2457 yooo thanks but how do i add them with undertale modtool
@randomuser2457 Жыл бұрын
@@teomedina-d8j you dont need to add them in Undertale modtool you add them in admin/Appdata/Roaming/Pizzatower_gm2/editor_assets in the objects.json file add this line of code "|obj_bosscontroller|": [ ["vstitle", ["spr_vstitle_doise", "spr_vstitle_pepperman", "spr_vstitle_vigilante", "spr_vstitle_noise", "spr_vstitle_fakepep", "spr_vstitle_fakepep2", "spr_vstitle_pizzaface"], {"display" : "Boss title card", "noCustom": true}], ["bossspr", ["spr_vspepperman", "spr_vsvigilante", "spr_vsnoise", "spr_vsfakepep", "spr_vsfakepep2", "spr_vspizzaface"], {"display" : "Boss sprite card", "noCustom": true}], ["boss_hpsprite", ["spr_bossfight_playerhp", "spr_bossfight_pepperhp", "spr_bossfight_vigiHP", "spr_bossfight_noiseHP", "spr_bossfight_fakepephp", "spr_bossfight_pizzafaceHP", "spr_bossfight_pizzaheadHP"], {"display" : "Boss hp sprite", "noCustom": true}], "boss_hp", "player_hp", "player_columnmax", "boss_columnmax", "player_rowmax", "boss_rowmax" ],
@randomuser2457 Жыл бұрын
Also make sure you have added "obj_bosscontroller" in one of the tabs