The Magnificence of Decay is a Total Conversion Far Cry Modification which places you in a small, explorable urban environment. There are no goals, except to explore and experience.

Report RSS New UI

I'm currently working on a new user interface. I want all the PCs in the game to be usable. So you can read emails, messages, etc - much like Deus Ex. I've managed to get a fairly decent system working. I'm thinking that I may have to delay the mod a bit longer to add lots of PC content. It'll make places like Vermont much more interesting if you can use the computers.

Posted by on

I'm currently working on a new user interface. I want all the PCs in the game to be usable. So you can read emails, messages, etc - much like Deus Ex. I've managed to get a fairly decent system working. I'm thinking that I may have to delay the mod a bit longer to add lots of PC content. It'll make places like Vermont much more interesting if you can use the computers.

New UI pics for TMoD.

New UI pics for TMoD-2

Post comment Comments
pvcf
pvcf - - 4,943 comments

wow, very impressive! how is the interface handled, with mousecursor from menu with widgeds ?

Reply Good karma Bad karma+3 votes
CallistoNTG Author
CallistoNTG - - 290 comments

Yea. I'm hijacking the clientstuff.lua ingame menu check, and using temporary global values.

--level function
function Mission:Event_PC_maka()
setglobal("menu", "lobbymaka");
Game:ToggleMenu();
end

When this is called, the game opens the menu, but first checks against a list of menus in clientstuff.lua to switch to. By using widgets, I can keep each PC's entire UI contained within a single file for each PC.

So you just walk up to a PC, press F, and the interface comes up.

Reply Good karma+2 votes
pvcf
pvcf - - 4,943 comments

wow :) great work! thanx for explaining!

Reply Good karma Bad karma+3 votes
CallistoNTG Author
CallistoNTG - - 290 comments

My pleasure. I'm hoping that the mod's various features will be of help to other modders.

Reply Good karma+2 votes
skx_doom
skx_doom - - 69 comments

Simply amazing!

Reply Good karma Bad karma+2 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: