• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

3D & Animation Main Menu

Lockerkit

Member
Mar 25, 2013
8
0
Hello,

I am trying to make a desktop wallpaper of Killing Floor using dreamscene.
It is a program to allow videos as wallpapers.
I wanted to make a video of the main menu of Killing Floor with the looping infected speciments but without the menu text, such as Multiplayer, Host game, solo etc. and also without the DLC content beneath it.

Is there maybe a specific command for it, or a modification out there?
I tried with some video editing software but I got alot of quality loss.

Can anyone help me out?
Thank you in advance, Cheers!
 
I can tell you how hide menu text

DLC Pic can't Help

Before edit KFGui.int
Backup it
and go edit
Find [KFMainMenu]
Code:
[KFMainMenu]
SteamMustBeRunningText="Steam must be running and you must have an active internet connection to access this"
UnknownSteamErrorText="Unknown Steam error prevented access to this"
DLCButton.Caption=" "
DLCButton.Hint="Weapon and Character DLC Packs"
HostButton.Caption=" "
HostButton.Hint="Start a server and invite others to join your game"
InstantActionButton.Caption=" "
InstantActionButton.Hint="Play Killing Floor Solo Mode"
MultiplayerButton.Caption=" "
MultiplayerButton.Hint="All hell breaks loose..."
ProfileButton.Caption="Profile and Achievements"
ProfileButton.Hint="Your profile and achievements"
QuitButton.Caption=" "
QuitButton.Hint="Leave the game"
SettingsButton.Caption=" "
SettingsButton.Hint="Change your controls and settings"
WorkshopButton.Caption=" "
WorkshopButton.Hint="Custom Content in the Steam Workshop"

Copy this and Paste it cover,then save,Start Game,All Menu txt will be hide and After video finish,restore file.
 
Last edited:
Upvote 0