1. Forums
  2. Discord
  3. About Mapcore
  4. Patreon Supporters
  • Login
  • Register
  • Search
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Forum
  • More Options
  1. Mapcore
  2. Gectou4

Posts by Gectou4

  • [DOD:S] dod_snowblind_b1

    • Gectou4
    • July 22, 2007 at 12:00 AM

    hey grippy, the ambiant look very well.

    Nice work, you have do it during or before/after the speed mapping contest?

  • CS:S light_spot and fluorescent problem

    • Gectou4
    • July 21, 2007 at 4:19 PM

    to make your flashy effect use a point_spotlight or a env_sprite with renderfx set to ConstantGlow and rendermode to World Space Glow, don't forgot "Start on" flag.

    Your maps look crazy to visleaf Try to use Hint brush for divide each part of map in as a closed area.

    In first part, each part of building area.

    In secund part, Each 'inside' hidden part o building like the staire area of the main building o your first screen.

    use LOD for each model with your fog effect.

    finnaly group all building detail bursh into func_detail or check you map in glview to see what brush turn you visleaf crazy. then turn it to a func_detail.

  • No Games listed in Source SDK tools??

    • Gectou4
    • July 21, 2007 at 4:12 PM

    In your source sdk/bin directories

    you can found a GameConfig.txt

    if not, refresh SourceSDK content or make it like the following :

    Code
    "Configs"
    
    
    {
    
    
    	"Games"
    
    
    	{
    
    
    		"Half-Life 2"
    
    
    		{
    
    
    			"GameDir"		"c:\program files\steam\steamapps\\half-life 2\hl2"
    
    
    			"hammer"
    
    
    			{
    
    
    				"GameData0"		"c:\program files\steam\steamapps\\sourcesdk\bin\halflife2.fgd"
    
    
    				"TextureFormat"		"5"
    
    
    				"MapFormat"		"4"
    
    
    				"DefaultTextureScale"		"0.250000"
    
    
    				"DefaultLightmapScale"		"16"
    
    
    				"GameExe"		"c:\program files\steam\steamapps\\half-life 2\hl2.exe"
    
    
    				"DefaultSolidEntity"		"func_detail"
    
    
    				"DefaultPointEntity"		"info_player_start"
    
    
    				"BSP"		"c:\program files\steam\steamapps\\sourcesdk\bin\vbsp.exe"
    
    
    				"Vis"		"c:\program files\steam\steamapps\\sourcesdk\bin\vvis.exe"
    
    
    				"Light"		"c:\program files\steam\steamapps\\sourcesdk\bin\vrad.exe"
    
    
    				"GameExeDir"		"c:\program files\steam\steamapps\\half-life 2"
    
    
    				"MapDir"		"c:\program files\steam\steamapps\\sourcesdk_content\hl2\mapsrc"
    
    
    				"BSPDir"		"c:\program files\steam\steamapps\\half-life 2\hl2\maps"
    
    
    				"CordonTexture"		"tools\toolsskybox"
    
    
    				"MaterialExcludeCount"		"0"
    
    
    			}
    
    
    		}
    
    
    		"Counter-Strike: Source"
    
    
    		{
    
    
    			"GameDir"		"c:\program files\steam\steamapps\\counter-strike source\cstrike"
    
    
    			"hammer"
    
    
    			{
    
    
    				"GameData0"		"c:\program files\steam\steamapps\\sourcesdk\bin\cstrike.fgd"
    
    
    				"TextureFormat"		"5"
    
    
    				"MapFormat"		"4"
    
    
    				"DefaultTextureScale"		"0.250000"
    
    
    				"DefaultLightmapScale"		"16"
    
    
    				"GameExe"		"c:\program files\steam\steamapps\\counter-strike source\hl2.exe"
    
    
    				"DefaultSolidEntity"		"func_detail"
    
    
    				"DefaultPointEntity"		"info_player_terrorist"
    
    
    				"BSP"		"c:\program files\steam\steamapps\\sourcesdk\bin\vbsp.exe"
    
    
    				"Vis"		"c:\program files\steam\steamapps\\sourcesdk\bin\vvis.exe"
    
    
    				"Light"		"c:\program files\steam\steamapps\\sourcesdk\bin\vrad.exe"
    
    
    				"GameExeDir"		"c:\program files\steam\steamapps\\counter-strike source"
    
    
    				"MapDir"		"c:\program files\steam\steamapps\\sourcesdk_content\cstrike\mapsrc"
    
    
    				"BSPDir"		"c:\program files\steam\steamapps\\counter-strike source\cstrike\maps"
    
    
    				"CordonTexture"		"tools\toolsskybox"
    
    
    				"MaterialExcludeCount"		"0"
    
    
    			}
    
    
    		}
    
    
    		"Half-Life 2: Deathmatch"
    
    
    		{
    
    
    			"GameDir"		"c:\program files\steam\steamapps\\half-life 2 deathmatch\hl2mp"
    
    
    			"hammer"
    
    
    			{
    
    
    				"GameData0"		"c:\program files\steam\steamapps\\sourcesdk\bin\hl2mp.fgd"
    
    
    				"TextureFormat"		"5"
    
    
    				"MapFormat"		"4"
    
    
    				"DefaultTextureScale"		"0.250000"
    
    
    				"DefaultLightmapScale"		"16"
    
    
    				"GameExe"		"c:\program files\steam\steamapps\\half-life 2 deathmatch\hl2.exe"
    
    
    				"DefaultSolidEntity"		"func_detail"
    
    
    				"DefaultPointEntity"		"info_player_deathmatch"
    
    
    				"BSP"		"c:\program files\steam\steamapps\\sourcesdk\bin\vbsp.exe"
    
    
    				"Vis"		"c:\program files\steam\steamapps\\sourcesdk\bin\vvis.exe"
    
    
    				"Light"		"c:\program files\steam\steamapps\\sourcesdk\bin\vrad.exe"
    
    
    				"GameExeDir"		"c:\program files\steam\steamapps\\half-life 2 deathmatch"
    
    
    				"MapDir"		"c:\program files\steam\steamapps\\sourcesdk_content\hl2mp\mapsrc"
    
    
    				"BSPDir"		"c:\program files\steam\steamapps\\half-life 2 deathmatch\hl2mp\maps"
    
    
    				"CordonTexture"		"tools\toolsskybox"
    
    
    				"MaterialExcludeCount"		"0"
    
    
    			}
    
    
    		}
    
    
    		"Half-Life 2: Episode One"
    
    
    		{
    
    
    			"GameDir"		"c:\program files\steam\steamapps\\half-life 2 episode one\episodic"
    
    
    			"hammer"
    
    
    			{
    
    
    				"GameData0"		"c:\program files\steam\steamapps\\sourcesdk\bin\halflife2.fgd"
    
    
    				"TextureFormat"		"5"
    
    
    				"MapFormat"		"4"
    
    
    				"DefaultTextureScale"		"0.250000"
    
    
    				"DefaultLightmapScale"		"16"
    
    
    				"GameExe"		"c:\program files\steam\steamapps\\half-life 2 episode one\hl2.exe"
    
    
    				"DefaultSolidEntity"		"func_detail"
    
    
    				"DefaultPointEntity"		"info_player_start"
    
    
    				"BSP"		"c:\program files\steam\steamapps\\sourcesdk\bin\vbsp.exe"
    
    
    				"Vis"		"c:\program files\steam\steamapps\\sourcesdk\bin\vvis.exe"
    
    
    				"Light"		"c:\program files\steam\steamapps\\sourcesdk\bin\vrad.exe"
    
    
    				"GameExeDir"		"c:\program files\steam\steamapps\\half-life 2 episode one"
    
    
    				"MapDir"		"c:\program files\steam\steamapps\\sourcesdk_content\episodic\mapsrc"
    
    
    				"BSPDir"		"c:\program files\steam\steamapps\\half-life 2 episode one\episodic\maps"
    
    
    				"CordonTexture"		"tools\toolsskybox"
    
    
    				"MaterialExcludeCount"		"0"
    
    
    			}
    
    
    		}
    
    
    	}
    
    
    	"SDKVersion"		"2"
    
    
    }
    Display More

    You can add a game or edit what you need like texture default scale.

    don't forgot to edit

    I dislike using %steamdirectories% that's not workon all computer and may your environnement vars aren't set as well

Discord

The Mapcore Discord is our lively IRC channel of the 2000s reborn. Chat about level design, gaming, and more.

Latest Posts

  1. About our archived forums

    Thrik
    June 30, 2026 at 2:12 PM
  2. Mapcore Discord

    mason_fan123
    June 24, 2026 at 8:52 PM
  3. [CS2] Valley

    Serialmapper
    June 22, 2026 at 11:56 AM
  4. Any of the old guard still around? D:

    Thrik
    June 20, 2026 at 10:11 PM
  5. Free Music / SFX Resource - Over 2500 Tracks

    Eric Matyas
    June 18, 2026 at 12:32 PM
  6. Pango [WIP]

    Elowen
    June 11, 2026 at 10:13 AM
  7. [CS2] Dvina

    Jeremy Rivera
    June 11, 2026 at 10:03 AM
  8. Bridges 2.0 by NEXSIDE, MAP SHOWCASE. ( Steam Workshop )

    MrTrane18
    June 1, 2026 at 7:46 PM
  9. Classic Maps Reborn For CS2

    SillySpaceCat
    May 31, 2026 at 10:33 PM
  10. [CS2] Dvina

    Pulbusha
    May 29, 2026 at 5:54 PM
  1. Privacy Policy
  2. Contact
Powered by WoltLab Suite™