Page 1 of 2

[Mod] Lava Suit [0.1.0] [lavasuit]

PostPosted: Wed Jan 16, 2013 23:50
by kaeza
This mod adds a "lava suit"; a suit that lets you dive in lava with no damage.

Code and textures are released under the WTFPL.

Download 0.1.0

Dependencies: default

Usage:
Craft the lava suit with this recipe:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
+--------------+----------------------+--------------+
|              | bucket:bucket_empty |              |
+--------------+----------------------+--------------+
| default:mese | default:mese         | default:mese |
+--------------+----------------------+--------------+
|              | default:mese         |              |
+--------------+----------------------+--------------+


Next, you craft "energy":
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
+---------------------+
| bucket:bucket_lava |
+---------------------+
| bucket:bucket_lava |
+---------------------+
| bucket:bucket_lava |
+---------------------+

This gives you 10 energy units.

When you swim in lava, every time you get damage a energy unit is used and your health returned.

PostPosted: Thu Jan 17, 2013 02:00
by Oblivion1500
Nice mod, would be very useful in mining

PostPosted: Thu Jan 17, 2013 02:06
by Josh
Awesome! Lava suit....hmmm it reminds me of something from a movie. Or maybe it's just me :)

PostPosted: Thu Jan 17, 2013 02:19
by kaeza
I just got the idea when talking with NekoGloop on IRC about Metroid games.

PostPosted: Thu Jan 17, 2013 02:24
by DARGON
Very cool idea! I bet there are tons of unexplored areas where lava makes it impossible. Nice one Kaeza ^_^

PostPosted: Thu Jan 17, 2013 04:19
by kaeza
DARGON wrote:Very cool idea! I bet there are tons of unexplored areas where lava makes it impossible. Nice one Kaeza ^_^

Thanks :)
It's a bit imperfect right now, but at least it works :D

PostPosted: Thu Jan 17, 2013 04:22
by jojoa1997
I like this mod very much. It is one of the many that make this game better but one of the few that can impact it a lot.

PostPosted: Thu Jan 17, 2013 04:28
by kaeza
jojoa1997 wrote:I like this mod very much. It is one of the many that make this game better but one of the few that can impact it a lot.

Thanks :)
Now if somebody with better drawing skillz would make better textures...

PostPosted: Thu Jan 17, 2013 14:47
by Jordach
kaeza wrote:I just got the idea when talking with NekoGloop on IRC about Metroid games.

You mean the Varia Suit right?

PostPosted: Thu Jan 17, 2013 14:55
by Likwid H-Craft
I like Samus she EPIC!
I have metroid 1 and Metroid Fusion on mine 3DS And man, the music is epic and, the story.

I use to have a Code for Metroid that, allows Unlimited Health and Ammo with Suit less Samus, I didn't use the Unlimited Cheat, I enter a random code and it happen -_- Wish what it was... Oh and Mother Brain Man didn't see that one coming on the Hard Mode.

PostPosted: Thu Jan 17, 2013 15:09
by Likwid H-Craft
Ok I am going test it out mine, Lava Suit skin I made Kaeza. but IDK how I going see it look like so, I will see if it loads fine.

PostPosted: Thu Jan 17, 2013 15:10
by jojoa1997

PostPosted: Thu Jan 17, 2013 15:13
by kaeza
Jordach wrote:
kaeza wrote:I just got the idea when talking with NekoGloop on IRC about Metroid games.

You mean the Varia Suit right?

Exactly ;)

PostPosted: Thu Jan 17, 2013 15:31
by Likwid H-Craft
Well If you like Metroid Armor why you, didn't say so. I made one back on Metroidcraft that going, be a Game for minetest Called MetroidTest.

Download
Since I made this Long time ago it free you take the rights of being it Owner since this your's mod not mine.

PostPosted: Thu Jan 17, 2013 15:38
by kaeza
Likwid H-Craft wrote:Well If you like Metroid Armor why you, didn't say so. I made one back on Metroidcraft that going, be a Game for minetest Called MetroidTest.

