[Mod] Mars Survive 7.1 [marssurvive]

zaoqi
Member
 
Posts: 32
Joined: Sat Jan 07, 2017 12:14
GitHub: zaoqi
IRC: zaoqi
In-game: zaoqi

Re: [Mod] Mars Survive 7 [marssurvive]

by zaoqi » Thu Jan 26, 2017 12:16

2017-01-26 20:15:47: ERROR[Main]: generateImage(): Could not load image "marssurvive_oxogen" while building texture
2017-01-26 20:15:47: ERROR[Main]: generateImage(): Creating a dummy image for "marssurvive_oxogen"
2017-01-26 20:15:47: ERROR[Main]: generateImage(): Could not load image "marssurvive_oxogen" while building texture
2017-01-26 20:15:47: ERROR[Main]: generateImage(): Creating a dummy image for "marssurvive_oxogen"
 

User avatar
AiTechEye
Member
 
Posts: 409
Joined: Fri May 29, 2015 21:14

Re: [Mod] Mars Survive 7r [marssurvive]

by AiTechEye » Thu Jan 26, 2017 15:47

fixed: marssurvive:stone_glow texture (missing ".png")
Alive AI Mine/Build AI NPC
Gravitygun HL2
Portalgun Portal
Marssurvive Survive on mars
Bows bows + arrows
SoundCloud (Music)
SoundCloud (Classic)
YouTube
 

jakab
Member
 
Posts: 41
Joined: Mon Aug 15, 2016 17:19
In-game: jakab

Re: [Mod] Mars Survive 7 [marssurvive]

by jakab » Fri Jan 27, 2017 11:18

UjEdwin wrote:You need V7.
V6 is old and doesn't support this kind of changes,


nice :> thx :) (how can i find mars tree ?)
 

User avatar
AiTechEye
Member
 
Posts: 409
Joined: Fri May 29, 2015 21:14

Re: [Mod] Mars Survive 7r [marssurvive]

by AiTechEye » Fri Jan 27, 2017 16:37

you have to craft them
Alive AI Mine/Build AI NPC
Gravitygun HL2
Portalgun Portal
Marssurvive Survive on mars
Bows bows + arrows
SoundCloud (Music)
SoundCloud (Classic)
YouTube
 

jakab
Member
 
Posts: 41
Joined: Mon Aug 15, 2016 17:19
In-game: jakab

Re: [Mod] Mars Survive 7r [marssurvive]

by jakab » Mon Jan 30, 2017 12:26

make a jatpack for the space! it sould be like flying, but only works in space.
i have made the ores from moreores, and from technic. it has some errors, and not too detailed, but ill put it up here if you dont mind. so eweryone can fix or make it better.
 

User avatar
juli
Member
 
Posts: 109
Joined: Sat Jun 11, 2016 10:31
GitHub: cpdef
In-game: juli

Re: [Mod] Mars Survive 7r [marssurvive]

by juli » Sat Feb 04, 2017 16:15

On our marsserver we noticed a mistake in spacesuit, which makes players don't die if they have no food (hud_hunger).
here is the Fix: Change please the on_hp_change function at the end of the spacesuit.lua as the following:
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
minetest.register_on_player_hpchange(function(player, hp_change)
   if hp_change < 0 then
           local inv = player:get_inventory()
           if stack_one_sp(inv) then
                   local sp = player_get_sp(inv)
              hp_change = hp_change * (1/sp.heal)
         --minetest.chat_send_all(hp_change)
         if hp_change > -1 then
            return -1
         end
           end
   end
   return hp_change
end, true)
Please tell me if i have written bad english.
Planets/Asteroids mod: https://forum.minetest.net/viewtopic.php?t=15933
servers where i'am:
mars-server
jungle-server
buildersworld
 

User avatar
AiTechEye
Member
 
Posts: 409
Joined: Fri May 29, 2015 21:14

Re: [Mod] Mars Survive 7r2 [marssurvive]

by AiTechEye » Sat Feb 04, 2017 19:29

updated!

jakab
i have made the ores from moreores, and from technic. it has some errors, and not too detailed, but ill put it up here if you dont mind. so eweryone can fix or make it better.


try :-)
Alive AI Mine/Build AI NPC
Gravitygun HL2
Portalgun Portal
Marssurvive Survive on mars
Bows bows + arrows
SoundCloud (Music)
SoundCloud (Classic)
YouTube
 

User avatar
TheReaperKing
Member
 
Posts: 493
Joined: Sun Nov 22, 2015 21:36

Re: [Mod] Mars Survive 7r2 [marssurvive]

by TheReaperKing » Sat Feb 04, 2017 19:57

I'm sure you've been asked this before but have you ever thought about using github to store and update your mods? You create such awesome stuff and this way it'd be easier for people to contribute and update your mods and I imagine it would make things easier for you to dev as well. I for one would definitely be updating your mods daily! And pretty much already do :) I'm not trying to pressure you, just an idea. Thanks so much for your incredible work, you are definitely one of my biggest modding inspirations!
-Mike
Project Lead of the Doom 3 Mod Last Man Standing - http://Doom3Coop.com

Project Lead of Platinum Arts Sandbox Free 3D Game Maker - http://SandboxGameMaker.com

Youtube Channel - https://www.youtube.com/user/PlatinumArtsKids
 

User avatar
AiTechEye
Member
 
Posts: 409
Joined: Fri May 29, 2015 21:14

Re: [Mod] Mars Survive 7r2 [marssurvive]

by AiTechEye » Sat Feb 04, 2017 22:56

Becaouse i think its messy (...)

But do not mind if someone wants to put the files on github... just making us a service :-)
Alive AI Mine/Build AI NPC
Gravitygun HL2
Portalgun Portal
Marssurvive Survive on mars
Bows bows + arrows
SoundCloud (Music)
SoundCloud (Classic)
YouTube
 

User avatar
TheReaperKing
Member
 
Posts: 493
Joined: Sun Nov 22, 2015 21:36

Re: [Mod] Mars Survive 7r2 [marssurvive]

by TheReaperKing » Sun Feb 05, 2017 00:32

I was thinking this would be a perfect place for your mods:
http://minetest-mods.github.io/
https://github.com/minetest-mods

It says they want the author to be the one to submit but maybe with your blessing they'd be okay with me adding the mods. I'm not a super .git expert but I know the basics. Let me know what you think and I'd be happy to add the mods!
Project Lead of the Doom 3 Mod Last Man Standing - http://Doom3Coop.com

Project Lead of Platinum Arts Sandbox Free 3D Game Maker - http://SandboxGameMaker.com

Youtube Channel - https://www.youtube.com/user/PlatinumArtsKids
 

User avatar
Andrey01
Member
 
Posts: 431
Joined: Wed Oct 19, 2016 15:18
In-game: Andrey01

Re: [Mod] Mars Survive 7.1 [marssurvive]

by Andrey01 » Sat Apr 01, 2017 19:23

Why do the mod disable himself in my list of mods?
 

Previous

Return to Mod Releases

Who is online

Users browsing this forum: No registered users and 20 guests

cron