Making a zombies map

Post Reply
User avatar
Chinchow
Member
Posts: 684
Joined: Tue Sep 18, 2012 21:37

Making a zombies map

by Chinchow » Post

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
Location: Black Mesa Facility

by xavier108 » Post

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
Location: Earth

by jojoa1997 » Post

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: 684
Joined: Tue Sep 18, 2012 21:37

by Chinchow » Post

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
Location: Earth

by jojoa1997 » Post

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
Location: Earth

by jojoa1997 » Post

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


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

by snakevenom » Post

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
Location: Poland

by BZab » Post

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 » Post

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 » Post

please give me how to post map

User avatar
cornellius
Member
Posts: 82
Joined: Sat Dec 01, 2012 05:08
Location: South East Asian

by cornellius » Post

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

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests