Making a zombies map

Loadable maps as opposed to OldCoder's zoomable maps
User avatar
Chinchow
Member
 
Posts: 683
Joined: Tue Sep 18, 2012 21:37

Making a zombies map

by Chinchow » Sat Jan 05, 2013 02:11

So I want to make this map but need to know if a few things are possible
1. Is it possible to make it where you get points for killing zombies
2. Is it possible to set the spawn to over a set period of time and how many enemies can be on at once and have it tell you when you have finished a round
3. Have places where you spend points on guns and ammo
4. Have upgradeable items(thinking specialties)
I don't need to ask about making zombies as it would simply be changing textures of player model and making them always hostile
Sometimes, it's harder to think up a mod than it is to create it.
Mods: Orichalcum Stonebricks Extra Chests
 

User avatar
xavier108
Member
 
Posts: 227
Joined: Sat Nov 24, 2012 06:05
IRC: Ezlif

by xavier108 » Sat Jan 05, 2013 07:09

I think does think you just said are impossible but i can help you with some stuff..............You can use gun_mod and throwing_mod for the guns and weapons................................You can use a health pack but i forgot its mod
Ezlif :D
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Sat Jan 05, 2013 07:26

xavier108 wrote:I think does think you just said are impossible but i can help you with some stuff..............You can use gun_mod and throwing_mod for the guns and weapons................................You can use a health pack but i forgot its mod

I think the mod with health packs are gloopblocks
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
Chinchow
Member
 
Posts: 683
Joined: Tue Sep 18, 2012 21:37

by Chinchow » Sat Jan 05, 2013 07:26

I don't know if the mint mod could be used for points and for the refill ammo and upgrade I think a modified specialties might work using the mint mod I think I could set a machine to sell certain items for so and so
2. Is probably impossible
Sometimes, it's harder to think up a mod than it is to create it.
Mods: Orichalcum Stonebricks Extra Chests
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Sat Jan 05, 2013 07:35

2. Is probably possible but I will be hard to code. Make a fast soawner and then set time functions that turn on the spawn fund only if it is under a certain amount. Will post relevant code of mine later
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Sat Jan 05, 2013 07:37

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
function npc_spawner(pos)
    local MAX_NPC = 5
    local found = table.getn(minetest.env:get_objects_inside_radius(pos, 100))
    if found == nil then
    found = 0

    if found <= MAX_NPC then
        minetest.env:add_entity({x=pos.x+math.random(-1,1),y=pos.y+math.random(2,3),z=pos.z+math.random(-1,1)}, ("peaceful_npc:npc"))
        end
    end
end
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

TheArtur
Member
 
Posts: 23
Joined: Fri Jan 04, 2013 08:24

by TheArtur » Sat Jan 05, 2013 08:51

 

User avatar
snakevenom
Member
 
Posts: 119
Joined: Sat Sep 22, 2012 12:56

by snakevenom » Sat Jan 05, 2013 15:15

some of this could be done with the mesecons mod and some special wiring
 

BZab
Member
 
Posts: 126
Joined: Mon Jan 28, 2013 10:04

by BZab » Sat Feb 02, 2013 20:06

snakevenom wrote:some of this could be done with the mesecons mod and some special wiring

EG. at spawn button which will activate some deployers, which will put NPC Spawner (forgot which, maybe friendly NPC mod had spawn eggs ;))
 

yohanes828
Member
 
Posts: 67
Joined: Sat Jun 01, 2013 01:05

by yohanes828 » Sat Jun 22, 2013 08:01

i have make trap house with 2-5 levels and how to post it
 

yohanes828
Member
 
Posts: 67
Joined: Sat Jun 01, 2013 01:05

by yohanes828 » Sat Jun 22, 2013 08:01

please give me how to post map
 

User avatar
cornellius
Member
 
Posts: 82
Joined: Sat Dec 01, 2012 05:08

by cornellius » Sat Jun 22, 2013 08:33

Hey maybe you can make games not map why?? cause maybe the games have firearms mod to kill the zombies
All Humans Need Is Forgiveness, God Is The First One Who Forgive All Humans So Humans Must Forgive Other Humans
 


Return to Minetest Maps

Who is online

Users browsing this forum: No registered users and 1 guest

cron