Welcome New User Home | Forums | Register | Login | Larger Font
Main-Menu
Home
Login
Register
Add Download
Add News
Forums

Advertise
Affiliate Store US *
Affiliate Store UK *
Affiliate Store CA *
Angry Letter Generator
Avatar Upload
Calendar of Games
Contact
Downloads
FAQs
Forums
Member List
Member Projects
News
News Grabber *
Policy
Polls
Private Messages
Reviews
Screenshot Gallery
Search
Servers - Game
Store - Shirts *
Subscribe
Topics
Tutorials
Weblinks
Tutorials
CoD Mapping
CoDUO Mapping
CoD2 Mapping
CoD4 Mapping
CoD FAQs
HL2 Mapping
HL2 FAQs
SOF1 Mapping
Crysis Mapping
Q4 Mapping
Doom 3 Mapping
Doom 3 FAQs
UT2K3 Mapping
SOF2 Mapping
SOF2 FAQs

Lightray Modeling
General Modeling
General Modding
Adobe Photoshop
Common Mapping Errors

Readme.txt Generator
Members-Online
LethalNiMiTz [Tutor]
cod2mapper... [Downl]

2 Members and 15 Guests
Chat MODSonline
0 People Now Chatting
MODSOnline TeamSpeak

download TeamSpeak

In-The-News
Friday, May. 16th
Video games 'do not' encourage violence
Friday, May. 16th
Site update
Friday, May. 16th
MODSonair Episode 127
Tuesday, May. 13th
Web hosting, you need?
Sunday, May. 11th
MODSonair 127 Live
Latest Poll
Would you subscribe for a maps/projects backup utility and service?
I'd pay just about anything for that. 2.06%
If it was cheap enough I would. 4.12%
Only if it came with my MODSonline subscription. 6.19%
I can backup my own files. 82.47%
Why would I backup my files? 5.15%
Read More...
8 comments

Newsletter
Name:
Email:
Newsletter Archives
Your Membership
User Name:
Password:
Register.
In The Forums
[TUTORIAL] How to get rid of the wait time
CoD 4 Level Desi.. Posts: (5) Views: (118) by CoDLiNK
SP_Help!
CoD Level Design.. Posts: (2) Views: (16) by Sparks.
Kill3r's K3 MOD is DANGEROUS TO YOU AND YOUR S...
CoD4 General Gam.. Posts: (17) Views: (221) by 4mori_rabbit
train
CoD 4 Level Desi.. Posts: (1) Views: (14) by navysealsniper
Treyarch SPLITREASON.COM - Gear for Geeks and GamersBuy geek and gamer themed T-Shirts and Hats @ SplitReason.com!
Frequently Asked Questions : SOF2 FAQs
Back to FAQs

Maximum allowable design limits
How do i create windows (glass) thet can be broken?
How can I get my map lighting to look more profressional?
Where can I find some additional documentation for radiant?
How do i make a map useable with the multiplayer aspect of the game?
How come I can't rotate my entities like cars, sinks and stuff like that?
How come i can walk through my .md3 files such as Urinals, Sinks, Tires, etc... ?
How do I select a brush (box) in my map?
What is an origin brush?
Why do some models look black or having missing textures in the game?
Why are unique filenames important for all of your textures, images, maps, etc.?
Why can't i use all of the models, items, entities, or features in my maps?
How would i go about mapping for a particular mod?
How can i make water in my terrain maps, such as a lake or river?
How can i make a good heightmap for use with gensurf?
How do i apply a texture to only one face of a brush?

Faqs : SOF2 FAQs

Maximum allowable design limits
It is not an error, but will cause errors if exceeded.
[Taken from source code]

// upper design bounds
// leaffaces, leafbrushes, planes, and verts are still bounded by
// 16 bit short limits
MAX_MAP_MODELS 1024
MAX_MAP_BRUSHES 8192
MAX_MAP_ENTITIES 2048
MAX_MAP_ENTSTRING 0x20000
MAX_MAP_TEXINFO 8192

