Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actors are not displayed #2

Open
joncloud opened this issue Mar 11, 2023 · 0 comments
Open

Actors are not displayed #2

joncloud opened this issue Mar 11, 2023 · 0 comments
Labels
bug Something isn't working lvlbuild.exe Related to lvlbuild.exe

Comments

@joncloud
Copy link
Owner

joncloud commented Mar 11, 2023

Expected Behavior

Actors should display their 1st frame (ACTOR_DATA::pic[1]) if there are actors on a given screen.

Actual Behavior

No actors are displayed.
When the commented code in load_actors and display_actors is compiled, the program fails to transition to a screen that has actors.

  • load_actors - This will typically fail when attempting to load ACTOR4, and also causes memory corruption related to Quitting LVLBUILD results in memory corruption #8.
  • display_actors - Transitioning to a screen that has actors will result in an initial render of the screen, and then draw scrolling lines on the screen.

Steps to Reproduce the Problem

  1. Mount GOTRES.DAT in C:\GOT\
  2. Mount LVLBUILD.EXE in C:\
  3. RUN LVLBUILD.EXE
  4. Press SHIFT+Down twice or SHIFT+Right once to transition to a screen that has at least one actor

Specifications

  • Version:
  • Platform:
  • Subsystem:
@joncloud joncloud changed the title [LVLBUILD] Actors are not displayed Actors are not displayed Mar 11, 2023
@joncloud joncloud added lvlbuild.exe Related to lvlbuild.exe bug Something isn't working labels Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lvlbuild.exe Related to lvlbuild.exe
Projects
None yet
Development

No branches or pull requests

1 participant