Nexus Modding > Game Assets

Disabling GUI or HUD for machinima

(1/2) > >>

Horus:
Hi All,
I am new here.  I was wondering if there is a way to  disable the HUD or GUI for machinima purposes.
I read in the scripting forum that  it is possible to clear the HUD for 5 seconds using a key combo
of ctrl+7.  Can someone go into greater detail on how to do this.  Also was wondering what cinema mode
was and how to enable it.  Any help would be great.

Thanks, Horus

Mularac:
Cinema mod is a feature of the skirmisher. You can select it in the Mission type menu in the top right corner of the Nexus Skirmisher. 

How to clear the gui: There is a simple command that can do that:
Guiselect(0);

to restore the gui to it's usual state:
Guiselect(3);

What do you want to do with the cinema mode anyway? Keep in mind that there's no manual camera control while on cinema mode, so the camera will have to be moved by mission commands. Take a look at some of my missions in the Stargate mod, some (if not all) have  a cinematic start.

Horus:
Thank you for responding so quickly.  Being that I am a beginner at this, how and where do you implement
the guiselect 0 command.  I think that would be good for my needs, because I want to be able to
have control over the camera.  Cinema mode is probably out of the question for my needs.  What I want to do is to capture cinematic space battles in nexus using fraps.  I have done the same in Star Trek Online and Star
trek Legacy The Ultimate Universe with good results.  I will checkout your opening cinematic to your mod. 

Horus

Horus:
Oh yes if you are curious of what I wish to accomplish please check out some of
my videos.

http://www.youtube.com/user/anubismachine?feature=mhee

Horus

Mularac:
If you are a begginer, I think that coding your own cinematic mission is out of the question.
There are two options for you, though:

* Use the Skirmisher to create your mission, select the cinema mode, enter the mission and then press F9 and pray.
* Or you can just play as you'd regularly would, record that and then edit the GUI out of the video. Nexus' gui is quite minimalistic, so that shouldn't be much of a trouble. Check out this videos, they weren't made in cinematic mode, they creators just took out the gui from the video:
* http://www.moddb.com/mods/stargate-mod-war-begins/videos
* http://www.moddb.com/mods/nexus-battlestar-galactica/videos

Navigation

[0] Message Index

[#] Next page

Go to full version