tAPI Out Tha Hell

KinfThaDerp

Plantera
Welcome
Today I am presenting you Out Tha Hell currently there is nothing to do with Hell , Heaven but yeah.. first versions :p

-A bunch of items no spoilers but Items like "Better Iron Pickaxe" ( going up to gold/platinum then there will be something like "Cobalt M.M.S." a shortscrut for Cobalt Magical Mining Staff but currently not going into hardmode YET )

-New enemies IM JUST SAYING THEY WILL MAKE YOU NEED TO MAKE MOD ITEMS ;P ( or if you're a Pro Gamer you proboably just don't care.. the same as a noob )

-New bosses ( first boss is going to be a boss "Second Cthulu Eye" but no spoilers too )

-0.0.2-
+No information just uploaded didn't care

-0.0.5-
+Added Broken Wood-Lead Gun , Broken Wood-Iron Gun , Wood Gun Parts , Gears

-0.0.9-
+Added more types of pickaxes
*Fixed the bug that you need gears , gel , wood to craft torches but the reason of the bug Is still unknown for the author

0.1.0-
NOT REALESED YET

In version 0.0.5 you need gears , gel , wood to craft a torch If anyone knows how to fix it then please tell me cause It's kinda hard to start ._.


Q7MWgmJ.png
- 1 Wood = 1 Wooden Stick ( Work Bench )
SFlZHTs.png
- Wood x2 + Rope x1 = 1 Tool Handle ( Work Bench )

EUbTmi8.png
- 3 Iron Bars = 6 Gear ( Anvil )

xVlChc5.png
- 1 Gear + 6 Wooden Sticks = 1 Wooden Gun Parts ( Anvil )

x4UpEjk.png
- 5 Gel = 1 Gelly Gel ( Furnace )

zoZD5dR.png
- 3 Iron Bars = 1 Iron Pickaxe Blade ( Anvil )

OCGrXAd.png
- 3 Lead Bars = 1 Lead Pickaxe Blade ( Anvil )

6sHj8sp.png
- 3 Silver Bars = 1 Silver Pickaxe Blade ( Anvil )

5fvOUJr.png
- 3 Tungsten Bars = 1 Tungsten Pickaxe Blade ( Anvil )

IiGvvqn.png
- 3 Gold Bars = 1 Gold Pickaxe Blade ( Anvil )

iIyZdop.png
- 3 Platinum Bars = 1 Platinum Pickaxe Blade ( Anvil )

81nPyUZ.png
- 2 Gelly Gel + 2 Tool Handle + 1 Rope + Iron Pickaxe Blade = 1 Better Iron Pickaxe (Heavy Work Bench )

xNM7j9h.png
- 2 Gelly Gel + 2 Tool Handle + 1 Rope + Iron Pickaxe Blade = 1 Better Lead Pickaxe (Heavy Work Bench )

FhuwpJ3.png
- 2 Gelly Gel + 2 Tool Handle + 1 Rope + Iron Pickaxe Blade = 1 Better Silver Pickaxe (Heavy Work Bench )

R1ok4zy.png
- 2 Gelly Gel + 2 Tool Handle + 1 Rope + Iron Pickaxe Blade = 1 Better Tungsten Pickaxe (Heavy Work Bench )

0z6teoT.png
- 2 Gelly Gel + 2 Tool Handle + 1 Rope + Iron Pickaxe Blade = 1 Better Gold Pickaxe (Heavy Work Bench )

Y5mR8BZ.png
- 2 Gelly Gel + 2 Tool Handle + 1 Rope + Iron Pickaxe Blade = 1 Better Platinum Pickaxe (Heavy Work Bench )

FWEJOBF.png
- 2 Wooden Sticks + 1 Gear + 5 Iron Bars + 1 Wooden Gun Parts = 1 Broken Wood-Iron Gun (Heavy Work Bench )

