![]() |
Don't show attributes on map when on the Layers section - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: Don't show attributes on map when on the Layers section (/showthread.php?tid=1578) |
Don't show attributes on map when on the Layers section - Coke - 23-02-2008 Uber easy, do the mappers a favour please xP In ModGameLogic.bas in the Game Loop, find: Code: ' Blit out attribs if in editor Under: Code: If InEditor Then Add: Code: If frmMainGame.optAttribs.Value = True Then Then, under the main chunk of code you see, underneath: Code: Next y Add: Code: End If Seriously, it takes all of 2 seconds but makes things as a mapper 10x less a pain in the arse. Dooooo itttttttttttt! |