[ Updated threads · New messages · Members · Forum rules · Search · RSS ]
Forum » Welcome to the [FHSW] Europe Community! » FHSW Corner » BF1942+FH+Mappack6+FHSW installer (m)
BF1942+FH+Mappack6+FHSW installer (m)
RADIOSMERSHDate: Wednesday, 2014-06-25, 11:32 AM | Message # 21
FHSW Wikia Co-Admin
Group: Bronze Donator
Messages: 664
Awards: 27
Reputation: 13
Status: Offline
We need a patched version of it before the Judgement Day.
Edit: and maybe make this thread sticky?


Message edited by RADIOSMERSH - Wednesday, 2014-06-25, 11:33 AM
 
slobodanDate: Wednesday, 2014-06-25, 12:41 PM | Message # 22
Koń
Group: Friends
Messages: 434
Awards: 53
Reputation: 22
Status: Offline
Could you explain what means patched version? I can upload fixed version of installer if you want.   snack

 
RADIOSMERSHDate: Wednesday, 2014-06-25, 2:00 PM | Message # 23
FHSW Wikia Co-Admin
Group: Bronze Donator
Messages: 664
Awards: 27
Reputation: 13
Status: Offline
Quote slobodan ()
Could you explain what means patched version? I can upload fixed version of installer if you want. snack
Sorry, I meant patched executable, which uses sk's master server instead of gamespy's one.
 
JiangZhongzhengDate: Saturday, 2014-08-09, 4:14 PM | Message # 24
Sergeant
Group: Trusted
Messages: 36
Awards: 0
Reputation: 0
Status: Offline
Is there an updated version to include the 0.55 version and hotfix?
 
Robert_von_EberhahnDate: Saturday, 2014-08-09, 5:15 PM | Message # 25
Lieutenant General
Group: Silver Donator
Messages: 969
Awards: 19
Reputation: 8
Status: Offline
Quote slobodan ()
Could you explain what means patched version? I can upload fixed version of installer if you want.
 
we want happy


Gameserver admin on our FHSW Europ server
 
slobodanDate: Sunday, 2014-08-10, 11:36 AM | Message # 26
Koń
Group: Friends
Messages: 434
Awards: 53
Reputation: 22
Status: Offline
Installer with FHSW 0.551 and server fix is ready, but my upload speed is about 60kB/s sad

 
Mr_JDate: Sunday, 2014-08-10, 12:48 PM | Message # 27
Accessory Admin
Group: Admins
Messages: 635
Awards: 22
Reputation: 13
Status: Offline
Ah Slobo I wasn't quick enough to ask you to include another small small fix as again they forgot to put the green camoed Karaś on Eastern Blitz. Is the installer repacking a very tedious job? :3

BTW And whats about eYe's installer? Are there going to be 2 different ones now??

Send a dvd to pum maybe so he can upload it.
 
RADIOSMERSHDate: Sunday, 2014-08-10, 1:47 PM | Message # 28
FHSW Wikia Co-Admin
Group: Bronze Donator
Messages: 664
Awards: 27
Reputation: 13
Status: Offline
Quote slobodan ()
Installer with FHSW 0.551 and server fix is ready, but my upload speed is about 60kB/s sad
If you could send me the source code of installer, I can try to compile it and upload it, as I have previous version of your installer - I will just have to replace 0.51 with 0.551 and add fixed executable, right?
 
slobodanDate: Sunday, 2014-08-10, 1:54 PM | Message # 29
Koń
Group: Friends
Messages: 434
Awards: 53
Reputation: 22
Status: Offline
@J - Send me this fix, it's no problem to compile it one more time smile
Quote
And whats about eYe's installer? Are there going to be 2 different ones now??


I think that We should work together and create one installer.

@eYe what is your progress with installer?

My installer contain:

- BF 1942 1.612 Origin (SiMPLE patch with widescreen and host server fix), (BF1942.exe is running as admin; compatibility mode - off)
- FH + mappack 6
- FHSW 0.551   (changed menu sound for "do u think I´m saxxon?" and loading sound from old S&T pack)

Compression: lzma2/max
Ready installer size: 6,77GB  dry




Message edited by slobodan - Sunday, 2014-08-10, 1:57 PM
 
Endless_NamelessDate: Sunday, 2014-08-10, 2:18 PM | Message # 30
General
Group: Admins
Messages: 1237
Awards: 38
Reputation: 19
Status: Offline
My FHSW installer is also almost ready to upload (2 parts). One problem: Max upload size on moddb is 2.8 GB so you have to cut it in multiple parts. I don't know what to do now.

What key and registry entry do you use for BF1942?

My installer automatically detects BF1942 and picks the correct path and if you don't install FHSW Part 1 first it won't let you install Part 2. It also creates a backup of your old BF1942.exe and replaces it with the new one (Gamespy/widescreen/noCD).

I will also include an upated version of FHSW's lexiconall.dat which fixes some bugs (like non-alphabetical order of the maps, Berlin 1945 crash, Sturmtiger kill shown as Sturmpanther). If you need it for your installer I should be able to upload it even with my extremely slow internet at the moment.


My Youtube Channel
aka eYe.ris
 
