Hi Josh, as John ("CaptScarlet") has already responded, you need to have a darned good read and understand what it is you're trying to do as this is not any sort of "trick" or a "magic bullet".cowey2511 wrote:I was wandering {sic} if i could have a bit of help,
You say:
So, what have you implemented? Was it IncreaseUserVa?i have read through the links and have successfully increased the amount of memeory on my system
You then go on to say:
AFTER you've got the "IncreaseUserVa" change in place, you'll need to set the IMAGE_FILE_LARGE_ADDRESS_AWARE for the executable (RailworksProc2.exe).My problem is how can i reference the increased memory so it is utilised my RW
You'll need Visual Studio C++ Express from Microsoft (free download from this page at Microsoft) and then get funky at the command line:
Navigate to the folder where RailworksProc2.exe lives (mine is at D:\Program Files (x86)\Steam\steamapps\common\railworks but yours is likely to be different),
Type: editbin.exe /LARGEADDRESSAWARE RailworksProc2.exe
Hit ENTER
You should get a Microsoft Copyright/Trademark disclaimer appear to which you type 'exit', hit ENTER and you're done.
If you don't see a disclaimer and instead see something else, e.g." 'editbin' is not recognized as an internal or external command,
operable program or batch file", then you've either not successfully installed VC++ or you've mistyped or some other syntax error, etc.
Usual disclaimers apply, i.e. If you (or anyone else) thinks this is a "TL,DR" moment, then you're very likely to trash your OS installation and Windows won't boot...
Rgds, Rik.