Last edited by pOOPass ; 30 Jan, pm. Mokum View Profile View Posts. Originally posted by samesjisson :. Need the compleat specs such as Ram amount, video card memory amount, Laptop or desktop dose make a difference since laptop video memory uses the exsisting ram in your system..
You know stuff like that, which is helpful.. Write to location fced caused an access violation. I looked up your card and taken your specs into consideration with the game requierments. According to the game error, you have no memory. But this conflicts with what you got. I can see clearly after looking up your Video card and I know what the CPU is already, you have a pure gaming system that can even run Fall Out 4 and the Mad Max game with no problems much less a lag.
And these games demand way more than this one. Try to verify the integrity of the game files. This will check for corupted files or missing files and install or replace what is needed. Or uninstall and reinsatll the game, The first time down load may have not got everything.
If the problem still happens after all is said and done, you will need to notify Red Dot games. I personaly do not see why you would have any issue except a bad download on the first time install. I ran the game on 8gig memory before I upgraded to 16gigs.
Before and after upggrades the game still ran fine.. These are Vision Tek cards, and they are known to extend gp memory if needed. Example: like the card is by default, but will extend to 1 gig. You on the other hand have everything you need on your system.. Hope any of this helps.. My game is stuck on loading everything works normally until I start my backup or I want to go in the show room nothing appears in the show room and when I launch my backup it is stuck in loading I Check the integrity and I reinstalled but nothing changes I also reload my backup someone would have another idea thank you in advance and sorry for my english I use a translator I speak french i find this text in log error file Unity Player [version: Unity 4.
Originally posted by warcatt00 :. Originally posted by jacktheripper :. Offset is 0x Open the file with a hex editor such as HxD. This seems to be a serialized Unity file according to DisUnity. But we do not care about the format, we want to edit XP and money to unlock auctions. Update : After looking in the decompiled source of the game I realized it is using Easy Save 2 to manage save files. Replace them with whatever you want remember they are in hex. We assumed that a variable representing XP or money is going to be an unsigned int well money is debatable as games usually use negative balance to indicate debt.
But these are signed int32s. We already know how signed ints are stored. Most significant bit or msb note the lowercase b and do not confuse it with most significant byte or MSB is sign:. Two's complement is created simply by flipping all the bits and then adding by one. To get the max signed int32 positive number we need to keep the first bit as 0 and set the rest to 1.
Take the last byte first byte to the left and convert it to bits Flip the first bit to the left or msb to get or 7F. However, this is not a good number. If you earn one dollar or XP, int32 will overflow and you are left with min int32 number 80 00 00 00 MSB: I have other issues with the game. For example ordering parts is a pain because you have to do them one by one. But this is not a game review. Not real hacking! Locate the int32 value of each property in little-endian.
0コメント