How to ...

Wondering why that MOD you have won't install correctly? Let's take a look
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
KURTZ
Registered User
Posts: 1
Joined: Tue Mar 29, 2005 4:24 pm

How to ...

Post by KURTZ »

unistall an installed mod?

i.e. in the EasyMod History i've got some mods already installed, but this isnt true... so i cant reinstall those mods cause the EM dont "see" them cause it reads those mod like INSTALLED ... so if i wanna install those mods the only way is edit all the files manually ... and this is a too hard work ...

SamG
Registered User
Posts: 1241
Joined: Fri Aug 31, 2001 6:35 pm

Re: How to ...

Post by SamG »

Moving to EasyMOD support ...
"I hate trolls!" - Willow Ufgood

ChALkeR
Registered User
Posts: 176
Joined: Tue Mar 15, 2005 4:38 pm
Location: Russia

Re: How to ...

Post by ChALkeR »

Just use somethihg like PhpMyAdmin and find the table in which Easymod stores the installed mos information, and delete the row for that mod.

In SQL it will be something like this (for MySQL):
DELETE FROM {That table} WHERE `mod_title` = {your mod title} LIMIT 1
Image
Sorry for my bad English....

Locked