Also, I saw some people asking for cheats. You can use unren to enable console, and in console (shift+o), you can use these:
Fill energy+hunger:
energy=9999;satiety=9999
Increase relationship of whatever NPC you are talking to (+200 contact, +100 love, -60 fear) (you can run this multiple times in a row, or increase the numbers if you want):
contact_npc+=200;love_npc+=100;fear_npc-=60
Same, but split incase you dont want to apply all to the same NPC:
contact_npc+=200
love_npc+=100
fear_npc-=60
Run these two during a fight. It will give you 48 action points, and 480 health:
action_points_max=action_points=48
heart_point=heart_point_max=480
This will heal all of your body parts to 100%:
stability_body_left_leg=stability_body_head=stability_body_right_hand=stability_body_right_leg=stability_body_left_hand=stability_body_body=100
To add the rules that the NPC cannot wear clothes (will get them naked):
eval(npc_id)["no_clothes"]=eval(npc_id)["no_clothes1"]=eval(npc_id)["no_pantsu"]=eval(npc_id)["no_bra"]=True
If you just want to remove a single piece instead, use one of these:
eval(npc_id)["no_clothes"]=True
eval(npc_id)["no_clothes1"]=True
eval(npc_id)["no_pantsu"]=True
eval(npc_id)["no_bra"]=True
While in a card game, to make it easer to beat your opponent, run these (increases your points decreases thiers):
c_3.cash=9999
c_1.cash=1
To get a NPCs phone number:
eval(npc_id)["number_phone"]=1
To give yourself money:
money=99999
To give yourself perk points.. its a little tricky. Perk points are "lvl - lvl_points_sell" (lvl_points_sell are how many you have spent.) So if you have 50 levels, you have 50 perk points, but if you have spent 49, you only have 1. So the trick is to gain some (8 I think is the most expensive so get to level 8) and just set lvl_points_sell to 0, so you have all 8 points. Spend them, then set it to 0 again to get your points back:
lvl_points_sell=0
During character creation, if you want unlimited character creation points, use this (it will knock you back to the first step "1. Basic data" so use it first before you make changes):
unallocated_attributes=9999