MAX_MAP_PLANES 65536
MAX_MAP_NODES 65536
MAX_MAP_BRUSHSIDES 65536
MAX_MAP_LEAFS 65536
MAX_MAP_VERTS 65536
MAX_MAP_FACES 65536
MAX_MAP_LEAFFACES 65536
MAX_MAP_LEAFBRUSHES 65536
MAX_MAP_PORTALS 65536
MAX_MAP_EDGES 128000
MAX_MAP_SURFEDGES 256000
MAX_MAP_LIGHTING 0x200000
MAX_MAP_VISIBILITY 0x100000

MAX_BRUSH_SIZE 8192

// key / value pair sizes

MAX_KEY 32
MAX_VALUE 1024
by foyleman
back to top

Faqs : SOF2 FAQs

How do i create windows (glass) thet can be broken?
Make sure you have the glass brush selected and that it has been textured with a glass texture and then right click, go to func_glass and that's it.
by foyleman
back to top

Faqs : SOF2 FAQs

How can I get my map lighting to look more profressional?
Let your sky ligthing the outdoor (the cover of the skybox should be narrow over the map buildings!). Avoid to use point lights for natural outdoor.

For indoor lights use for example light=1024 and scale=.025
If you want to light outdoor (or big halls) use light=50 and scale=10
For these normal lights attend that the second ring of the light (Gtk shows the scale!) isnt overlaying the walls.

If you want bright day lights (this old ravensoft method above generates relative dark lighting)
use light=500 and scale=0.5 for indoor
Outdoor needs light=500 and scale=15 for example.
But for this attend that the innermost ring isnt overlaying the walls.

If you only use lights with a value of 300 and without the scale key the result are spots on walls! For perfect lighting you can give your lights a color. Lamp spots on walls you can simulate with light=10 and pointing to an info_null (Control+K).
by foyleman
back to top

Faqs : SOF2 FAQs

Where can I find some additional documentation for radiant?
The official website for radiant offers additional documentation that can possibly help you work with the SOFSDK or GTK which are both forms of radiant. The site can be found at qeradiant.com/manual.
by foyleman
back to top

Faqs : SOF2 FAQs

How do i make a map useable with the multiplayer aspect of the game?
If you are looking to get your map to show up in the list of available playable maps, you need to have created an arena file. For more information o­n this, check out our tutorial o­n arena files.
by foyleman
back to top

Faqs : SOF2 FAQs

How come I can't rotate my entities like cars, sinks and stuff like that?
Models and entities are defined differently by the game engine than a regular world brush, so rotating them requires a different procedure. Instead of just being able to spin them around, you need to tell the game which direction they should be facing. This can be done from the entity editor, the same place you could define how bright a light is or how far a door should open. By define the "angle" of the model, you can define the direction it should face.
by foyleman
back to top

Faqs : SOF2 FAQs

How come i can walk through my .md3 files such as Urinals, Sinks, Tires, etc... ?
All models in Soldier of Fortune II are only there for visual purposes. They have no solid properties. This allows for a more flexible environment that can meet the level designers needs.

If you want to make your models appear solid, simply place a clip brush inside of it. Choose a clip brush texture from the tools texture set that best suits your model (metal, wood, etc) and apply it to a brush that fits the shape of the model.
by foyleman
back to top

Faqs : SOF2 FAQs

How do I select a brush (box) in my map?
Shift + Left Click in the 3d window will select any brush. It will remain selected until you deselect it by hitting the esc key (deselects all brushes) or by selecting it again.
by foyleman
back to top

Faqs : SOF2 FAQs

What is an origin brush?
An origin brush is a brush that defines the center of an entity. It is created like any other brush but texture with the origin texture.

Create your main object of brushes (door, fan, etc.) but do not turn them into an entity just yet. First create your origin brush, then select all the brushes and turn them all (including the origin brush) into your entity (func_rotating, func_door, etc.).

Think of the origin brush like the hing on a door. The is the center at with the door rotates.
by foyleman
back to top

Faqs : SOF2 FAQs

Why do some models look black or having missing textures in the game?
One thing you may have noticed when using misc_models is that although they show up fine in the editor, many of them turn out black or unskinned in-game. GTK Radiant users will find that almost all the misc_models turn out this way. Below is a simple fix:

GTK RADIANT USERS

