赞了1个文件
写了5个评论
上传了0个视频
上传0个文件
0个跟随者
@baba0rum Not necessarily, that is you edit the 3D model to match the hands, but if you edit the vehicles.meta to fix the positions of the hand don't destroy the proportions of the steering wheel
@kiumars2079 Just edit the 3D model of the car to add a roof as an extra item or make an animated roof
@mazdakmoradi91 Yes, scripts are making in c++ or .net language
The solution for version 2.0 of the mod is to go with OpenIV to the Jarama folder, then dlc.rpf, data, edit Handling.meta and add this two lines
</SubHandlingData>
</Item>
before " </HandlingData>" and save the changes, now the car is generated correctly, the last lines should look like this:
</SubHandlingData>
</Item>
</HandlingData>
</CHandlingDataMgr>
@Abolfazldanaee I know what the problem is, in the Handling.meta file the last 2 lines are missing, </SubHandlingData>
</Item>, SubHandlingData and Item dont have the clossing argument, that is why is crash when spawning the car.