Rbn3D / CustomCameraV

A custom vehicle camera system for Grand Theft Auto V
MIT License
13 stars 6 forks source link

FiveReborn #1

Closed hardway777 closed 7 years ago

hardway777 commented 7 years ago

How to setup to FiveReborn?

Rbn3D commented 7 years ago

I've not tried FiveReborn, but I guess that what you need is to ensure the game has asi loader, script hook v, and Community Script Hook V .NET. Then copy my script to "Grand Theft Auto V/scripts" folder (create that folder if necessary) and it should work.

You can download my script here: https://www.gta5-mods.com/scripts/custom-camera-v

If it doesn't work, even following the above steps, then it could be hard to fix. I would needs more details on what's happening (scripthook log, script hook dotnet log), and a clear explanation of what happens. Then I'll see what I can do. I hope you understand that possibly I cannot support every setup or integrate to any-other mod that presents some incompatibility.

Can you try and post here if it works? Thank you.

Rbn3D commented 7 years ago

Also, I've updated readme.md to provide a download link.

hardway777 commented 7 years ago

Not work.

I copy ScriptHookVDotNet.asi GTAV_CustomCamera.dll ScriptHookVDotNet.dll GTAV_CustomCamera.ini

To this folders

d:\FiveReborn\client d:\FiveReborn\client\plugins Grand Theft Auto V Grand Theft Auto V\Scripts

ScriptHookV.log from Grand Theft Auto V folder

// GTA V SCRIPT HOOK (build Dec 15 2016, v1.0.944.2)
//     (C) Alexander Blade 2015-2016
[16:26:05] INIT: Started
[16:26:05] INIT: Success, game version is VER_1_0_944_2_STEAM
[16:26:21] INIT: Pool 1 extended
[16:26:21] INIT: Pool 2 extended
[16:26:21] INIT: Pool 3 extended
[16:26:21] INIT: Pool 4 extended
[16:26:26] INIT: GtaThread collection size 188
[16:26:26] INIT: wnd proc 0x00000000FFFF0E2C
[16:26:26] INIT: IDXGISwapChain 0x000007FEF8FF5AE0 (0x000007FEF901B2F8)
[16:26:26] INIT: IDXGISwapChain set
[16:26:26] INIT: DX init started
[16:26:26] INIT: DX feature level B000
[16:26:26] INIT: DX init succeeded
[16:27:08] CORE: Requesting thread creation
[16:27:08] CORE: Creating threads
[16:27:08] CORE: Started control thread, id 28 active 1
hardway777 commented 7 years ago

I rename d:\FiveReborn\client\plugins\scripts\GTAV_CustomCamera.dll to GTAV_CustomCamera.net.dll FiveReborn\client\plugins\ScriptHookVDotNet.asi to ScriptHookVDN.asi

Now it work.

can I make camera inside in car more height?

Rbn3D commented 7 years ago

You can change camera height by editing heightOffset in the ini file.

I think this issue can be closed.

twmht commented 7 years ago

@VladimirPobedinskiy

I also face this problem, and renaming the file not worked for me.

Can you show the full installations of these files?