Issue after start screen.

FR10

New member
I posted this on the wrong one before.
Anyways I only the start screen works and every thing other than that is black.

I made HUD 16x3 I made Playable area the rest.

I checked Persistent and Player.

I have made assets and made a starting screen.

I didn't change the code.

Skipping start screen does the same thing (black screen).

I made the start button run:
Code:
StartButton_StartScreen:

LDA #STATE_START_GAME
STA change_state
LDA #%10000000
STA gameHandler ;; turn sprites on
RTS
 

dale_coop

Moderator
Staff member
Check your HUD, needs to be 2 rows min and the rest for the wilaya le Area.

Note that, if you checked « skip the start screen », you don’t need the startScreen button script.
 

darkhog

New member
Is, by any chance, your screen where player has it's position set screen 00 (very top-eft of the map)? If so, there's a bug regarding that screen and spawning there. Just right click and place player somewhere else on that screen and it should work fine.
 

united51

New member
I am having the same issue.
I am using the same start script as above:

LDA #STATE_START_GAME
STA change_state
LDA #%10000000
STA gameHandler ;; turn sprites on
RTS

I did not have a start script in my script folder.

I can get to start screen, hit start, goes to black screen.
I change starting position and still goes to black screen. Any suggestions
 

FR10

New member
I probably just accidentally changed something since I made a new game and tried to recreate it and it worked.
 

dale_coop

Moderator
Staff member
FR10, you still have a problem?
When you clicked "Reset"? Where? and what append since?

I you mean "Reset all placements" on a right click on a screen. It doesn't work as expected (known issue). Instead, use "Edit monsters placement details" and disable everything.
 

FR10

New member
I clicked reset in Screen but I just started a new game with the same bmp files since I wasn't really making anything anyways.
 

dale_coop

Moderator
Staff member
Ok, don't hesitate if you have difficulties, issues (share the error messages, screenshots,...).
We can help you to find solutions.
 
Top Bottom