Do you ever look at terraria, and just wish it was 100x worse?
Well, introducing: Porting 3DS/Console Terraria to tModLoader 1.4.4.9 - Who needs Quality of Life anyway?
Now, with:
-260 more mobs!
-5 more bosses!
and a whole -1700 more items! (at the time of writing)
I'm not claiming that I am amazing at C#. Far from that. Please, if you find any issues with my awful, bloated code, please submit a pull request if you feel like you can change it.
Only one localisation file, that being English (to lower my current workload)
Polish localisation will be available at full release (likely), but i'd need help from other people to get other languages translated.
Please download one of the official binaries here
Unfortunately, compiling this project will be impossible without tampering. I have not included ANY official assets, as to not get DMCA'd (or something idfk im too lazy).
This means compiling would require going through websites which have all of the original assets, and ripping them into the /Reverts/Images/ folder.
Recently, I have been getting back into Terraria. I remember playing a WHOLE LOT of terraria on my old PS3 when I was younger. As of late, I no longer know where my old PS3 is, so the only logical solution is to spend months making a mod to bring back that experience that I remember. (I'm not even joking, this is what happens when you have too much freetime)
(EDIT - found my ps3, but all of my old saves are gone :( )
As of now, not much has been implemented (due to recency).
Here is a basic, not regularly updated list of what is implemented:
- 'Terraport' menu screen option
- Some crafting recipes disabled/changed (not all)
- Shortswords reverted to 1.3 variant
- Added souls of blights, incomplete sprite, dropped from EoC temporarily
- Added Tizona, Tonbogiri (wip), Dragon armour (wip), Titan armour and their crafting recipes.
- Borked roughly 1700 items
- Borked most (if not all) 1.3-present npcs
Obviously, I don't remember EVERYTHING that was in the old console ports.
Here are a few websites that I used (or that I remember using) to help me make this mod:
https://www.google.co.uk/ ; any frantic googlers here?
https://stackoverflow.com/ ; incredibly useful source
https://www.spriters-resource.com/pc_computer/terraria/sheet/66755/ ; some sprites ripped directly from the mobile port
https://terraria.wiki.gg/ ; official wiki. I do use the unofficial wiki occasionally because it just appears higher in search results
https://docs.tmodloader.net/ ; official tmodloader docs. Incredibly useful.