I cant set my player

dominikus

New member
Hi out there.
I am new on NES Maker and enjoyed it a lot :)
My test Scrolling Platformer works well with the Demo Assets.

Now I try own assets. My Player has the double height as the "Pokemmon Rabbit" from the Demo.
I used the GameObjectTiles.bmp as preset
The Player has no "dead" Pixels and I set all animations (on Gamebject --> Player).
The Player Height is set too.

If I choose "Place Player" in my overworld and change the overworldscreen my player is gone. If I start the emulator another screen with no player is shown.

Can somebody help me please :)
 

Attachments

  • Screenshot_4.png
    Screenshot_4.png
    83.5 KB · Views: 686
  • Screenshot_3.png
    Screenshot_3.png
    83.8 KB · Views: 686
  • Screenshot_2.png
    Screenshot_2.png
    81.7 KB · Views: 686
  • Screenshot_1.png
    Screenshot_1.png
    85 KB · Views: 686

baardbi

Well-known member
Have you checked the object details on your player object? It should have "player" and "PERSISTENT" checked under Details.

objectdetails.PNG


And your player also needs a bounding box.

player.png


Also: make sure that the last tile in your GameObjectTiles.bmp has a solid color.

solid.PNG


By the way. Your player only appears on the screen you place him on.
 

dominikus

New member
Thanks for your help.
My Player has all of this - but it dont work.

If I load the old bmp everything works normaly.
 

baardbi

Well-known member
You're welcome :) Just remember that the exact color doesn't matter. It's just that the last tile can't have the transparent color (which is black by default).
 
Top Bottom