Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover

IL-2 Sturmovik: Cliffs of Dover Latest instalment in the acclaimed IL-2 Sturmovik series from award-winning developer Maddox Games.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-26-2012, 08:23 AM
Pluto Pluto is offline
Approved Member
 
Join Date: Oct 2010
Posts: 268
Thumbs up answer appreciated, ...

Quote:
Originally Posted by Ataros View Post
Try changing your network speed in game (try xDSL or ISDN). This is not a common issue as I can see from ATAG forum thread on this forums or from videos recorded on ATAG server http://forum.1cpublishing.eu/showthread.php?t=29297. A lot of fun is actually going on there. (Launcher crash is a big issue though.)
... thanks for your feedback Ataros, I changed my network settings but the game-crashes remain a major issue as you already said, hope they get it fixed some day. Good if you can shift your interest, while waiting, to some other nice games, ...
Reply With Quote
  #2  
Old 01-26-2012, 10:46 AM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Quote:
Originally Posted by Pluto View Post
... thanks for your feedback Ataros, I changed my network settings but the game-crashes remain a major issue as you already said, hope they get it fixed some day.
To fix launcher crash you can try ATAG_Snapper's hint to delete the cache folder before launching a game (could anyone create a batch file for this?) or these settings http://forum.1cpublishing.eu/showpos...&postcount=152

BTW. A new objectives-based mission by podvoxx is run on Repka #1 . A lot of work for ground-pounders there. May help to skip time to the patch faster
Briefing http://forum.1cpublishing.eu/showpos...&postcount=154
Screenshots http://forum.1cpublishing.eu/showpos...&postcount=155

Last edited by Ataros; 01-26-2012 at 10:48 AM.
Reply With Quote
  #3  
Old 01-26-2012, 01:34 PM
Qpassa's Avatar
Qpassa Qpassa is offline
Approved Member
 
Join Date: Jan 2010
Location: Valladolid-Spain-EU
Posts: 700
Default

Quote:
Originally Posted by Ataros View Post
To fix launcher crash you can try ATAG_Snapper's hint to delete the cache folder before launching a game (could anyone create a batch file for this?) or these settings http://forum.1cpublishing.eu/showpos...&postcount=152

BTW. A new objectives-based mission by podvoxx is run on Repka #1 . A lot of work for ground-pounders there. May help to skip time to the patch faster
Briefing http://forum.1cpublishing.eu/showpos...&postcount=154
Screenshots http://forum.1cpublishing.eu/showpos...&postcount=155
.BAT to delete cache:

rmdir /s "C:\Users\USERNAME\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\cache"

it will ask you to confirm the action( delete).

you can download here:
http://qpassa.site90.net/FAQIL2E69/CacheIL2.bat

Remember to change your USERNAME!
__________________
Expecting:
Call of Duty

Youtube Profile: http://www.youtube.com/user/E69Qpassa
Reply With Quote
  #4  
Old 01-26-2012, 02:09 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Quote:
Originally Posted by Qpassa View Post
.BAT to delete cache:

rmdir /s "C:\Users\USERNAME\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\cache"

it will ask you to confirm the action( delete).

you can download here:
http://qpassa.site90.net/FAQIL2E69/CacheIL2.bat

Remember to change your USERNAME!
Thanks a lot! What should be the command to make it start CloD automatically after clearing cache? It will be easier for everyone to place this .bat file on the desktop and start CloD this way only to fix the launcher crash issue.
Reply With Quote
  #5  
Old 01-26-2012, 02:57 PM
Qpassa's Avatar
Qpassa Qpassa is offline
Approved Member
 
Join Date: Jan 2010
Location: Valladolid-Spain-EU
Posts: 700
Default

Add this line:
START /D "X ( YOU HAVE TO SET THE PARTITION):\Steam\SteamApps\common\il-2 sturmovik cliffs of dover" Launcher.exe

for example:
rmdir /s "C:\Users\Javier\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\cache"
START /D "J:\Steam\SteamApps\common\il-2 sturmovik cliffs of dover" Launcher.exe


Download link:
qpassa.site90.net/FAQIL2E69/CacheIL2v2.bat

If you want to use in your desktop and you think it's ugly, you can create a file shortcut and change its icon in its properties( selecting the Launcher exe icon)
__________________
Expecting:
Call of Duty

Youtube Profile: http://www.youtube.com/user/E69Qpassa

Last edited by Qpassa; 01-26-2012 at 03:05 PM.
Reply With Quote
  #6  
Old 01-26-2012, 03:45 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

EDIT Please use the file attached below.

Quote:
Originally Posted by Qpassa View Post
Add this line:
START /D "X ( YOU HAVE TO SET THE PARTITION):\Steam\SteamApps\common\il-2 sturmovik cliffs of dover" Launcher.exe

for example:
rmdir /s "C:\Users\Javier\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\cache"
START /D "J:\Steam\SteamApps\common\il-2 sturmovik cliffs of dover" Launcher.exe
Thank you! This did not start Steam for me (gave error if Steam was not runing) and I am too lazy to start it myself So I changed it to:

Start Game:
Code:
rmdir /s "C:\Users\USERNAME\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\cache"
Start "" "steam://rungameid/63950"
Go directly to Repka #1 server bypassing menus (change IP for any other server):
Code:
rmdir /s "C:\Users\USERNAME\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\cache"
Start "" "steam://connect/84.17.22.14:27016"
Manual:
1. Copy to notepad.
2. Replace the USERNAME with what you have in your system path.
3. Save as a .bat file, i.e. a file with a "bat" extension. (How to create a bat file.)

Please test if it helps to stop launcher crash.

EDIT Attached file should work for everyone at least on Win-7. No need to edit path/username, just extract and run. Please report if it helps to stop crashes.
Attached Files
File Type: zip Start CloD.zip (390 Bytes, 21 views)

Last edited by Ataros; 01-27-2012 at 11:10 AM.
Reply With Quote
  #7  
Old 01-26-2012, 09:30 PM
KeroseneA1 KeroseneA1 is offline
Registered Member
 
Join Date: Nov 2009
Posts: 15
Default

Freycinet, thanks for the info and a great pic of you and the G6!

Flanker35M, thank you very much for your kind invitation, will PM you as soon as my travel plans become a bit more clear. Would be good fun to meet, my friend from Sodankyla is also a prop - head!

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:27 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.