3 questions

Discuss all aspects related to modding Zandronum here.
Post Reply
Hece
Forum Regular
Posts: 114
Joined: Wed Jun 06, 2012 6:26 am
Location: Phobos

3 questions

#1

Post by Hece » Thu Jul 05, 2012 6:49 am

1. Is it possible to set custom X- and Z- axis radius for oblect?
2. How can make decoration block bullets?
3. What is the filename of old Doom CS mod. It had all (or most) of the CS weapons and some Deatchmatch maps?

4. How to add maps to PK3?
Last edited by Hece on Thu Jul 05, 2012 9:15 am, edited 1 time in total.

Ijon Tichy
Frequent Poster Miles card holder
Posts: 901
Joined: Mon Jun 04, 2012 5:07 am

RE: 3 questions

#2

Post by Ijon Tichy » Thu Jul 05, 2012 8:11 am

1. no
2. +SHOOTABLE and either (+NODAMAGE and +NOBLOOD) or +DORMANT
3. I have no idea
Last edited by Ijon Tichy on Thu Jul 05, 2012 8:13 am, edited 1 time in total.

one_Two
Addicted to Zandronum
Posts: 1753
Joined: Thu Jun 07, 2012 4:47 pm

RE: 3 questions

#3

Post by one_Two » Thu Jul 05, 2012 12:32 pm

I know there is a way in the editors like slade or whatever but, http://code.google.com/p/unwad/ should convert to .pk3, which is a compressed folder I think.

Ijon Tichy
Frequent Poster Miles card holder
Posts: 901
Joined: Mon Jun 04, 2012 5:07 am

RE: 3 questions

#4

Post by Ijon Tichy » Thu Jul 05, 2012 12:52 pm

oh I didn't see the fourth one - include the map in /maps, as a wad

Hece
Forum Regular
Posts: 114
Joined: Wed Jun 06, 2012 6:26 am
Location: Phobos

RE: 3 questions

#5

Post by Hece » Thu Jul 05, 2012 1:46 pm

Ijon Tichy wrote: oh I didn't see the fourth one - include the map in /maps, as a wad
I added the fourth one after your first post :3
But do I add them like map01.wad, map02.wad? or how?

User avatar
Disguise
Retired Staff / Community Team Member
Posts: 359
Joined: Thu May 24, 2012 10:00 pm
Location: Romania
Contact:

RE: 3 questions

#6

Post by Disguise » Thu Jul 05, 2012 2:38 pm

ZDoom Wiki wrote:Note that the file name and not the map label inside the WAD determines how the map is named in the game.
And yeah you can add them as MAP01.wad and so on, but it can be custom names too.
Last edited by Disguise on Thu Jul 05, 2012 2:41 pm, edited 1 time in total.
Image

Hece
Forum Regular
Posts: 114
Joined: Wed Jun 06, 2012 6:26 am
Location: Phobos

RE: 3 questions

#7

Post by Hece » Thu Jul 05, 2012 4:41 pm

Now I got it. Thanks!

But how do I change map name? I know that in MAPINFO but ZDoomwiki didn't tell me the line.
Last edited by Hece on Fri Jul 06, 2012 7:56 am, edited 1 time in total.

Ijon Tichy
Frequent Poster Miles card holder
Posts: 901
Joined: Mon Jun 04, 2012 5:07 am

RE: 3 questions

#8

Post by Ijon Tichy » Fri Jul 06, 2012 10:33 am

a map definition is 'map <lumpname> "<nicename>"'
for example, 'map MAP01 "Entryway"'

also the name of the map wad is considered the lump name if it's in a pk3 - so DERPDERP.wad would be considered map DERPDERP, even if the marker says it's MAP32

Post Reply