Insane 2

Upload your cheat tables here (No requests)
Post Reply
User avatar
STN
Founder
Founder
Posts: 4437
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3440

Insane 2

Post by STN »

Game name: In2ane / Insane 2
Game version: 1.0.0.60 (41cde98), aobscan used so the table might work with later versions.
Developer: Targem Games
Required cheat engine version: 6.3 or later.

Options:
-Allow all car types in all races*: allows using any vehicle you've unlocked in any race (meant for career mode, but also works in quick race). Does not affect AI opponents.
-Load mod.lua after vehiclesettings.lua*: This forces the game to read a lua script called mod.lua just before each load screen. This file must be placed in [i2.exe directory]\data\ with all the .pak files and can be used to tune car parameters. See the included mod.lua for an example. The game will not read mod.lua without this option.
-Log tables accessed by luaV_gettable: the game will now output a log of all lua tables (and also functions and variables) it accesses. The log is called "accessed lua tables.txt" and is created in the executable's directory.

*Those 2 options can be hardcoded into the .exe for those who do not want to use cheat engine each time they play.


Ramblings:
Basically all I wanted was to bully buggies with dump trucks. So first I made the "Allow all car types in all races" to bring the trucks to grasshopper races... only to find out that said grasshoppers could easily push trucks around. The reason? Well Targem kindly forgot to set each car's mass, that's right, in the retail game this weight as much as this (800 game units of mass, presumably kilograms). That's why I started making mod.lua, and in the end my mod does the following:
-Sets different masses for each vehicle. I also tuned suspension to preserve handling.
-Makes steering instant (the wheels turn instantly, not the car!), which makes counter steering a lot easier on keyboard.
-Removes the steering angle attenuation at higher speed.
-Slows down the chopper in pursuit mode (to 100kph down from 120).
-Includes a list of all tunable parameters I know, their default values, and how Targem (barely) adapted the default template to each car.

I've not tested this mod on every car, so feel free to edit it (with notepad) if there's something you don't like.


You can add the stuff below to your mod.lua to edit the cam_ values. I'm not really sure it got decompiled correctly so just in case avoid putting the lines you don't need.

The number between [] is the ID of the considered view (close/far chase cam), no idea why the trucks have a third view. As you can see it seems cameras are defined on a per-category basis instead of per-vehicle, beats me why, but anyways it's probably gonna make hood cam a bit challenging. ~Enjoy!~

Code: Select all