Z0jhwfy.png
- 2 Wooden Sticks + 1 Gear + 5 Lead Bars + 1 Wooden Gun Parts = 1 Broken Wood-Lead Gun (Heavy Work Bench )

Download Latest Version
P.S. Not going to upload old versions till game update SORRY :<


http://www.mediafire.com/download/bqyggyqm3pmn8yk/Out Tha Hell.tapi
 
Last edited:
Giving first version soon JUST SAYIN THE FIRST VERSION GET'S JUST ONE ITEM ._. Cause it was so complicated and well I mean not just one item , just one pickaxe ._. and that's basically all ._. somebody is going to yell at me? SORRY THEY TEACHED ME TO DO SMALL STEPS xd
 
Last edited:
Anyone help please -

Terraria 1.2.4.1, tAPI Builder r14a

========================================
Building mod Out Tha Hell

Validating Jsons...
Better Iron Pickaxe.json: Invalid JSON file.
Invalid token '"' in input string
Failed to build Out Tha Hell.

========================================

Built 0 mods.

the code of the pickaxe -

Code:
{
    "displayName": "Better Iron Pickaxe",
    "texture": "Items/Better Iron Pickaxe IMG"
    "size": [64,64],
    "maxStack": 1,
    "value": [0,0,15,0],   
    "rare": 1,
    "tooltip": " Let's Go Mining! YEA! ",
    "useStyle": 1,
    "useAnimation": 10,
    "useTime": 10,
    "damage": 8,
    "knockBack": 6,
    "useSound": 1,
    "autoReuse": true,
    "useTurn": true,
    "melee": true,
    "pick": 50,
   
    "recipes":
    [{
        "items": { "Out_Tha_Hell:Iron Pickaxe Blade": 1, "Out_Tha_Hell:Gelly Gel": 2, "Out_Tha_Hell:Tool Handle": 2, "Rope": 1 },
        "tiles": [ "Work Bench" ],
        "creates": 1   
    }]
}

Just saying- The texture is good the size too from this what I know please reply anyone
 
Anyone help please -



the code of the pickaxe -

Code:
{
    "displayName": "Better Iron Pickaxe",
    "texture": "Items/Better Iron Pickaxe IMG"
    "size": [64,64],
    "maxStack": 1,
    "value": [0,0,15,0],  
    "rare": 1,
    "tooltip": " Let's Go Mining! YEA! ",
    "useStyle": 1,
    "useAnimation": 10,
    "useTime": 10,
    "damage": 8,
    "knockBack": 6,
    "useSound": 1,
    "autoReuse": true,
    "useTurn": true,
    "melee": true,
    "pick": 50,
  
    "recipes":
    [{
        "items": { "Out_Tha_Hell:Iron Pickaxe Blade": 1, "Out_Tha_Hell:Gelly Gel": 2, "Out_Tha_Hell:Tool Handle": 2, "Rope": 1 },
        "tiles": [ "Work Bench" ],
        "creates": 1  
    }]
}

Just saying- The texture is good the size too from this what I know please reply anyone
You forgot to put a comma after
Code:
"texture": "Items/Better Iron Pickaxe IMG"
That line is not needed anyways. You just need to make sure the .json and .png have the same name, and are in the same folder.
 
You forgot to put a comma after
Code:
"texture": "Items/Better Iron Pickaxe IMG"
That line is not needed anyways. You just need to make sure the .json and .png have the same name, and are in the same folder.
Thanks for help :p gonna put the download for this mod next update going to make the pickaxe up to gold/platinum but not going to make a copper and a tin one and maybe if enough time some swords and a bow / crossbow
 
YEY 24 HOURS LATER AFTER MAKING THE FIRST ITEM YEEEY SO NOT HAPPY I don't know what I am doing don't ask good to add I haven't been coding for all the 24 hours so don't think I did that much in like 54674 hours and sarcasm...
 
