Menu Layers and GameTypes?

The best and quickest support by a group of top-notch editing specialists, guaranteed!

Moderator: Forum Guards

Menu Layers and GameTypes?

Postby Aidan » Sun Jun 29, 08 10:44 pm

I have come to realize a problem. I have never worked with window editing in my life in Deus Ex. I was creating a Deus Ex Multiplayer installer when I realized I had no clue how to edit the menu when you first enter Deus Ex. I wish to delete buttons such as "New Game", "Load Game", etc. Possibly create new menu's?

Allan had said something about creating a new game type on msn.

Anyways, help would be greatly appreciated, thank you.
Psychokiller, spelled incorrectly.
User avatar
Aidan
CandyMan
 
Posts: 6270
Joined: Wed Aug 02, 06 8:57 am
Location: True North Strong & Free

Postby Andrievskaya Veronika » Mon Jun 30, 08 8:53 am

You have to use your own Player Class, GameType and of course, your own MainMenu class to do this :D


Code: Select all
//=============================================================================
// AV_MainMenu
//=============================================================================

class AV_MainMenu expands MenuMain;

#exec TEXTURE IMPORT NAME=MenuMainBackground_3  FILE=Textures\MenuMainBackground_3.pcx GROUP=UserInterface FLAGS=2

function ShowVersionInfo()
{
     Super.ShowVersionInfo();
// Ха ха ха!!!!!!!!!!!!!!!
     winButtons[4].SetSensitivity(False);      
     winButtons[4].Destroy();
     winButtons[8].SetSensitivity(False);      
     winButtons[8].Destroy();
}

// ----------------------------------------------------------------------

defaultproperties
{
     ButtonNames(0)="[Начать]"
     ButtonNames(1)="[Сохранить игру]"
     ButtonNames(2)="[Загрузить...]"
     ButtonNames(3)="[Настройки...]"
     ButtonNames(5)="[Вступление]"
     ButtonNames(6)="[Создатели]"
     ButtonNames(7)="[Назад в игру]"
     ButtonNames(9)="[Выход]"
     buttonDefaults(5)=(Y=157)
     buttonDefaults(7)=(Y=229)
     buttonDefaults(9)=(Y=265)
     Title="Сорок третий километр"
     clientTextures(2)=Texture'D43K.UserInterface.MenuMainBackground_3'
}
Last edited by Andrievskaya Veronika on Mon Jun 30, 08 8:55 am, edited 1 time in total.
User avatar
Andrievskaya Veronika
Poster
 
Posts: 164
Joined: Sat Sep 02, 06 7:35 am
Location: Database read error

Postby Aidan » Mon Jun 30, 08 6:12 pm

YAY!!! OMG thanks soo much! But how would I go about making this a player class?? As in implementing the script..
Psychokiller, spelled incorrectly.
User avatar
Aidan
CandyMan
 
Posts: 6270
Joined: Wed Aug 02, 06 8:57 am
Location: True North Strong & Free

Postby Aidan » Wed Jul 23, 08 4:45 am

I don't care if this is an old topic that is revived one day. I just need help :S

Seriously.. If I can do this, I have a plan to bring DX back.
Psychokiller, spelled incorrectly.
User avatar
Aidan
CandyMan
 
Posts: 6270
Joined: Wed Aug 02, 06 8:57 am
Location: True North Strong & Free


Return to Editing issues

Who is online

Users browsing this forum: No registered users and 14 guests
cron