|
|
|
View unanswered posts | View active topics
| Author |
Message |
|
Sali
|
Post subject: Meaaov? Posted: Thu Feb 04, 2010 10:54 pm |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
|
| Top |
|
 |
|
stucuk
|
Post subject: Re: Meaaov? Posted: Fri Feb 05, 2010 5:54 am |
|
Joined: Wed Dec 28, 2005 11:13 pm Posts: 3179 Location: UK, Scotland
|
|
| Top |
|
 |
|
Radzio
|
Post subject: Posted: Fri Feb 05, 2010 2:12 pm |
|
Joined: Wed Jan 25, 2006 10:21 am Posts: 1712 Location: Poland, Bialystok
|
I think he's asking how to change the directory meaaov setup will install the mod in.
EDIT: Right 
Last edited by Radzio on Fri Feb 05, 2010 6:00 pm, edited 2 times in total.
|
|
| Top |
|
 |
|
Sali
|
Post subject: Posted: Fri Feb 05, 2010 5:23 pm |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
YES! HOW?
Radzio wrote: I think he's asking how to change the directory meaaov setup will install the mod in.
_________________


|
|
| Top |
|
 |
|
Radzio
|
Post subject: Posted: Fri Feb 05, 2010 6:04 pm |
|
Joined: Wed Jan 25, 2006 10:21 am Posts: 1712 Location: Poland, Bialystok
|
|
There is no way. Installer will even have the install button disabled if it doesn't find the registry entries.
|
|
| Top |
|
 |
|
Sali
|
Post subject: Posted: Fri Feb 05, 2010 6:13 pm |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
The files for compilation are remnants of the selected target folder but does not like it there say. I know it is because the installer patches is the same system. Stucuk, tell me what to write in Layout3.txt to show where the selection directory, please, because many people have more versions of OW, and not install it where he would like to (or game lists that were not installed).
Radzio wrote: There is no way. Installer will even have the install button disabled if it doesn't find the registry entries.
_________________


|
|
| Top |
|
 |
|
stucuk
|
Post subject: Posted: Sat Feb 06, 2010 2:06 am |
|
Joined: Wed Dec 28, 2005 11:13 pm Posts: 3179 Location: UK, Scotland
|
Attached is the Install section from the OW Patches. Pages.txt would need to be modifyed from:
Code: [Pages] layout.txt layout3.txt layout4.txt layout5.txt mainlayout.txt
[PageTypes] Welcome Patch Patching Finish MainLayout to Code: [Pages] layout.txt install.txt layout3.txt layout4.txt layout5.txt mainlayout.txt
[PageTypes] Welcome InstallDir Patch Patching Finish MainLayout
Note: I don't know if install.txt's object positions would need to be modified or not. I also don't know if the Compiler has a version of the installer that will work with install.txt .
_________________
Free Map Editor - Game Requirements - Stucuk.Net
-Stu
|
|
| Top |
|
 |
|
Sali
|
Post subject: Posted: Sat Feb 06, 2010 7:51 am |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
very much thanks Stucuk
stucuk wrote: Attached is the Install section from the OW Patches. Pages.txt would need to be modifyed from: Code: [Pages] layout.txt layout3.txt layout4.txt layout5.txt mainlayout.txt
[PageTypes] Welcome Patch Patching Finish MainLayout to Code: [Pages] layout.txt install.txt layout3.txt layout4.txt layout5.txt mainlayout.txt
[PageTypes] Welcome InstallDir Patch Patching Finish MainLayout Note: I don't know if install.txt's object positions would need to be modified or not. I also don't know if the Compiler has a version of the installer that will work with install.txt .
_________________


|
|
| Top |
|
 |
|
Sali
|
Post subject: Posted: Sat Feb 06, 2010 10:53 am |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
|
| Top |
|
 |
|
Radzio
|
Post subject: Posted: Sat Feb 06, 2010 2:44 pm |
|
Joined: Wed Jan 25, 2006 10:21 am Posts: 1712 Location: Poland, Bialystok
|
|
You mean removing the filename check?
|
|
| Top |
|
 |
|
Sali
|
Post subject: Posted: Sat Feb 06, 2010 3:11 pm |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
it could say that, yes
Radzio wrote: You mean removing the filename check?
_________________


|
|
| Top |
|
 |
|
Sali
|
Post subject: Posted: Sat Feb 06, 2010 11:59 pm |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
|
| Top |
|
 |
|
stucuk
|
Post subject: Posted: Sun Feb 07, 2010 1:17 am |
|
Joined: Wed Dec 28, 2005 11:13 pm Posts: 3179 Location: UK, Scotland
|
|
Filename check is hardcoded, simple solution is to zip/rar the file before you upload it to a website (That way the filename is then intact). Attached is an updated version (Which features the latest version of setup.exe) which will add languages based on whats in the directory rather than being hard coded. Extract to <OriginalWarDir>\Utils\MMSC\
| Attachments: |
MMSC.rar [815.63 KiB]
Downloaded 6 times
|
_________________
Free Map Editor - Game Requirements - Stucuk.Net
-Stu
|
|
| Top |
|
 |
|
Sali
|
Post subject: Posted: Sun Feb 07, 2010 9:24 am |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
Thank you and if ever you come out and let to remove the filename could check let me know. So far much thanks for everything
stucuk wrote: Filename check is hardcoded, simple solution is to zip/rar the file before you upload it to a website (That way the filename is then intact). Attached is an updated version (Which features the latest version of setup.exe) which will add languages based on whats in the directory rather than being hard coded. Extract to <OriginalWarDir>\Utils\MMSC\
_________________


|
|
| Top |
|
 |
|
Sali
|
Post subject: Posted: Sun Feb 07, 2010 10:15 am |
|
Joined: Thu Dec 25, 2008 7:55 pm Posts: 175 Location: Czech Republic / Karlovy Vary / Horní Slavkov
|
|
| Top |
|
 |
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
|