I'm having trouble with a costume

Need help with any SMBX game-related issues? Ask your questions here.

Moderator: Userbase Moderators

Mal8rk
Snifit
Snifit
Posts: 217
Joined: Mon Oct 25, 2021 11:04 pm
Flair: English Speaking Spanish Speaker
Pronouns: He/Him
Contact:

I'm having trouble with a costume

Postby Mal8rk » Thu Mar 31, 2022 11:21 am

Hello everyone

See, I made a level with the character starting as Klonoa's Yoshi costume, but whenever I grab an enemy, this happens:

Image

Could anyone help me with this?

deice
Rocky Wrench
Rocky Wrench
Posts: 639
Joined: Fri Jul 23, 2021 7:35 am

Re: I'm having trouble with a costume

Postby deice » Thu Mar 31, 2022 4:52 pm

this bug seems to only be present if you call playermanager.setCostume() before you change the player's character to klonoa. performing these two actions in reverse order seems not to cause it to happen, so just switch the order of operations around in your code and you should be good.

Mal8rk
Snifit
Snifit
Posts: 217
Joined: Mon Oct 25, 2021 11:04 pm
Flair: English Speaking Spanish Speaker
Pronouns: He/Him
Contact:

Re: I'm having trouble with a costume

Postby Mal8rk » Thu Mar 31, 2022 8:03 pm

deice wrote:
Thu Mar 31, 2022 4:52 pm
this bug seems to only be present if you call playermanager.setCostume() before you change the player's character to klonoa. performing these two actions in reverse order seems not to cause it to happen, so just switch the order of operations around in your code and you should be good.
So let me get this straight, I have to reverse the order of the code like this?:

Code: Select all

local klonoa = API.load("characters/klonoa")

function onStart()
	player.character = CHARACTER_KLONOA;
end

Player.setCostume(CHARACTER_KLONOA, "SMW2-Yoshi")
Is this correct or is there something wrong?

Hoeloe
Phanto
Phanto
Posts: 1465
Joined: Sat Oct 03, 2015 6:18 pm
Flair: The Codehaus Girl
Pronouns: she/her

Re: I'm having trouble with a costume

Postby Hoeloe » Thu Mar 31, 2022 8:14 pm

Move the call to setCostume inside onStart.


Return to “Help and Support”

Who is online

Users browsing this forum: No registered users and 1 guest

SMWCentralTalkhausMario Fan Games GalaxyKafukaMarioWikiSMBXEquipoEstelari