Two Players Single Screen Modules [4.1.5]

dale_coop

Moderator
Staff member
I think you forgot to install the "Basic NoScroll Two Players" core/
Check again the tutorial... and more specifically the: How to install the "Basic NoScroll Two Players" core.
 

jataka5000

New member
Thank you, this looks like a very informative module. Unfortunately, when I follow the instructions to load the demos, they are not able to run -- when I try to export and test asm:

C:\Users\User\Documents\NESmaker_4_5\GameEngineData>asm6 MainASM.nes game.nes demo.txt
pass 1..
MainASM.asm(2): Can't open file.
demo.txt written.

Additionally, I tried loading the modules provided in the link and dragging them into the /Modules/ folder. However, there was an error that indicated that the MOD file is corrupted. Any help would be appreciated!

-j5k

edit: I am using NESmaker 4.5. I wonder if that is the issue and whether there is a way to still benefit from using these (or similar) modules.
 

CutterCross

Active member
jataka5000 said:
Thank you, this looks like a very informative module. Unfortunately, when I follow the instructions to load the demos, they are not able to run -- when I try to export and test asm:

C:\Users\User\Documents\NESmaker_4_5\GameEngineData>asm6 MainASM.nes game.nes demo.txt
pass 1..
MainASM.asm(2): Can't open file.
demo.txt written.

Additionally, I tried loading the modules provided in the link and dragging them into the /Modules/ folder. However, there was an error that indicated that the MOD file is corrupted. Any help would be appreciated!

-j5k

edit: I am using NESmaker 4.5. I wonder if that is the issue and whether there is a way to still benefit from using these (or similar) modules.

Dale's 2-Player modules are specifically for NESmaker 4.1.5. NESmaker 4.5 is built for a different code structuring system and is not meant for importing modules for older versions.
 

jataka5000

New member
thank you so much for that clarification. Definitely saved me some hours of troubleshooting to no avail :)
I will download the 4.1.5 version as well then.
Will there be some tutorials released for 2-player games on the 4.5?
 

jataka5000

New member
There does not seem to be any link available for downloading 4.1.5. Do you have a link that I could download? I have already purchased an activation key.
 

PBGames

Member
How can I move up the SelectorSprite on the Start Screen? I want make it at the center of the screen.
 

Attachments

  • 11.png
    11.png
    7.9 KB · Views: 0

mouse spirit

Well-known member
How can I move up the SelectorSprite on the Start Screen? I want make it at the center of the screen.
should be able to change the value of the user constant in project setting. Change the number.
might be called something like CURSORPOSITIONY. Or whatever you may have named it.
 

dale_coop

Moderator
Staff member
Yup, in the Project Settings > User Constants, you can modify the "SELECTION_POS_Y" and the "SELECTION_POS_X" values.
 

PBGames

Member
Yup, in the Project Settings > User Constants, you can modify the "SELECTION_POS_Y" and the "SELECTION_POS_X" values.
help pls ) Where we can find this code? I want add "warp to screen" script there:
 

Attachments

  • 12.jpg
    12.jpg
    102.8 KB · Views: 0

dale_coop

Moderator
Staff member
Take a look at that topic:
(don't use the patch file... try implementing it the "normal way", modifying the code by hand)
 
Top Bottom