Page 1 of 1

[Mod] Taint [1.1] [taint]

PostPosted: Thu Mar 06, 2014 20:11
by scifiboi
Taint is a mod based on the taint from Thaumcraft 2. It starts when someone places a taint block (currently only available in creative). When someone places a taint block, it starts spreading rather slowly, but as more blocks become tainted, it spreads at a more rapid pace. Taint affects dirt, grass, trees, apples, sand and stone, so it spreads underground too. The only way to stop taint is to break blocks that border tainted blocks. Tainted blocks are unbreakable except for leaves and apples.

Depends:
default

License:
WTFPL

The mod has no use, I just like watching taint spread. Looks pretty cool and gives me a strange feeling of satisfaction. Not sure if I wanna extend the mod and give it kindof a story, or just leave it like it is. Any suggestions are welcome.

Download:
https://www.dropbox.com/s/8lobjeb1yr54clr/taint.zip

PostPosted: Thu Mar 06, 2014 21:42
by CraigyDavi
Interesting mod. Here is a screenshot if anyone wants to see what it looks like:
Image

PostPosted: Fri Mar 07, 2014 01:17
by scifiboi
Aha! I knew I forgot something in the first post! :)

PostPosted: Fri Mar 07, 2014 01:35
by yaman
I had tried to make something like this, but due to my impaired coding skills, I couldn't. Great job! Some ideas are a pure block that spreads only on tainted blocks. and a temple/structure that might randomly spawn somewhere on the tainted block. In the temple, which might be made out of something really expensive(mese blocks) is one pure block on a pedestal of... something. For the tainted block, there should be a crafting recipe but really expensive. Ultimately, you corrupt your world, so you can find the temple which would give you even more wealth than you needed to craft the tainted block. if you want this is my mod. Not much is uploaded but you get the general idea. Again, very nice mod!

Edit: Oh yes, one more thing, the tainted block should be unbreakable. Also maybe faster spread rate?
Edit Edit: oh I see it is already is.

PostPosted: Fri Mar 07, 2014 02:19
by scifiboi
yaman wrote:I had tried to make something like this, but due to my impaired coding skills, I couldn't. Great job! Some ideas are a pure block that spreads only on tainted blocks. and a temple/structure that might randomly spawn somewhere on the tainted block. In the temple, which might be made out of something really expensive(mese blocks) is one pure block on a pedestal of... something. For the tainted block, there should be a crafting recipe but really expensive. Ultimately, you corrupt your world, so you can find the temple which would give you even more wealth than you needed to craft the tainted block. if you want this is my mod. Not much is uploaded but you get the general idea. Again, very nice mod!

Edit: Oh yes, one more thing, the tainted block should be unbreakable. Also maybe faster spread rate?
Edit Edit: oh I see it is already is.


Well, I'm not sure about making randomly spawned tainted blocks. Since the taint has no boundaries to the blocks it can taint, it might really mess up some nice looking parts of the world. If I start extending the mod, which I most likely will since this is just a little project I do in my free time at school, I'm thinking about making a taint crystal ore that spawns at -1500 very rarely. And use these taint crystals to craft a tainted block by putting 9 in the crafting table, so yeah, the recipe will be VERY expensive since it can cause lots of destruction in the world. :) As for temples that spawn on tainted blocks randomly, really not sure about it. If I decide to do something like that, then I'm going to have an expensive block that can be used to craft other expensive items. Maybe the first placed tainted block will make a tainted temple or something to make it look like the source of the taint? Again, all just ideas. Even the mod as it is now will likely change completely if I do decide to continue.

PostPosted: Fri Mar 07, 2014 02:57
by Enke
I'm thinking of the corruption from Terraria.

PostPosted: Fri Mar 07, 2014 09:55
by twoelk
My first thought was the "red weed" from "War of the Worlds" by H.G.Wells. If we could have version with a spreading veins or vines texture this would surely be perfect for nice creepy themed adventures. I can just hear the distant "Ulla" cries ofJeff Waynes version of "War of the Worlds".