Because I don't want to copy Metroid's textures?
Add Metroid's textures, rename the mod to Varia Suit, and presto :)
If you want to use the code, do so. Edit it to SUIT your needs ;)

PostPosted: Thu Jan 17, 2013 15:40
by Likwid H-Craft
kaeza wrote:
Likwid H-Craft wrote:Well If you like Metroid Armor why you, didn't say so. I made one back on Metroidcraft that going, be a Game for minetest Called MetroidTest.

Because I don't want to copy Metroid's textures?
Add Metroid's textures, rename the mod to Varia Suit, and presto :)
If you want to use the code, do so. Edit it to SUIT your needs ;)


Well ok I use the Mod code but I can add, for my game.
:D It ALIVE!!! My Avatar I made it a gif and, made it change to Blue to Green.

PostPosted: Fri Jan 18, 2013 03:54
by jojoa1997
in the recipe change default:bucket_empty to bucket:bucket_empty cause you have it named wrong

PostPosted: Fri Jan 18, 2013 05:36
by kaeza
jojoa1997 wrote:in the recipe change default:bucket_empty to bucket:bucket_empty cause you have it named wrong

Thanks for reporting. I forgot to test the recipes :P

PostPosted: Fri Jan 18, 2013 20:34
by jojoa1997
this mod does not protect me from lava. unless it is not protecting fast enough

PostPosted: Fri Jan 18, 2013 20:47
by kaeza
jojoa1997 wrote:this mod does not protect me from lava. unless it is not protecting fast enough

Did you remember to create/get energy units?

PostPosted: Fri Jan 18, 2013 20:50
by PilzAdam
Suggestion:
Dont restore the health when in lava but override the default:lava and remove damage_per_second. Then use an abm to damage players in lava that dont have the lava suit.

PostPosted: Fri Jan 18, 2013 20:51
by kaeza
PilzAdam wrote:Suggestion:
Dont restore the health when in lava but override the default:lava and remove damage_per_second. Then use an abm to damage players in lava that dont have the lava suit.

hmm... very interesting idea.

PostPosted: Fri Jan 18, 2013 20:52
by Chinchow
How do I use this do I just hold it? Also there should be upgraded forms of the armor

PostPosted: Fri Jan 18, 2013 22:45
by kaeza
Chinchow wrote:How do I use this do I just hold it? Also there should be upgraded forms of the armor

As long as both the suit and energy are in your inventory it should work.
As for the upgraded armors, I was thinking of different suits that just reduce damage from lava instead of making you invulnerable.

PostPosted: Sat Jan 19, 2013 02:33
by Likwid H-Craft
Are you remaking Samus suits? if you are I would like this one.

Image

Yeah DARK SAMUS!!

PostPosted: Sat Jan 19, 2013 02:35
by kaeza
Likwid H-Craft wrote:Are you remaking Samus suits? if you are I would like this one.

Image

Yeah DARK SAMUS!!

For the last time, other than the inspiration from the Varia Suit, there's going to be NOTHING related to Metroid in this mod.

PostPosted: Sat Jan 19, 2013 02:38
by Likwid H-Craft
Ok.
Well is Samus your's Fav Space Girl? just like to know since she is.

Mine List of fav sci-fi Girls.

1.Samus Aran ; Cortana (Tied)
2.N/A
3.N/A

PostPosted: Sat Jan 19, 2013 02:43
by Likwid H-Craft

PostPosted: Sat Jan 19, 2013 03:01
by Chinchow
How about you make a super suit that protects for longer and an ultimate suit that requires no energy

PostPosted: Sat Jan 19, 2013 03:51
by kaeza
Likwid H-Craft wrote:
Chinchow wrote:ultimate suit that requires no energy

Whats rephase that... God Suit

Could you please stop spamming nonsense? thanks.