Post Mon Nov 22, 2004 1:04 am

**Tutorial** - Collection of little tweaks

Tweak 1: Realistic Bounce Physics
=============================
Goto constants.ini and find:

MATERIAL_FRICTION = 0.950000
MATERIAL_ELASTICITY = 0.250000
DEFAULT_LINEAR_DAMPING = 0.500000
DEFAULT_ANGULAR_DAMPING = 0.200000, 0.200000, 0.200000

Change it to these values and you will make the 'bouse physics' less bouncy.
YOu may also want to change the COLLISION_DAMAGE_FACTOR to 1.

Teak 2: Realistic Rep
=================
Goto missions\empathy.ini and use notepad to replace:
event = object_destruction,
into
event = object_destruction,
into
event = object_destruction, -0.5 ;

event = random_mission_success,
into
event = random_mission_success, 0.1 ;

event = random_mission_failure,
into
event = random_mission_failure, -0.05 ;

event = random_mission_abortion,
into
event = random_mission_abortion, -0.08 ;

This will make the NPC's get allot more annoyed at you for killing them and more happy with you for helping them.


Teak 3: Getting to lvl 40 on SP
==========================
On Mp you can go really high but SP limits you to lvl 38. You can make it go as high as you want but sometimes it wil screw up if you raise it above 40. So here is the lnes you need to add to missions\ptough.ini to make it goto lvl 40:

ptough_graph_pt = 6202674, 39
ptough_graph_pt = 8000000, 40

And thats it, its that easy!

Edited by - Chips on 11/27/2004 11:46:21 AM