YEY 24 HOURS LATER AFTER MAKING THE FIRST ITEM YEEEY SO NOT HAPPY I don't know what I am doing don't ask good to add I haven't been coding for all the 24 hours so don't think I did that much in like 54674 hours and sarcasm...
What is your main language? Not trying to be rude, just asking
 
What is your main language? Not trying to be rude, just asking

Well I am a amateur and I just launched Notepad++ and didn't care ._. btw. currently spoiler for next update - Swords , other bar pickaxes , GUNS ( just two cause I am a noob like my pic says ;P and yes I will keep saying that so I am arleady saying sorry If It's annoying
 
Well... hate small mistakes ._. ( I just think It is a small one )

Code:
{
    "displayName": "Broken Lead Gun",
    "size":  [64,64],
    "maxStack": 1,
    "value": [0,0,40,10],
    "rare": 1,
    "tooltip": " 'I think It's broken' ",
   
    "useStyle": 5,
    "useAnimation": 15,
    "useTime": 30,
    "damage" 30,
    "knockback": 15,
    "useSound": 11,
    "autoReuse": false,
    "ranged": true,
    "noMelee": true,
    "shoot": 14,
    "shootSpeed": 4,
    "useAmmo": 14,
   
    "recipes":
    [ {
            "items": { "Out_Tha_Hell:Gears": 1, "Out_Tha_Hell:Wooden Stick": 2, "Lead Bar": 5 },
            "tiles": [ "Anvil" ],
            "creates": 1
    }]
}

Anyone help and If you see somebody arleady told me how to fix it and you want to say the same thing then please don't ._. gtg going to play Defiance on PS3 :D ( My nickname on PSN - KinfTheDerp )
[DOUBLEPOST=1424193497][/DOUBLEPOST]Oh and because of this error no swords , pickaxes in this update but next update gonna focus only on swords , pickaxes ( oh and there is going to be a Broken Iron Gun just lower damage P.S. woow lower damage? 25 damage? ._. )
 
I will make websites and manage this for you, and you should ask @Pumpking to help you with the coding.
I already have. Look up a few posts.
Well... hate small mistakes ._. ( I just think It is a small one )

Code:
{
    "displayName": "Broken Lead Gun",
    "size":  [64,64],
    "maxStack": 1,
    "value": [0,0,40,10],
    "rare": 1,
    "tooltip": " 'I think It's broken' ",
  
    "useStyle": 5,
    "useAnimation": 15,
    "useTime": 30,
    "damage" 30,
    "knockback": 15,
    "useSound": 11,
    "autoReuse": false,
    "ranged": true,
    "noMelee": true,
    "shoot": 14,
    "shootSpeed": 4,
    "useAmmo": 14,
  
    "recipes":
    [ {
            "items": { "Out_Tha_Hell:Gears": 1, "Out_Tha_Hell:Wooden Stick": 2, "Lead Bar": 5 },
            "tiles": [ "Anvil" ],
            "creates": 1
    }]
}

Anyone help and If you see somebody arleady told me how to fix it and you want to say the same thing then please don't ._. gtg going to play Defiance on PS3 :D ( My nickname on PSN - KinfTheDerp )
[DOUBLEPOST=1424193497][/DOUBLEPOST]Oh and because of this error no swords , pickaxes in this update but next update gonna focus only on swords , pickaxes ( oh and there is going to be a Broken Iron Gun just lower damage P.S. woow lower damage? 25 damage? ._. )
There is a : after "damage"
 
Going to update ( without swords cause.. IM LAZY ;P ) and I'll try to make the post look better

Second Post -

I am having problems with the texture of big swords , big sword blades... :< Could take a while


432 Post ( I Mean 3rd Post ) -

WOW HATE SWORDS WILL TAKE 20 YEARS ._. Or somebody could just help

2015/03/06 -
idc about swords will come back to weapons when finishing a new crafting station..
 
Last edited:
Can anybody send me a tut how to create tiles? I really don't get it. Or a example crafting station ( but no "TemplateMod" I arleady have that, still don't understand )
 
Back
Top Bottom