VehicleCameraSettings.Truck[1].cam_vehDirInertness = 0.27000001072884
VehicleCameraSettings.Truck[1].cam_vehAimOffsetX = 0
VehicleCameraSettings.Truck[1].cam_vehAimOffsetZ = 0
VehicleCameraSettings.Truck[1].cam_vehTopOffset = 2.5149998664856
VehicleCameraSettings.Truck[1].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.Truck[1].cam_vehBackOffsInert = 3
VehicleCameraSettings.Truck[1].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.Truck[1].cam_vehFovInit = 75
VehicleCameraSettings.Truck[1].cam_vehBackOffsScale = 6
VehicleCameraSettings.Truck[1].cam_vehBackOffset = 7.4000000953674
VehicleCameraSettings.Truck[1].cam_vehAimOffsetY = 0.88999998569489
VehicleCameraSettings.Truck[1].cam_vehDirStrength = 125
VehicleCameraSettings.Truck[1].cam_vehAimBackOffsetFactor = 1.4550000429153
VehicleCameraSettings.Truck[1].cam_vehBackOffsMinSpeed = 30.000001907349
VehicleCameraSettings.Truck[1].cam_vehFovMinSpeed = 30
VehicleCameraSettings.Truck[1].cam_vehFovInert = 5
VehicleCameraSettings.Truck[1].cam_vehFovScale = 3
----------
VehicleCameraSettings.Truck[2].cam_vehDirInertness = 0.18999999761581
VehicleCameraSettings.Truck[2].cam_vehFovMinSpeed = 30
VehicleCameraSettings.Truck[2].cam_vehAimOffsetX = 0
VehicleCameraSettings.Truck[2].cam_vehFovInit = 75
VehicleCameraSettings.Truck[2].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.Truck[2].cam_vehAimOffsetZ = 0
VehicleCameraSettings.Truck[2].cam_vehTopOffset = 3.0750002861023
VehicleCameraSettings.Truck[2].cam_vehBackOffset = 11
VehicleCameraSettings.Truck[2].cam_vehAimOffsetY = 1.0999999046326
VehicleCameraSettings.Truck[2].cam_vehAimBackOffsetFactor = 1.8000000715256
VehicleCameraSettings.Truck[2].cam_vehDirStrength = 165
VehicleCameraSettings.Truck[2].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.Truck[2].cam_vehBackOffsScale = 4
VehicleCameraSettings.Truck[2].cam_vehFovInert = 5
VehicleCameraSettings.Truck[2].cam_vehFovScale = 3
----------
VehicleCameraSettings.Truck[3].cam_vehPosOffsetY = 2.6248178482056
VehicleCameraSettings.Truck[3].cam_vehAimOffsetY = 1.9143993854523
VehicleCameraSettings.Truck[3].cam_vehPosOffsetZ = -1.5041362047195
VehicleCameraSettings.Truck[3].cam_vehAimOffsetX = -0.83036708831787
VehicleCameraSettings.Truck[3].cam_vehFixedPos = 1
VehicleCameraSettings.Truck[3].cam_vehPosOffsetX = 0.00094616413116455
VehicleCameraSettings.Truck[3].cam_vehAimOffsetZ = -13.772419929504
VehicleCameraSettings.Truck[3].cam_vehFovInit = 75
---------- titan truck uses Default settings, or at least its cam_vehTopOffset
VehicleCameraSettings.Default[1].cam_vehDirInertness = 0.27000001072884
VehicleCameraSettings.Default[1].cam_vehFovMinSpeed = 30
VehicleCameraSettings.Default[1].cam_vehAimOffsetX = 0
VehicleCameraSettings.Default[1].cam_vehFovInit = 75
VehicleCameraSettings.Default[1].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.Default[1].cam_vehAimOffsetZ = 0
VehicleCameraSettings.Default[1].cam_vehTopOffset = 1.5699999332428
VehicleCameraSettings.Default[1].cam_vehBackOffset = 7.5
VehicleCameraSettings.Default[1].cam_vehAimOffsetY = 0.88999998569489
VehicleCameraSettings.Default[1].cam_vehAimBackOffsetFactor = 1.3799999952316
VehicleCameraSettings.Default[1].cam_vehDirStrength = 125
VehicleCameraSettings.Default[1].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.Default[1].cam_vehBackOffsScale = 7.7999997138977
VehicleCameraSettings.Default[1].cam_vehFovInert = 5
VehicleCameraSettings.Default[1].cam_vehFovScale = 3
----------
VehicleCameraSettings.Default[2].cam_vehDirInertness = 0.18999999761581
VehicleCameraSettings.Default[2].cam_vehFovMinSpeed = 30
VehicleCameraSettings.Default[2].cam_vehAimOffsetX = 0
VehicleCameraSettings.Default[2].cam_vehFovInit = 75
VehicleCameraSettings.Default[2].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.Default[2].cam_vehAimOffsetZ = 0
VehicleCameraSettings.Default[2].cam_vehTopOffset = 2.9699997901917
VehicleCameraSettings.Default[2].cam_vehBackOffset = 11
VehicleCameraSettings.Default[2].cam_vehAimOffsetY = 0.88999998569489
VehicleCameraSettings.Default[2].cam_vehAimBackOffsetFactor = 1.4099999666214
VehicleCameraSettings.Default[2].cam_vehDirStrength = 165
VehicleCameraSettings.Default[2].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.Default[2].cam_vehBackOffsScale = 6.5
VehicleCameraSettings.Default[2].cam_vehFovInert = 5
VehicleCameraSettings.Default[2].cam_vehFovScale = 3
----------
VehicleCameraSettings.PickUp[1].cam_vehDirInertness = 0.27000001072884
VehicleCameraSettings.PickUp[1].cam_vehFovMinSpeed = 30
VehicleCameraSettings.PickUp[1].cam_vehAimOffsetX = 0
VehicleCameraSettings.PickUp[1].cam_vehFovInit = 75
VehicleCameraSettings.PickUp[1].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.PickUp[1].cam_vehAimOffsetZ = 0
VehicleCameraSettings.PickUp[1].cam_vehTopOffset = 1.5699999332428
VehicleCameraSettings.PickUp[1].cam_vehBackOffset = 6.8000001907349
VehicleCameraSettings.PickUp[1].cam_vehAimOffsetY = 0.88999998569489
VehicleCameraSettings.PickUp[1].cam_vehAimBackOffsetFactor = 1.9499999284744
VehicleCameraSettings.PickUp[1].cam_vehDirStrength = 125
VehicleCameraSettings.PickUp[1].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.PickUp[1].cam_vehBackOffsScale = 4.0999999046326
VehicleCameraSettings.PickUp[1].cam_vehFovInert = 5
VehicleCameraSettings.PickUp[1].cam_vehFovScale = 3
----------
VehicleCameraSettings.PickUp[2].cam_vehDirInertness = 0.18999999761581
VehicleCameraSettings.PickUp[2].cam_vehFovMinSpeed = 30
VehicleCameraSettings.PickUp[2].cam_vehAimOffsetX = 0
VehicleCameraSettings.PickUp[2].cam_vehFovInit = 75
VehicleCameraSettings.PickUp[2].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.PickUp[2].cam_vehAimOffsetZ = 0
VehicleCameraSettings.PickUp[2].cam_vehTopOffset = 2.4099998474121
VehicleCameraSettings.PickUp[2].cam_vehBackOffset = 10
VehicleCameraSettings.PickUp[2].cam_vehAimOffsetY = 1.1900000572205
VehicleCameraSettings.PickUp[2].cam_vehAimBackOffsetFactor = 1.8000000715256
VehicleCameraSettings.PickUp[2].cam_vehDirStrength = 165
VehicleCameraSettings.PickUp[2].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.PickUp[2].cam_vehBackOffsScale = 4.0999999046326
VehicleCameraSettings.PickUp[2].cam_vehFovInert = 5
VehicleCameraSettings.PickUp[2].cam_vehFovScale = 3
----------
VehicleCameraSettings.Extreme[1].cam_vehDirInertness = 0.21499999284744
VehicleCameraSettings.Extreme[1].cam_vehFovMinSpeed = 30
VehicleCameraSettings.Extreme[1].cam_vehAimOffsetX = 0
VehicleCameraSettings.Extreme[1].cam_vehFovInit = 75
VehicleCameraSettings.Extreme[1].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.Extreme[1].cam_vehAimOffsetZ = 0
VehicleCameraSettings.Extreme[1].cam_vehTopOffset = 2.0599999427795
VehicleCameraSettings.Extreme[1].cam_vehBackOffset = 8
VehicleCameraSettings.Extreme[1].cam_vehAimOffsetY = 1.0699999332428
VehicleCameraSettings.Extreme[1].cam_vehAimBackOffsetFactor = 1.9199999570847
VehicleCameraSettings.Extreme[1].cam_vehDirStrength = 165
VehicleCameraSettings.Extreme[1].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.Extreme[1].cam_vehBackOffsScale = 4.0999999046326
VehicleCameraSettings.Extreme[1].cam_vehFovInert = 5
VehicleCameraSettings.Extreme[1].cam_vehFovScale = 3
----------
VehicleCameraSettings.Extreme[2].cam_vehDirInertness = 0.21499999284744
VehicleCameraSettings.Extreme[2].cam_vehFovMinSpeed = 30
VehicleCameraSettings.Extreme[2].cam_vehAimOffsetX = 0
VehicleCameraSettings.Extreme[2].cam_vehFovInit = 75
VehicleCameraSettings.Extreme[2].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.Extreme[2].cam_vehAimOffsetZ = 0
VehicleCameraSettings.Extreme[2].cam_vehTopOffset = 1.9200000762939
VehicleCameraSettings.Extreme[2].cam_vehBackOffset = 10.5
VehicleCameraSettings.Extreme[2].cam_vehAimOffsetY = 0.88999998569489
VehicleCameraSettings.Extreme[2].cam_vehAimBackOffsetFactor = 1.8000000715256
VehicleCameraSettings.Extreme[2].cam_vehDirStrength = 165
VehicleCameraSettings.Extreme[2].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.Extreme[2].cam_vehBackOffsScale = 4
VehicleCameraSettings.Extreme[2].cam_vehFovInert = 5
VehicleCameraSettings.Extreme[2].cam_vehFovScale = 3
----------
VehicleCameraSettings.Buggy[1].cam_vehDirInertness = 0.27000001072884
VehicleCameraSettings.Buggy[1].cam_vehFovMinSpeed = 30
VehicleCameraSettings.Buggy[1].cam_vehAimOffsetX = 0
VehicleCameraSettings.Buggy[1].cam_vehFovInit = 75
VehicleCameraSettings.Buggy[1].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.Buggy[1].cam_vehAimOffsetZ = 0
VehicleCameraSettings.Buggy[1].cam_vehTopOffset = 1.5699999332428
VehicleCameraSettings.Buggy[1].cam_vehBackOffset = 6.8000001907349
VehicleCameraSettings.Buggy[1].cam_vehAimOffsetY = 0.88999998569489
VehicleCameraSettings.Buggy[1].cam_vehAimBackOffsetFactor = 1.9649999141693
VehicleCameraSettings.Buggy[1].cam_vehDirStrength = 125
VehicleCameraSettings.Buggy[1].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.Buggy[1].cam_vehBackOffsScale = 4.0999999046326
VehicleCameraSettings.Buggy[1].cam_vehFovInert = 5
VehicleCameraSettings.Buggy[1].cam_vehFovScale = 3
----------
VehicleCameraSettings.Buggy[2].cam_vehDirInertness = 0.18999999761581
VehicleCameraSettings.Buggy[2].cam_vehFovMinSpeed = 30
VehicleCameraSettings.Buggy[2].cam_vehAimOffsetX = 0
VehicleCameraSettings.Buggy[2].cam_vehFovInit = 75
VehicleCameraSettings.Buggy[2].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.Buggy[2].cam_vehAimOffsetZ = 0
VehicleCameraSettings.Buggy[2].cam_vehTopOffset = 2.4099998474121
VehicleCameraSettings.Buggy[2].cam_vehBackOffset = 10
VehicleCameraSettings.Buggy[2].cam_vehAimOffsetY = 0.88999998569489
VehicleCameraSettings.Buggy[2].cam_vehAimBackOffsetFactor = 1.8000000715256
VehicleCameraSettings.Buggy[2].cam_vehDirStrength = 165
VehicleCameraSettings.Buggy[2].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.Buggy[2].cam_vehBackOffsScale = 4.0999999046326
VehicleCameraSettings.Buggy[2].cam_vehFovInert = 5
VehicleCameraSettings.Buggy[2].cam_vehFovScale = 3
----------
VehicleCameraSettings.SUV[1].cam_vehDirInertness = 0.27000001072884
VehicleCameraSettings.SUV[1].cam_vehFovMinSpeed = 30
VehicleCameraSettings.SUV[1].cam_vehAimOffsetX = 0
VehicleCameraSettings.SUV[1].cam_vehFovInit = 75
VehicleCameraSettings.SUV[1].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.SUV[1].cam_vehAimOffsetZ = 0
VehicleCameraSettings.SUV[1].cam_vehTopOffset = 1.5699999332428
VehicleCameraSettings.SUV[1].cam_vehBackOffset = 6.8000001907349
VehicleCameraSettings.SUV[1].cam_vehAimOffsetY = 0.88999998569489
VehicleCameraSettings.SUV[1].cam_vehAimBackOffsetFactor = 1.9800000190735
VehicleCameraSettings.SUV[1].cam_vehDirStrength = 125
VehicleCameraSettings.SUV[1].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.SUV[1].cam_vehBackOffsScale = 4.0999999046326
VehicleCameraSettings.SUV[1].cam_vehFovInert = 5
VehicleCameraSettings.SUV[1].cam_vehFovScale = 3
----------
VehicleCameraSettings.SUV[2].cam_vehDirInertness = 0.18999999761581
VehicleCameraSettings.SUV[2].cam_vehFovMinSpeed = 30
VehicleCameraSettings.SUV[2].cam_vehAimOffsetX = 0
VehicleCameraSettings.SUV[2].cam_vehFovInit = 75
VehicleCameraSettings.SUV[2].cam_vehBoostIntencity = 0.60000002384186
VehicleCameraSettings.SUV[2].cam_vehAimOffsetZ = 0
VehicleCameraSettings.SUV[2].cam_vehTopOffset = 2.4099998474121
VehicleCameraSettings.SUV[2].cam_vehBackOffset = 10
VehicleCameraSettings.SUV[2].cam_vehAimOffsetY = 1.1900000572205
VehicleCameraSettings.SUV[2].cam_vehAimBackOffsetFactor = 1.8000000715256
VehicleCameraSettings.SUV[2].cam_vehDirStrength = 165
VehicleCameraSettings.SUV[2].cam_vehRoll = -0.18000000715256
VehicleCameraSettings.SUV[2].cam_vehBackOffsScale = 4.0999999046326
VehicleCameraSettings.SUV[2].cam_vehFovInert = 5
VehicleCameraSettings.SUV[2].cam_vehFovScale = 3

Made by Gniarf

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
insane2.rar
(6.2 KiB) Downloaded 147 times

Post Reply

Who is online

Users browsing this forum: __nemo__, AhrefsBot, Bing [Bot], Chivelry, chlorine03, doodl3simpl3, Google [Bot], Google Adsense [Bot], JewTronVEVO, JMC23, mikamiyui, rmc, Sadboy0, Send, ukarter, warezzzz, z1021996197