How do u make the resource stuff and alll the various parts of the HUD go away?
there is a readme for this in the nightshift mod
ok.... can you post something useful???
the nightshift mod contains a file with which you can remove the hud, as it is also an awesome mod i recommend you download it from www.dowfiles.com and read all the readme files
Not sure if this works but try this if you haven't yet. http://forums.relicnews.com/showthread.php?t=70784 Half way down the page is where you will find the topic on how to remove the HUD.
Hope that helps.
So after i add the -dev i just press control, shift, ~?
Believe so, but like i said, i never tryed it before so can't be sure. I think it was shift+tab after making the autoexec.lua file in notepad.
screenmode = 0 function toggle_screenmode() if screenmode == 0 then taskbar_hide() message_hide() screenmode = 1 else taskbar_show() message_show() screenmode = 0 end end bind("shift+tab", "toggle_screenmode()")
all it did was pull up the dev console. Would me running a mod effect it?
that is a toggle code and bind("shift+tab", "toggle_screenmode()") is your answer have -dev in your desktop shortcut and press shift tab in game and there u go do it twice to toggle it back on.
Well, i tryed it out to see if it can be done. I managed to figure out how to get all the stuff off the screen.

As you can see, i got all the stuff off the screen except for things like the builder icon or the light/heavy cover signs.
Was this is what you were looking for?
If not, then sorry for wasting your time, i must of misunderstood.
- 1
- 2