need major help!

Have questions about CoD/UO mapping that aren't covered in the tutorials section? Post here!

Moderator: Core Staff

Post Reply
f4il_designs
CJ Wannabe
CJ Wannabe
Posts: 14
Joined: September 7th, 2011, 4:04 am

need major help!

Post by f4il_designs » September 8th, 2011, 5:00 pm

can someone add me to xfire who knows how to make a map , use worldspawn editor , compile and set up the pk3 file please add me to xfire and voice convo and help me out please

my xfire is 89countryboy.

someone please help me. thanks you!
Image

User avatar
<LT>YosemiteSam[NL]
Core Staff
Core Staff
Posts: 2155
Joined: December 7th, 2004, 2:07 am
Location: Netherlands
Contact:

Re: need major help!

Post by <LT>YosemiteSam[NL] » September 8th, 2011, 8:02 pm

Just check the internet m8. There are a lot of tutorials for mapbuilding, scripting and modding.
Same way I started.

f4il_designs
CJ Wannabe
CJ Wannabe
Posts: 14
Joined: September 7th, 2011, 4:04 am

Re: need major help!

Post by f4il_designs » September 9th, 2011, 5:12 am

i have looked and look, i know how to build a map. but im not sure if compiler is working right and i dont know where to get the arena file or how to put them in the pk3.

i did once before but thats been a long time . all i need to to be shown how to compile right and how to put files in pk3 and ill be good to go.
Image

User avatar
<LT>YosemiteSam[NL]
Core Staff
Core Staff
Posts: 2155
Joined: December 7th, 2004, 2:07 am
Location: Netherlands
Contact:

Re: need major help!

Post by <LT>YosemiteSam[NL] » September 9th, 2011, 1:48 pm

open notepad, paste this into it:

Code: Select all

{
map "mapname"
longname "mapname"
gametype "dm tdm sd"
}
Gametype can be anything as long as your map supports the gametype
Longname is the name which appears on your loading screen
Save it as an .arena file (change .txt to .arena)
Now you have a mapname.arena file which you can use.

For that compiler "problem"
The map runs and shows all the things you put into the map and scripting ? In that case the compiler works fine I guess. But why are you doubting it doesn't work properly, what does it do or not do ?
These settings work for CoD2 so I think they also work for CoD1;

Multiplayer
Multiplayer map testing

Compile

Compile BSP
Compile -VIS (do not select)
Compile Lighting
Connect Paths
Run Map When Done(do not select)

Lighting options

Fast
Extra(do not select)
Verbose
ModelShadow(do not select)
NoModelShadow(do not select)
DumpOptions(do not select)

Multiplayer map finished

Compile

Compile BSP
Compile -VIS
Compile Lighting
Connect Paths
Run Map When Done(do not select)

Lighting options

Fast(do not select)
Extra
Verbose
ModelShadow
NoModelShadow(do not select)
DumpOptions(do not select)

Building a PK3 file;
Download a custom map and delete all the content in the folders and add your own map content in there, works fine.

f4il_designs
CJ Wannabe
CJ Wannabe
Posts: 14
Joined: September 7th, 2011, 4:04 am

Re: need major help!

Post by f4il_designs » September 9th, 2011, 11:33 pm

after i compile i have these files

.bsp

.map

.poly

.prt

so where do i get gsc file?
Image

User avatar
<LT>YosemiteSam[NL]
Core Staff
Core Staff
Posts: 2155
Joined: December 7th, 2004, 2:07 am
Location: Netherlands
Contact:

Re: need major help!

Post by <LT>YosemiteSam[NL] » September 9th, 2011, 11:44 pm

For someone who already made maps you have a bad memory m8 :wink:
The gsc file you make yourself.
Here is one which you can copy;

Code: Select all

main()

{

maps\mp\_load::main();
game["allies"] = "british";
game["axis"] = "german";
game["british_soldiertype"] = "airborne";
game["british_soldiervariation"] = "normal";
game["german_soldiertype"] = "fallschirmjagergrey";
game["german_soldiervariation"] = "normal";
game["attackers"] = "allies";
game["defenders"] = "axis";
}
Dono if this one works with CoD1 probably does.
Otherwise download a map from cod1 and look up the gsc file in there.

f4il_designs
CJ Wannabe
CJ Wannabe
Posts: 14
Joined: September 7th, 2011, 4:04 am

Re: need major help!

Post by f4il_designs » September 9th, 2011, 11:45 pm

how do i do that? thats the last part i need and then i have everything and will be able to actually map a real map. right now im texting with like one room type things.

so can you tell me what the gsc is and how to make it?
Image

User avatar
<LT>YosemiteSam[NL]
Core Staff
Core Staff
Posts: 2155
Joined: December 7th, 2004, 2:07 am
Location: Netherlands
Contact:

Re: need major help!

Post by <LT>YosemiteSam[NL] » September 9th, 2011, 11:46 pm

I just did :wink:

f4il_designs
CJ Wannabe
CJ Wannabe
Posts: 14
Joined: September 7th, 2011, 4:04 am

Re: need major help!

Post by f4il_designs » September 9th, 2011, 11:47 pm

oh ok thanks alot. it prob wont be great but the first map i make ill post so yal can give me thoughts about it :-)

thanks alot for the help :-)
Image

User avatar
<LT>YosemiteSam[NL]
Core Staff
Core Staff
Posts: 2155
Joined: December 7th, 2004, 2:07 am
Location: Netherlands
Contact:

Re: need major help!

Post by <LT>YosemiteSam[NL] » September 9th, 2011, 11:48 pm

No prob m8 that's what we are here for....I think :roll:

f4il_designs
CJ Wannabe
CJ Wannabe
Posts: 14
Joined: September 7th, 2011, 4:04 am

Re: need major help!

Post by f4il_designs » September 9th, 2011, 11:56 pm

on last problem. i have the pk3 set up like it should be now.

its located in my main folder. why dont it show in my start server menu? i can play it if i type name in consol but not under my start server menu .

any ideas?
Image

User avatar
<LT>YosemiteSam[NL]
Core Staff
Core Staff
Posts: 2155
Joined: December 7th, 2004, 2:07 am
Location: Netherlands
Contact:

Re: need major help!

Post by <LT>YosemiteSam[NL] » September 10th, 2011, 12:07 am

When you want to start the map do you have the right gametype selected (dm,tdm..etc.) if your map doesn't support the gametype sd for instance you cannot choose your map under that gametype.

Dono if this was also in CoD1 but I think you have to copy the "hunkusage.dat" file (which is located in your main folder) into your Pk3 files' root.

f4il_designs
CJ Wannabe
CJ Wannabe
Posts: 14
Joined: September 7th, 2011, 4:04 am

Re: need major help!

Post by f4il_designs » September 10th, 2011, 1:31 am

idk i have it set up just like the other jump maps in my main folder when i opened their files so idk why its not showing.....

weird
Image

User avatar
<LT>YosemiteSam[NL]
Core Staff
Core Staff
Posts: 2155
Joined: December 7th, 2004, 2:07 am
Location: Netherlands
Contact:

Re: need major help!

Post by <LT>YosemiteSam[NL] » September 10th, 2011, 9:16 am

Did you check the 2 things I mentioned above ?

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests