HomeHome  ­PortalPortal  ­GalleryGallery  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­RegisterRegister  ­Log inLog in  
Log in
Username:
Password:
Log me on automatically at each visit: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» EastFront Mod Dead Or Alive
by saamuel26 Tue Nov 17, 2009 10:48 am

» are we dead or what??
by saamuel26 Tue Nov 17, 2009 10:47 am

» East Front - weapons
by saamuel26 Tue Nov 17, 2009 10:47 am

» Want to make your own maps for EastFront?
by saamuel26 Sun Aug 16, 2009 3:40 am

» Game tonight!-look for your country time to -over here!!!!
by saamuel26 Fri Aug 14, 2009 9:23 am

» NOW HEAR THIS WE GOT NEW SERVER RUNNING
by saamuel26 Fri Aug 14, 2009 1:39 am

» EFbattery-my first map
by aaa3 Thu Aug 13, 2009 6:35 am

» ww2 colour photos
by saamuel26 Fri Aug 07, 2009 6:47 am

» cleaning up the old forum instead of takedown...
by saamuel26 Fri Aug 07, 2009 6:44 am

Affiliates
Cheap Hosting





Post new topic   Reply to topicShare | 
 

 Want to make your own maps for EastFront?

View previous topic View next topic Go down 
AuthorMessage
unique1
Admin


Posts: 105
Join date: 2008-11-15
Location: Australia

PostSubject: Want to make your own maps for EastFront?   Sat Dec 20, 2008 9:59 am

Here is info on how to support our new gametypes and entities in your maps.


With the mod download you will find a radiant entities.def file. Use notepad to open the file and copy/paste the contents to the end of your current radiant entities.def file.
Note that some of the entities are not in the .def file, so if you want to use them, you will need to copy/paste to add them to your file.

You should also note that adding any of these to your map will have no effect on normal ET, so you can support EastFront without causing any issues with any other ET mods.



Here is a list of what the new entities do/are.


misc_control_point

The most important one. The capture points (flags). Fairly simple to add, just place it on the map. Select a team if it is supposed to be owned by a particular team at the start of the map. Player spawnpoints will automaticly be generated around the flag. Set "partofstage" to a number (start from number 1) if you want to link extra spawn areas (the 2 entities below to it)... Note, if you use "partofstage" for one flag, all flags on the map should also be assigned a number. If you do not use "partofstage" you do not need to set any values for any flags on the map.

misc_associated_spawnarea

Place this if you want to have more spawnpoints somewhere else attached to a flag. Set "partofstage" to the number of the flag (same as "partofstage" above to link to the flag that owns it)

misc_unassociated_spawnarea

Same thing as above, place this if you want to have more spawnpoints somewhere else attached to a flag. Set "partofstage" to the number of the flag (same as "partofstage" above to link to the flag that owns it)

npc_flametank, npc_tank_light, npc_tank_medium, npc_tank_heavy, npc_tank_heavy_assault, npc_artillery, npc_axis_apc, npc_russian_apc

These are to spawn a *class based* player driveable tank at a spot. If the entity is on a supremacy map, then it will spawn the tank based on who owns the closest flag. If it is not on a supremacy gametype map then it will use a default tank of that type (based on who owns the closest flag).

npc_tiger, npc_panzer, npc_churchhill, misc_kv1, misc_stug3, misc_panzeriv, misc_panzer, npc_axis_apc, npc_russian_apc

These are to spawn a *specific* player driveable tank at a spot (note: should not really use most of these for supremacy gametype, use the spawn types above instead). If the entity is on a supremacy map, then it will spawn the default team's tank based on who owns the closest flag.

misc_pak, misc_flak88

These are to spawn a *specific* player usable anti-tank cannon at a spot (note: should not really use these for supremacy gametype, use the spawn types above instead). If the entity is on a supremacy map, then it will spawn the default team's anti-tank cannon based on who owns the closest flag.

ammo_crate, health_crate

These are ammo and health boxes that players can get ammo/health at. Again, they get linked to the closest flag and open and close depending on if the flag is owned by someone.

misc_stealth_area

These allow a player to become "cloaked" when prone or crouching near the spot it is placed. Add this in bushy areas to allow players to become semi-invisible while in them. You can set "radius" to a range value if needed, or just use the default.

