PDA

View Full Version : .umod files will not install


ethebubbeth
01-21-2003, 08:36 PM
I can't seem to get any .umod (the bonus packs) to install themselves. If i double click them, it says their extension isn't registered and if i right click and choose 'install this unreal module', it says that i need to create a program association. How do i install these files (I have built 436 and am running windows xp professional). Thanks in advance for any assistance rendered.

Ticklemonster
01-23-2003, 12:27 PM
1. Open the Windows Explorer or any Windows folder view. Choose [View]®[Options]®[File Types].

2. Look through the list for a file type "Unreal Module" with extension UMOD. If it exists, press [Edit…]. If it does not exist, press [New type …] and add a new file type with extension UMOD.

3. Under "Actions" look for an action called "Install …". If it already exists, [Edit…] it. If it does not exist, create it with [New…]

4. Under "Application used to perform action", put in:

[your correct path} …\UnrealTournament\System\setup.exe install "%1"

For example for me, this would be:

"D.\Games\ UnrealTournament\System\setup.exe" install "%1"

Per ve7.

Andy7
07-11-2003, 12:23 PM
Arghh I finally fixed mine, thanks to your help. Although there was a mistake, that caused me to spend another 10 mins tryin to figure out :p
Correction of mistake is in red:

For example for me, this would be:

"D.\Games\ UnrealTournament\System\setup.exe" install "%1"

there ya go folks..maybe this could be stickied for other ppl with umod problems :bulb:

thanks again :D

Manhammer
07-20-2003, 12:13 PM
Never had much of a UMOD problem myself, but after installing the Infiltration mappack the install will no longer work.

It will ALWAYS try to install the mappack, even though I am attempting to open another file (in this case, trying to install TallyHo!)

Any help?