Maybe "the Blob" from that old Steve McQueen film could serve as a role model for a variant. We just need some "freezing gun" mod now.

Something along the lines of the plant "Kudzu" could also be interesting, but might be beyond the scope of this mod.

Not to forget the spreading nothingness from "The Endless Story".

PostPosted: Fri Mar 07, 2014 15:37
by 4aiman
This taint while spreading on ores should create tainted resourses, which can be used to make cursed items with stun, reverse moving, paralysis, atk up+def down, no jump and other effects.

PostPosted: Wed Mar 12, 2014 18:34
by scifiboi
New download has been put up. It now has taint crystal ore that drops 1 taint shard that can be used to craft a taint block. The craft is just 9 shards in the crafting table. The ore spawns under -1500 and is fairly rare.

4aiman wrote:This taint while spreading on ores should create tainted resourses, which can be used to make cursed items with stun, reverse moving, paralysis, atk up+def down, no jump and other effects.

They sound like good ideas, but I'm unsure of how to add any of those kind of effects.

EDIT: I'm going to make wooden planks and clay to be the next blocks to be affected by taint. Also thinking about making taint hurt players when they stand on it. Another thing, based on yaman's idea of a temple, is that I'm going to make altars that spawn on top of the first taint block placed to make it look as if it's the source of the taint.

PostPosted: Thu Mar 13, 2014 08:41
by 4aiman
scifiboi wrote:They sound like good ideas, but I'm unsure of how to add any of those kind of effects.

Maybe this would help:
Stun: set players speed to 0.1 or even 0 via physics override.
Reverse moving: use player:moveto() to push a player against looking direction's x&z if get_player_controls() has "up" field, push a player towards looking direction's x&z if get_players_controls() has 'down' field. Not sure how to implement left/right, probably get_yaw would help.
Paralysis: Same as stun, but both speen and jump are decreased.
Atk up: Now this would be the most difficult to implement if you'd use default weapons or the ones from another mods. But you can easily create new tainted tools that'll be more powerfull but would curse you with one of the rest points in this post.
Def down: track for players' HP and if the value got decreased, decrease it even more.
No jump: once again physics override to set jump to 0
I'm too heavy: Increase the gravity with physics override.
I'm blind!: Use HUD to have a semi-transparent black texture cover all screen (like I did in ghosts mod) :)

PostPosted: Tue Mar 18, 2014 11:18
by 4aiman
So... Did my suggestions help?
Hope this is not abandoned...

PostPosted: Tue Mar 18, 2014 12:14
by Evergreen
4aiman wrote:So... Did my suggestions help?
Hope this is not abandoned...
They were good. I might have a shot at implementing them.

PostPosted: Tue Mar 18, 2014 15:04
by BrunoMine
this mod looks good for an apocalypse.
- Monsters emerge from the taints.
- Reproduce 2x faster at night
- ghastly sound
would be very good!

PostPosted: Tue Mar 18, 2014 15:09
by AMMOnym
brunob.santos wrote:this mod looks good for an apocalypse.
- Monsters emerge from the taints.
- Reproduce 2x faster at night
- ghastly sound
would be very good!
Good

PostPosted: Tue Mar 18, 2014 16:43
by 4aiman
I'm definitely going to put some use into this :)
May this encourage you:
Image

Re: [Mod] Taint [1.1] [taint]

PostPosted: Fri Sep 19, 2014 16:54
by davidthecreator
ur mod is great and u should add a way to conver tained blocks into normal ones because for now the only way to get rid of em is to blow them up

Re: [Mod] Taint [1.1] [taint]

PostPosted: Tue Sep 23, 2014 11:18
by balthazariv
Hello,
This mod is a real infection of the planet, i like it.
It's missing a vaccine to stop the epidemic.

Good works