PDA

View Full Version : Change camera via lua-script?


Phnx
01-05-2009, 10:22 AM
Is it possibe to center the camera behind Niko and in the car center the camera behind the car, not Niko, using a lua-script?!

GamerX5500
01-05-2009, 01:43 PM
It should be. If you know any programming languages, you can use those to develop such a program, or can stick to making an Alice script. Best of luck!

rappo
01-05-2009, 02:09 PM
I don't know about doing it with a LUA script, but you can change the camera's position through the vehOff.csv file. Here's a mod that uses this method that you can check out and mess around with: http://www.gtagaming.com/downloads/gta-iv/misc-mods/1834

claud3
01-05-2009, 02:30 PM
try this info link: http://www.codenamegta.net/

and the tool download link: http://www.codenamegta.net/downloads/601/alice-v01/

this is also on the same page. Its the tools for gta iv link: http://www.codenamegta.net/downloads/category/gta-iv/tools-and-utilities/

I hope this helps

Phnx
01-06-2009, 04:46 AM
I don't know about doing it with a LUA script, but you can change the camera's position through the vehOff.csv file. Here's a mod that uses this method that you can check out and mess around with: http://www.gtagaming.com/downloads/gta-iv/misc-mods/1834
Thx. I tried fiddling with the vehOff.csv. It's not what I wanted.

try this info link: http://www.codenamegta.net/

and the tool download link: http://www.codenamegta.net/downloads/601/alice-v01/

this is also on the same page. Its the tools for gta iv link: http://www.codenamegta.net/downloads/category/gta-iv/tools-and-utilities/

I hope this helps
Thx. I already have alice. I need, at least, the code for the camera settings. I am no scripter, so I have only little knowledge what to do.

Callmemitch
01-13-2009, 06:45 AM
I fully agree that there needs to be a classic camera mod for GTA IV.
I'm no programmer either, so I can only wait until someone is generous enough to make one.
Does anyone know if the author of Camera Hack is intending on releasing a version for IV?
I haven't yet purchased the PC version, but on xbox I found that I was constantly correcting the camera with the stick, and that gets very annoying. I'd love to hear news that someone is working on a fix for this. I'm surprised it's not a bigger issue, really...

blackj
01-31-2009, 08:12 AM
any update on ur search???

CoMPMStR
02-04-2009, 07:04 PM
It can be done via the .net scripthook that's released by HazardX. It allows changing the main camera's position, FOV, heading, plus some others. This also means it can be done via lua or C++ as well, but it's much easier with the .net scripthook.

I was thinking of making a camera mod to use the different camera angles they have in the video editor, but ingame. Haven't started it or anything, just thought about it.

Phnx
02-07-2009, 05:36 AM
It can be done via the .net scripthook that's released by HazardX. It allows changing the main camera's position, FOV, heading, plus some others. This also means it can be done via lua or C++ as well, but it's much easier with the .net scripthook.

I was thinking of making a camera mod to use the different camera angles they have in the video editor, but ingame. Haven't started it or anything, just thought about it.
Well, thanks for the info! But where do we get it?! :)

CoMPMStR
02-08-2009, 10:52 PM
Well, thanks for the info! But where do we get it?! :)

You'd be suprised what google can show with some simple key words... http://www.google.com/search?hl=en&q=net+scripthook :D

But I should tell you, it does require some scripting/coding knowledge to make it happen.