excellent 
un autre forum (en anglais) avec des mods pour remplacé chuck par d'autre perso:
http://deadrising2mods.proboards.com/index.cgi
en ce qui concerne les objets regarde dans le fichier safehouse.txt du fichier datafile.big par exemple pour rajouté des tronçonneuse (chainsaw en anglais):
cItemPlacement FireAxe
{
ItemName = "FireAxe"
Location = "2.703,-0.743,14.618"
PropState = "-1"
Rotation = "0.036,0.025,0.980,0.193"
}
(location c'est des coordonées XYZ que tu peut modifié)
tu rajoute à la suite:
cItemPlacement Chainsaw
{
ItemName = "Chainsaw"
Location = "2.703,-0.743,14.618"
PropState = "-1"
Rotation = "0.036,0.025,0.980,0.193"
}
cItemPlacement Chainsaw1
{
ItemName = "Chainsaw"
Location = "-1.358,-0.689,4.671"
PropState = "-1"
Rotation = "-0.014,0.011,0.161,0.987"
}
cItemPlacement Chainsaw2
{
ItemName = "Chainsaw"
Location = "-33.735,-4.234,7.129"
PropState = "-2"
Rotation = "0,0,0,1"
}
Chainsaw3 Chainsaw4 5 6 etc...
ensuite sauvegardé le fichier .txt et reconstruire datafile.big
Pour connaitre tout les items du jeu voir le fichier items.txt