1) Even though GTK comes with shaders already installed in your base path; most of the shaders are incomplete. You have to re-extract all the shaders from therest.pk3 into your /base directory, overwriting the shaders that were there originally. If you're using winzip, make sure you have 'use folder names' checked.

2) When compiling, you need to add the -rename perameter to your BSP process. Do this by opening your project settings and editing every type of compile listed.

i.e - where it says sof2map.exe -bsp
change it to sof2map.exe -bsp -rename

MODELS THAT STILL TURN OUT BLACK (All users)

There are still a few models that show up as black or unskinned in-game, in both GTK and the SDK editors. To fix these you will have to make your own custom shaders as follows:

Original shader in finca_models.shader

models/objects/finca/furniture/poolside_chair
{
q3map_material Plastic
q3map_nolightmap
q3map_onlyvertexlighting
{
map models/objects/finca/furniture/poolside_chair
rgbGen lightingDiffuse
}
}

Make your own shader file with a unique name. (mymap.shader) Copy the above shader into it and make the following changes. Never edit existing Raven shader files.
(changes are indicated in bold text)

models/objects/finca/furniture/poolside_chair_bsp
{
q3map_material Plastic
q3map_nolightmap
q3map_onlyvertexlighting
{
map models/objects/finca/furniture/poolside_chair
rgbGen vertex
}
}

Make sure you always compile with the -rename perameter in the BSP process.
by foyleman
back to top

Faqs : SOF2 FAQs

Why are unique filenames important for all of your textures, images, maps, etc.?
Apparently when the game loads it looks in ALL the pk2 files, and thus if the game cannot find what it needs in map1.pk3 and the same file name in the same location appears in map2.pk3, it will use the one from map2.pk3.

Be careful that what you add in your pk3 does not interfere with anyone else's maps.
by foyleman
back to top

Faqs : SOF2 FAQs

Why can't i use all of the models, items, entities, or features in my maps?
GLM models, Behaved models, NPC's, and Icarus scripting can be used in singleplayer maps only. There are other limitations as well since both SP and MP have a seperate entity set.
by foyleman
back to top

Faqs : SOF2 FAQs

How would i go about mapping for a particular mod?
Please refer to the documentation of the mod, or email its creator. Due to the fact that a new mod version may alter our information, and that there are many different mods, we cannot go into this in the FAQ.
by foyleman
back to top

Faqs : SOF2 FAQs

How can i make water in my terrain maps, such as a lake or river?
Ungroup the terrain entity and use vertex manipulation to create your crater or rift. Now place a single water brush there to fill it.
by foyleman
back to top

Faqs : SOF2 FAQs

How can i make a good heightmap for use with gensurf?
if you have photoshop...

• start with a white image sized something like 1024x1024 (or whatever you want)
• make your foreground black and your background white
• filter > render > clouds

that will give you a hilly terrain.

if you want a flat spot in the middle:

• add a new layer
• select a large brush with faded edges
• paint a black area where you want the flatness
• filter > blur > guassian blur at about 4.7

the blur will give you more of a smoother slope into the hilly terrain. now turn that into a mode > grayscale. save as an 8bit bmp and you can use it in gensurf.
by foyleman
back to top

Faqs : SOF2 FAQs

How do i apply a texture to only one face of a brush?
shift + ctrl + left click in the 3d window.
by foyleman
back to top
All logos and trademarks and information in this site are property of MODSonline LLC © 2008.
The comments are property of their posters.
RSS news feeds for MODSonline.com can be found News.php.
MODSonline Subscriptions
Partners
Frag Universe
modbase.be
Quake 4 Mods for Dummies
Call of Duty Headquarters
Half-Life 2 Mods for Dummies
mp_carpark
The Firing Box
Battle for Europe COD2
Ask About
Advertising
Friends
CoD 4 Base
Canada Kicks Ass Clan
After Life Gaming
Ask About
Advertising
Link to Us
MODSonair
View in iTunes
Please help us to raise in the ranks of podcasting and subscribe to our itunes feed using the link above.
MODSonair Releases
MODSonair Episode 127
MODSonair Episode 126
MODSonair Episode 125
MODSonair Episode 124
MODSonair Episode 123
Copyright © 2008 MODSonline
Tresware Content Management System Copyright © 2008 Tresware
Website Designed and Hosted   Tresware