Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Don't show attributes on map when on the Layers section
#1
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!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)