Not Removing Night Feature / but less slowdown 4.1.5 (solved)

mouse spirit

Well-known member
Id like to remove the night and night triggered.I would like less slowdown or possibly to place around 8 monsters on a screen.Is there a good way to do this or is this a useless task within nesmaker?
 

CutterCross

Active member
The Night and Night Triggered states aren't even really implemented in 4.1.5, their functionality isn't there.

If you're really looking for optimizing game speed, look at these posts by FrankenGraphics for NESmaker 4.1.5:

https://www.nesmakers.com/viewtopic.php?f=40&t=4998
https://www.nesmakers.com/viewtopic.php?f=35&t=2529
https://www.nesmakers.com/viewtopic.php?f=35&t=2527
 

dale_coop

Moderator
Staff member
If you want to be less slowdown, remove the hud, deactivate the sprite 0. It's the main reason of the slowdowns in the 4.1.
 

mouse spirit

Well-known member
Oohhh interesting.Thanks.My hud is basically useless,i just like having a hud.I will try this also dale_coop.

I removed sprite zero option.Already helped,but my hud shows up on half my screens because im using scrolling module. I am not actually using scrolling,i chose this module because it sounded more stable in some ways (and i wanted the option,like for a flying level)
So can i tell my hud to just act like a non scrolling game?

Or then if say screentype is 222 it will act like a scrolling hud.
Possibly in handlecamera or handle hud?
 

dale_coop

Moderator
Staff member
You can't have a non scrolling game hud... in this module, it's all about scrolling. Even if you don't use it.

But, if you know how to code, you could use a sprite based hud instead of the tile based one (you would be limited to what you can display, because of the sprite limitations), for example, like: http://nesmakers.com/viewtopic.php?t=941

Note that NESmaker 4.5 uses a sprite based HUD, (as detailed in the scrolling tutorials).
 

mouse spirit

Well-known member
Good advice dale_coop. I will look into sprite based huds. I thought that may be the way to go as i only have health and magic/ammo.
 

mouse spirit

Well-known member
I feel like i cant rightfully repay you dale but i did make this gif for you if you ever need it. Like if you just cant handle it anymore!
 

Attachments

  • dc thanks.gif
    dc thanks.gif
    12.1 KB · Views: 196
Top Bottom