Everything posted by LMS
-
Arrest Suggestion
Controller support is coming, hang in there.
-
New pullover
Maybe, I have tried both ways (moving to the passenger seat and staying on driver seat) and havn't decided yet.
-
New pullover
-
Pull Over AI
All the screenshots are from my own WIP project of LCPDFR and currently not in RC3, but more information about the project coming soon, stay tuned! :)
-
Pull Over AI
Oh I know Mulle pretty good, I'm talking to him everyday on IRC, but we're both working on our own mods with our own aims and priorities and won't work together on a police mod. We discussed about it a long time ago and are both happy with our own work. However, we are working on some other GTA-related projects together, no going into detail though.
-
Pull over Suggestion
See for further information.
-
Suggestions for RC3 or later.
In my current version of the arrest system, calling for prisoner transport will look for close units first, if none found, a new unit will be dispatched to take care of the suspect.
-
Pull Over AI
The passenger will become the main actor, pass the license and player will talk to him. However, the driver's license is used and actions such as leaving the vehicle are still limited to the driver for now. If you have some other questions, we can discuss over at IRC.
-
Pull Over AI
It looked a little bit unrealistic when the driver remained in the left front seat and the idle animation made him look out of the left front window and player is talking at the right window. It's not a final decision though. Maybe ;)
-
Pull Over AI
I was talking about the animations of the ped inside the vehicle, e.g. when passing the license. Thanks :)
-
Pull Over AI
I just added this feature since I like the idea, you can now use both sides of the vehicle. When going to the right and there's no passenger, the driver will change the seat. The only problem is that the animations are all made for the driver seat and so are in the wrong direction. I don't think I can fix that, so you have to live with that. See picture below (indicators working too):
-
Pull Over AI
This is something I've been actually working on, the results are still not perfect though. So I can't tell if this will make it into the next version, but it will come for sure at some point.
-
Best iphone 4s stuff
Enviers :P Insurance is really a good idea, especially your screen can break easily and a new one is like 150€. A lot of my friends already had to replace their broken screens, the screen of my 4S hasn't broken yet though. You just have to handle your phone with care, e.g. I'd recommend a case to prevent scratches.
-
Wer ist hier deutsch oder deutschsprachig? :)
Auch ich spreche Deutsch :)
-
Programming
Well, VB 6 is outdated now, I started with it because it was the latest release back then. It's not about code sources, simply think about a project, then think about how you could realize it and google the commands for the language.
-
Programming
Hello Faracus, I started coding back then with Visual Basic 6. Just like you mentioned, I didn't like the idea of console programs and directly went for a GUI-based program. If I remember correctly, I started with simple things, when button is pressed, display textbox. Then I did things almost every coder has done at least once, e.g. calculators. The best motivation is, to think of a small tool, that can be helpful for you and then try to create it. It's all about motivation. I'd say I'm coding for like 4-5 years, the years before were just playing around with batch or something like that and I master assembler, C++, C#, VB.NET, Objective-C and have experience in many other languages. LMS
-
Small Display Mod
Can be done easily via scripting. Either have a look at the ScriptHookDotNet or contact me via PM if you don't want to do this yourself.
-
C# simultaneous executions?
The RAGE scripting engine doesn't allow multi threading access and why should it? You would have to acquire and release ownership before using a resource such as a vehicle so you can be sure it's not being disposed by another thread while using it. This would be ridiculous. Edit: I'm glad you sorted it out.
-
Coding....
If you are looking for someone to do this task for you, send me a PM including a detailed explanation of your wished feature(s) and the amount of money you are willing to pay.
-
Modding Question (C#, IV)
The function below will return true if the local pc is the host, false otherwise: public static bool IsThisMachineTheServer() { return Function.Call<bool>("IS_THIS_MACHINE_THE_SERVER"); }
-
Scripting ASI
Please note that .ASI is only a renamed DLL file that is loaded into the game's memory by so called ASI-Loaders. There is no such thing as ASI scripting. If you prefer C++, the C++ ScriptHook provides you with an easy to use interface to run your own game thread and call functions of the game's scripting engine, so called native functions. If you however prefer an objected oriented and probably more intuitive approach, try the .NET ScriptHook. Both, the C++ ScriptHook and the .NET ScriptHook ship with basic examples. Whatever you choose, note that you are NOT using a scripting language, but a real programming language that can communicate with the rage scripting engine. So it's best to learn the language basics first, before starting to use the language to run a gta script.
-
Crashes after loading LCPDFR Please help!
A sticky is a thread that is placed permanently at the top of a forum and often used for special announcements,rules or FAQs. Have you solved your problem by installing the full framework?
-
Crashes after loading LCPDFR Please help!
Please check the stickies next time, your problem could be already solved and you could already be on duty :) To solve your issue you need this. For further reference: http://www.lcpdfr.com/forum-20/announcement-5-need-support-read-this-first/
-
Re-installed GTA IV, LCPDFR first, and barely any mods, game crashes.
LCPDFR using a clean GTA installation (either 1.0.7.0 or EFLC 1.1.2.0) won't crash your game. Crashes are either caused by bad GTA code or by other mods.
-
Unhandled Exception Error
Hm, that's weird since almost all PD logic has been executed when the peds are spawned. The only thing I can think of to cause such an error would be the partner checkpoint, but then again that shouldn't render when not being on duty. So I'm sorry, I have no idea what bug you are getting, but you may consider reinstalling IV and LCPDFR.