![]() |
#1
|
|||
|
|||
![]()
In the campaigns I have noticed frequent memory locking. Aircraft ‘following their kill down’ end up crashing into the ground.
When I first noticed that I was losing AI pilots to this, planes spiralling in for no reason, I replayed later missions then on autopilot and experienced this “memory lock” myself. Switching off autopilot would not release the controls to the player. Controls would remain unresponsive until the fatal crash. Perhaps someone could look at how memory is allocated and released in the campaigns and or make some script adjustment that had aircraft ‘follow down’ to a set altitude, then having them pulling up and away? |
#2
|
|||
|
|||
![]()
Have you modified or adjusted the java environment that comes with the game?
Java and the game does a regular "garbage collecting." Make sure you have this in your game installation folder: gc.cmd but more importantly, this file has to be called by the RCU file: @file gc.cmd THIS line should be in the RCU file. If you want to run the garbage collecting manually, the command is (from the console): GC |
#3
|
|||
|
|||
![]() Quote:
|
#4
|
|||
|
|||
![]()
Can you direct me with more precise file locations? I don’t have a working knowledge of the games inner file systems. Thanks.
|
#5
|
||||
|
||||
![]()
The RCU file is located in the main directory of your IL-2 install. It can be edited using Notepad but as a precaution you should make a copy of it first.
This is the default location. (32 bit systems): C:\Program Files\Ubisoft\IL-2 Sturmovik 1946\rcu (64 bit systems): C:\Program Files (x86)\Ubisoft\IL-2 Sturmovik 1946\rcu If you still happen to have the game located in one of those default directories you should move it out of them onto your C drive. IL-2 Sturmovik 1946 Patching Guide: http://www.mission4today.com/index.p...p=show&kid=584 In this Knowledge Base article at M4T there is an explanation about the RCU file and how to alter it. Custom Icons: http://www.mission4today.com/index.p...p=show&kid=681 Wheels
__________________
Cheers ![]() Wheelsup_cavu ![]() Lock N' Load - Time lapse build of an F/A-18 Super Hornet March Field Museum Pics-Riverside CA |
#6
|
||||
|
||||
![]()
The Java VM automatically performs a garbage collection if necessary.
Asking for a garbage collection "on demand" is just that: Asking. The Java VM may or may not actually perform a garbage collection when you call for it, and the result most of the time isn't exactly what you'd expect it to be. In summary, the whole purpose of the GC command is questionable at best. Cheers! Mike
__________________
'Armor' is a fantasy invented by your C.O. to make you feel better. |
![]() |
|
|