Standalone [1.3] tModLoader - A Modding API

I need to be able to craft multiple things in 1 craft.

For example 1 soul can craft 3 souls.. Is this possible yet?
 
ok now i've got it working, not sure exactly what changed but it's working :)
 
Poor Tapi... No more is the world of mods revolving around you but instead a new age of inspiration and aspiring learners of the code!
 
Well this thing is really quite early.. Can't create any blocks or so.. like a custom craft station. Needs time
 
Please work on gifs. Hehe. I'm working on a mod that allows the player to 'empower' items with souls. So basically if you already have a HM character you can give pre HM gear a boost. This is just an idea I think it is quite fun. Basically a sort of 'enchanthing'
Two main problems with gifs are that they use lossy compression, making them less desirable than pngs, and there's no simple way that I know of to read animated gifs into the program. As far as I know all animations in terrara consists of multiple frames in a single png file.

I need to be able to craft multiple things in 1 craft.

For example 1 soul can craft 3 souls.. Is this possible yet?
For that you can use the stack parameter in SetResult. It's 1 by default if you don't provide a value. For example, the example mod lets you craft 15 life crystals from one dirt block.
 
Two main problems with gifs are that they use lossy compression, making them less desirable than pngs, and there's no simple way that I know of to read animated gifs into the program. As far as I know all animations in terrara consists of multiple frames in a single png file.


For that you can use the stack parameter in SetResult. It's 1 by default if you don't provide a value. For example, the example mod lets you craft 15 life crystals from one dirt block.

But I need to craft 3 seperate items, not 3 times the same one.

For example

xyz crafts Apple
but apple should also craft xyz
 
Is there a method like "OnCraft" ?
If yes then you could make it so that if the item is crafted give it the player the other 2 items manually
 
Is there a method like "OnCraft" ?
If yes then you could make it so that if the item is crafted give it the player the other 2 items manually

That sucks though.
 
Can you get multiple items from 1 craft in vanilla?

Or you could do:

Make a summoning Item that will spawn an enemy with 100% Drop chanche that 3 Items.

Make a bag that will have the 3 items inside.
 
I don´t know, ive stopped playing before hardmode came out.
But im back since yesterday and only making my Mod^^
 
There was an Update that makes it unable to insert the Modloader into the new Terraria.exe
So safe your already patched .exe! It will still work with the old!
 
You mean the 1.3.0.4 update?
Haven't tried it with that yet, 1.3.0.3 worked (with a lot of user input though :sigh:)
Also, 1.3.1 is confirmed.
 
They did change things in their connection with Steam, so OP will need to look into that.
 
I hope it will be fast, already finished my Mod >_<
 
Yes.
So far:
7 Items | 3 Pre HC / 4 HC
4 Weapons | 2 Pre HC / 2 HC
 
Yes.
So far:
7 Items | 3 Pre HC / 4 HC
4 Weapons | 2 Pre HC / 2 HC

Cool! Willing to share any details? I'll try your mod if you release it :p
 
Back
Top Bottom