slobodanDate: Sunday, 2014-08-10, 2:29 PM | Message # 31
Koń
Group: Friends
Messages: 434
Awards: 53
Reputation: 22
Status: Offline
[Registry]Root: HKLM; Subkey: "SOFTWARE\Electronic Arts\Origin\Battlefield 1942\ergc"; ValueType: string; ValueData: "{code:GetTodaysName}"
;32bits
Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Electronic Arts\Origin\Battlefield 1942\ergc"; ValueType: string; ValueData: "{code:GetTodaysName}"
;64bits
Root: HKCU; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\";ValueType: String; ValueName: "{app}\BF1942.exe"; ValueData: "RUNASADMIN"; Flags: uninsdeletekeyifempty uninsdeletevalue; MinVersion: 0,6.1
;run as admin in windows 7

[code*]
//it's getting date and generating serial  (42yyyymmdd1942hhnnss):
var
TodaysName : String;

function GetToday : String;
begin
Result := GetDateTimeString ('42yyyy/mm/dd1942hhnnss', '1', #0);
end;

function GetTodaysName (Param: String): String;
begin
if ('' = TodaysName) then
begin
TodaysName := GetToday ();
end;
Result := TodaysName;
end;
[/code*]

(delete "*")




Message edited by slobodan - Sunday, 2014-08-10, 2:35 PM
 
Robert_von_EberhahnDate: Sunday, 2014-08-10, 2:56 PM | Message # 32
Lieutenant General
Group: Silver Donator
Messages: 969
Awards: 19
Reputation: 8
Status: Offline
Quote slobodan ()
changed menu sound for "do u think I´m saxxon?"
   flowers


Gameserver admin on our FHSW Europ server
 
Endless_NamelessDate: Sunday, 2014-08-10, 2:57 PM | Message # 33
General
Group: Admins
Messages: 1237
Awards: 38
Reputation: 19
Status: Offline
Very interesting trick to use date as key, did you think of this by yourself?

So you use the Origin registry, my installer shouldn't have any problems then if we use it.


My Youtube Channel
aka eYe.ris
 
slobodanDate: Sunday, 2014-08-10, 3:11 PM | Message # 34
Koń
Group: Friends
Messages: 434
Awards: 53
Reputation: 22
Status: Offline
Inno setup Pascal has only few standard functions, and there is no random or randomize functions... so I think generating key using date is good solution.

Quote
did you think of this by yourself?

There is many examples in google  wink
Your Installer would be better so I suggests to take your as "official", alright?

link to my source code:

http://s000.tinyupload.com/?file_id=64703109538248837728




Message edited by slobodan - Sunday, 2014-08-10, 3:30 PM
 
Mr_JDate: Sunday, 2014-08-10, 4:34 PM | Message # 35
Accessory Admin
Group: Admins
Messages: 635
Awards: 22
Reputation: 13
Status: Offline
@eye: would it be possible to include the fix of CTF mode at the same time or this is an excesive modification?

Are you going to allow users to choose what they want to install? This is mandatory I think.

I putted the Eastern Blitz patch as post attachment, I tested it, works online.
Attachments: Eastern_Blitz-f.rar (1.4 Kb)
 
Endless_NamelessDate: Sunday, 2014-08-10, 5:25 PM | Message # 36
General
Group: Admins
Messages: 1237
Awards: 38
Reputation: 19
Status: Offline
Yea no problem to include these things. Not sure if you can still play on the server with a modified objects.con though. What options should the user have exactly?

Thanks for your code slobo.


My Youtube Channel
aka eYe.ris
 
Mr_JDate: Sunday, 2014-08-10, 5:51 PM | Message # 37
Accessory Admin
Group: Admins
Messages: 635
Awards: 22
Reputation: 13
Status: Offline
Quote Endless_Nameless ()
What options should the user have exactly?

separated BF1942, FH, FHSW. Let's say I have the BF1942 already installed so I need mods only. Or I screwed the FHSW files so I wanna reinstall them without the necessarity of copying tons of gigabytes.
 
Endless_NamelessDate: Sunday, 2014-08-10, 8:22 PM | Message # 38
General
Group: Admins
Messages: 1237
Awards: 38
Reputation: 19
Status: Offline
Yes that was my plan, too.

btw. FHSW crashes when I try to join the server with CTF modification. sad


My Youtube Channel
aka eYe.ris
 
RADIOSMERSHDate: Saturday, 2014-08-30, 4:58 PM | Message # 39
FHSW Wikia Co-Admin
Group: Bronze Donator
Messages: 664
Awards: 27
Reputation: 13
Status: Offline
I would like such a feature as multilanguage support, and, especially, Russian (though this requires replacement of LexiconAll.dat and Font.rfa), so I could spread it on Russian forums and torrent trackers.

Message edited by RADIOSMERSH - Saturday, 2014-08-30, 4:58 PM
 
Endless_NamelessDate: Saturday, 2014-08-30, 5:54 PM | Message # 40
General
Group: Admins
Messages: 1237
Awards: 38
Reputation: 19
Status: Offline
The BF1942 installer I'm working on let's you pick which language (only those included in BF1942) and version (CD/Origin) you want to install. The installer itself is in English of course. It doesn't look like the game had a Russian release, is there a Russian patch available? If yes can you play with it on servers with Content check on?

My Youtube Channel
aka eYe.ris
 
Forum » Welcome to the [FHSW] Europe Community! » FHSW Corner » BF1942+FH+Mappack6+FHSW installer (m)
Search: