about a game

i need to make more objects for a map in counter strike: source. can anyone help me with making them, importing htem into source SDK, etc.

I’m guessing that source probably has the ability to read in .obj or .x files. Blender is capable of exporting both.

Go to the file menu and select what type you’d like to export it as (under the ‘export’ menu item).

If it does not support one, you may have to write a script that puts the vertices and faces in an order that source can understand.

You may also wish to search the forum for Half-Life Modding and especially look in the python and plugins section if it becomes necessary. There may be some export scripts there that cover your needs better than what some of the built in scripts are capable of.