npc_cinematicplane_enter, npc_cinematicplane_exit

Place these where cinematic planes should enter and exit when they fly past on the map. Just for visuals. You can see this on xposed or fueldump maps on our server.

npc_lander_enter, npc_lander_waypoint, npc_lander_waypoint_target

Ignore these, I doubt we will ever use them. They were from the price of peace mod where we wanted spawnpoints on boats coming to the shore.

bot_allied_attack_spot, bot_axis_attack_spot

Simply a bot goal really. Some bots will hang around and hold the position. You may place these in strategic defence positions between flags if you want.

axis_cover_spot, allied_cover_spot

Another bot goal. Simplar to the ones above, except bots will take cover at these while in battle (if they can duck and be not-visible to the enemy). Not really required any more as I made the code automaticly generate them for maps.

item_botroam, bot_attractor, ai_marker

Basic bot goals, add these to get some bots to go there. Again, not really needed, but if you want bots to go to a spot that has no objective, then these can help.

bot_sniper_spot
(I should probebly add this to the .def file)

Sniper spot for bots. Sniper bots will go there, hold the position and attempt to snipe enemies moving past. No special values are needed.

npc

Place an NPC here (they will currently only spawn on coop or single player maps, other gametypes will ignore them). An NPC will spawn on map load at this spot. Set "scriptName" to the name of a NPC type in the ef-main.pk3 /npcs dir (the filename without the .npc).

misc_particle_system

Place a particle system effect here. You will need to set "psName" to the filename of the particle system you want.



That basicly sums it up really. Hopefully that helps.
Back to top Go down
View user profile
unique1
Admin


Posts: 105
Join date: 2008-11-15
Location: Australia

PostSubject: Adding fog and atmospherics for a map.   Wed Aug 05, 2009 3:56 am

With EF you do not need to recompile a map to change the weather and fog, both can be modified (or added to a preexisting map) using simple .atmospheric and .fog text files.

For snow or rain, look at maps/fueldump.atmospheric (or the other ones) in ef-main.pk3. Make a copy with your map name and change the details to suit. The game will select randomly which one in the list to use each time it starts. Put your new file in your map's pk3.

For fog, look at maps/stalingrad.fog (or the other ones) in ef-main.pk3. Make a copy with your map name and change the details to suit. The values are: fog average distance, fog minimum distance, fog maximum distance, fog color (red), fog color (green), fog color (blue). Hint: For the colors, set 1, 1 and 1 for pure white fog, 0.01, 0.01, 0.01 would be a black fog (fake night time) -- 0 is not valid. Put your new file in your map's pk3.
Back to top Go down
View user profile
saamuel26



Posts: 104
Join date: 2009-03-22
Location: Estonia

PostSubject: Re: Want to make your own maps for EastFront?   Fri Aug 07, 2009 4:23 am

thnx for adding this!! Very Happy Wink
Back to top Go down
View user profile
saamuel26



Posts: 104
Join date: 2009-03-22
Location: Estonia

PostSubject: Re: Want to make your own maps for EastFront?   Thu Aug 13, 2009 3:10 am

but there is lot of entities and i don't know which one is right!!??
Back to top Go down
View user profile
unique1
Admin


Posts: 105
Join date: 2008-11-15
Location: Australia

PostSubject: Re: Want to make your own maps for EastFront?   Sun Aug 16, 2009 2:04 am

saamuel26 wrote:
but there is lot of entities and i don't know which one is right!!??


misc_control_point is probably really the only one that matters for you at this point, it creates a flag and creates the spawnpoints around it automatically. The other stuff is all optional.

Add these if you want tanks. npc_flametank, npc_tank_light, npc_tank_medium, npc_tank_heavy, npc_tank_heavy_assault.
Back to top Go down
View user profile
saamuel26



Posts: 104
Join date: 2009-03-22
Location: Estonia

PostSubject: Re: Want to make your own maps for EastFront?   Sun Aug 16, 2009 3:40 am

i mean i aft to change enties but which enties is tight on radiant program folder?
Back to top Go down
View user profile
 

Want to make your own maps for EastFront?

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
East Front: Realistic WW2 shooter :: Public :: General Discussion-
Post new topic   Reply to topic