Jump to content

Towncivilian

Retired Staff
  • Posts

    4,704
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Towncivilian

  1. Well, you didn't give me a dxdiag in the first place so I had no idea what was up-to-date and what wasn't. The Realtek audio driver did not update properly, please try installing it again. Also install: Touchpad driver Storage driver BIOS 213 (use this tool to flash the BIOS) After installing all of the above, download and run MTADiag and follow the instructions, then paste the generated log file at www.pastebin.com and link to it here.
  2. Please install the following: Graphics driver Audio driver Latest patch of MTA:SA Latest DirectX runtimes Provide another dxdiag log after installing.
  3. Please install the following: Graphics driver Audio driver Latest patch of MTA:SA Latest DirectX runtimes Provide another dxdiag log after installing.
  4. Does single player work?
  5. Removed. Mister01 banned, Rico123 (porn avatar) account deleted.
  6. Post the contents of MTA\core.log so we can try to see why.
  7. OK, the driver updated properly. Are you still having lag spikes?
  8. viewtopic.php?f=15&t=29048
  9. Please install the following: Graphics driver Latest patch of MTA:SA Latest DirectX runtimes Provide another dxdiag log after installing.
  10. Your drivers aren't up-to-date. Please install the following: Graphics driver Audio driver Chipset drivers BIOS 1.14 Latest patch of MTA:SA Latest DirectX runtimes Provide another dxdiag log after installing.
  11. The code snippet I posted is actually a viable method of injecting code into GTA. Compile, then rename to *.asi and drop it into the root GTA folder (3, VC, or SA) and it will be executed at runtime. It's how I was able to sideload my own SCMs for MTA 0.5r2 and apply some memory patches to disable/alter various GTA properties. TSearch, OllyDbg, and IDA Pro will get you a long way in terms of reverse engineering. There's also: Memory Addresses (SA), Documenting GTA:SA memory addresses, and of course MTA:SA as reference Memory Addresses (VC), Function Memory Addresses (VC), Documenting GTA3/VC memory addresses, a couple decent gta-vc.exe IDBs (disassembled gta-vc.exes) - acquire IDA Pro yourself, vice-players sauce (based on VC-MP) Good luck.
  12. BOOL WINAPI DllMain ( HMODULE hModule, DWORD ul_reason_for_call, PVOID lpvReserved ) { switch ( ul_reason_for_call ) { case DLL_PROCESS_ATTACH: // DO STUFF HERE break; case DLL_THREAD_ATTACH: break; case DLL_THREAD_DETACH: break; case DLL_PROCESS_DETACH: break; } return TRUE; }
  13. Towncivilian

    MTA V?

    Massive GTA 5 information leak from Ex-RockStar Employee
  14. Download http://files.mtasa.com/apps/tools/MTADiag.zip extract the archive and run MTADiag.exe as an Administrator, then follow the instructions.
  15. You're welcome. I'd imagine XP SP3 alone fixed the problem, but having everything else up-to-date doesn't hurt.
  16. Please install the following: Graphics driver Audio driver Chipset drivers (do not install the included graphics driver or the nForce Network Access Manager when prompted) Hard drive firmware update BIOS 5.63 Provide another dxdiag log after installing. Also, update to Windows XP Service Pack 3.
×
×
  • Create New...