Everything posted by LMS
-
New GFX card.
I can run GTA at max with a GTX 570 without any problems, however ENB's AA really takes a lot resources, but it is playable with nice settings.
-
Visual Studio 2010
Have you checked the console and ScriptHookDotNet.log output when playing eflc to make sure your script was started?
-
Visual Studio 2010
Yeah, Class Library is the one to choose. And about assembler, it's used to interact with GTA like replacing some GTA code with our code or using some GTA code because we only have the assembler code of GTA.
-
Visual Studio 2010
Don't forget assembler, that does most of the 'magic' :)
-
0.95 Video
Don't worry, the beta and the final release will have some nice callouts for you. They just didn't make it into the alpha.
-
Install error!!!!!
XNetStartup looks like a xlive fail. So you either use xlive.dll as asi loader (and remove dsound.dll) or try to update gfwl.
- A few videos.
-
Installation problems
Your screenshot says the core assembly of version 3.5 is missing, so I guess you have an older version of windows which doesn't has this installed by default. You can get .NET Framework 3.5 here.
-
Game won't start
Install this.
-
Crash when activate FR
Install this.
-
TO LCPDFR STAFF
Good to hear you're willing to support us :) I don't know why you got - rep, but we don't tell any release dates and so asking for them is frowned upon.
-
GTA IV Multiplayer mod
Not that we have enough to do with LCPD:FR, I (and I'm sure also Sam & Jay) have some other projects running and also a life. A lot of people are waiting for me to finish some other things and so I'm sure I can speak for the whole team when I say we have no time. Sadly.
-
PPM Vs. LCPDFR
Well you can interact between .NET languages easily but writing a C++/CLI wrapper to interact with unmanaged C++ (PPM) and .NET (LCPD:FR) isn't a good solution imho. One platform should be choosen instead. And I think no one wants to rewrite everything :tongue:
- PPM Vs. LCPDFR
-
Crashes & Clean Up
Error is in function 'PostErrorVA' and errorcode 0xFD looks like a memory corruption. However I've never heard of PostErrorVA and really wonder why clr crashes. Are there any other crash logs for GTA with crashes in other modules such as GTAIV.exe?
- LCPD FR Help
-
Crashes & Clean Up
Hmm a CLR error is not what I expected. Will look what function is at that offset.
-
LCPD FR Help
Reinstall this please: http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=0a391abd-25c1-4fc0-919f-b21f31ab88b7
-
Crashes & Clean Up
We're working in a .NET environment and so our memory is cleaned by the GC and we don't do it on our own. So maybe it's GTA. Anyway, you could have a look in your Eventviewer (Start->eventvwr.exe) and then under Windows-Logs/Application look for errors regarding GTA. If there's a erroraddress/offset in the description please post this one.
-
Error during Tick in script
Hmm this is really weird, it must be a dependency issue then. Please check if these files exist: \grand theft auto iv\SCRIPTHOOK.DLL c:\windows\system32\VERSION.DLL c:\windows\system32\KERNEL32.DLL c:\windows\system32\MSVCP100.DLL c:\windows\system32\MSVCR100.DLL c:\windows\system32\MSCOREE.DLL And if you're running a x64 OS: c:\windows\SysWOW64
-
Crashes & Clean Up
Hmm damn, this data won't help me because you got a runtime problem and not a crash at a specific code location. Every time you get a crash please look if you got other information, like offset and errorcode. About your taxis, I have no idea, because I've also some (about 8) cars added to the game but no taxi bug.
-
Error during Tick in script
AdvancedHook.dll is in your GTA IV root and you have the latest C++ Redist installed?
-
Who said there is no FD AI in GTAIV?
Starting fires is hard, so yeah they do their job well. Because this is the default blip and I wanted not to loose the firetruck in the traffic. I don't spend time changing the blip color when working on new features :P
-
Crashes & Clean Up
I only got one crash with els recently but it seems you are experiencing frequent crashes. When your GTA crashes do you get a crash dialog with additional infos (a textbox with lots of stuff) or simply this 'GTA has stopped working. Looking for a solution' dialog? If you're getting the former please send me a pm with all additional information and I'll see if I can fix either GTA or ELS to avoid this crash. I can't promise anything because I don't have the ELS source and can only apply some little asm patches.
-
Who said there is no FD AI in GTAIV?
You don't have to modify AdvancedHook and you can't open it in VS because you have no source. This is just a feature the next version of AdvHook will provide. If you want to do this on your own, well then reverse the game exe :)