Merci Vegas, je cherchais un tuto pour créer des mods, pas pour en télécharger, mais j'ai quand même trouver un tuto sur le site, donc merci quand même
je viens de finir les 2 .ini (1 pour la balle d'arme à feu et un autre pour l'arme à feu) mais quand je lance modpackbuilder, j'appuie la touche 1, je ferme ensuite je l'installe dans l'installeur à côté du mod qui apparait puis je lance le jeu je ne peux pas crafter les objets en jeu, si quelqu'un s'y connait, pourrait-il me trouver le problème svp, j'ai bien sur mis le mod sur on en lancant terraria avec tconfig
le .ini de l'arme à feu:
[Stats]
width=44
height=14
type=-1
useStyle=5
useAnimation=43 //how long the full shot cycle takes
useTime=43 //how many shots fired during the cycle useTime/useAnimation=how many
maxStack=1
damage=9
knockBack=4
autoReuse=True
scale=1
useSound=11
rare=1
shoot=10 //change the the projectile you want it to shoot, ONLY FOR NON-CUSTOM PROJECTILES
projectile=Iron Bullet //use this if your using a custom projectile, and make sure to remove shoot=#
shootSpeed=10 //the speed the projectile will travel
useAmmoName=Iron Bullet //the custom ammo the gun will use, remove useAmmo
noMelee=True //so the gun itself wont do damage
value=100000
ranged=True
className=Item
[Recipe]
Amount=1
needWater=False
Items=2 Wood
Tiles=Work Bench
le .ini d'une balle:
[Stats]
aiStyle=1
;the ai style of an arrow and for bullets
width=3
height=3
scale=1
type=-1
friendly=True
;so it will act as a friendly weapon and not kill your NPC's
;;set as Hostile=True if you actually want it to kill your NPC's
damage=12
hide=false
ranged=True
timeLeft=600
light=1
tileCollide=True
className=Projectile
[Recipe]
Amount=15
needWater=False
Items=1 Wood
Tiles=Work Bench