Please or Register to create posts and topics.

Free Copy of Half Life 2

PreviousPage 2 of 3Next

hi, there i have only Portal and am not able to create maps for it :(
(-> same as ChaosDreamers case)
if you like you could spend your free copy on me
so i could become active and do some mapping :)

ps: my steam name also "emereld"

where attention goes - energy flows
emereld wrote:
hi, there i have only Portal and am not able to create maps for it :(
(-> same as ChaosDreamers case)
if you like you could spend your free copy on me
so i could become active and do some mapping :)

ps: my steam name also "emereld"

you don't need hl2 to map for Portal... just download the Source SDK under the Tools tab in Steam

nope source SDK isn't enough, i've downloaded it but it does not start.
it's exactly what ChaosDreamer wrote in this thread.
i've tried also other ways but it is not possible to get the SDK working...

where attention goes - energy flows

Theres always the hammer standalone with the files included :D

Image
ebola wrote:
you don't need hl2 to map for Portal... just download the Source SDK under the Tools tab in Steam

You know... you can't make a new mod for half-life 2 if you don't have it right?

Image

Can't a new mod be made from scratch?

I haven't tried it, might be too much work.

Mapster wrote:
You know... you can't make a new mod for half-life 2 if you don't have it right?

uhh, yes you can, its called the Source SDK Base
I am 100% sure you can mod Portal without HL2

hint: you need to manually setup the sdk

I dont own a copy of half-life2 ive been wanting to play it. i bought portal by itself when it came out cause i didnt have enough money.

My steam is: Bokaru

ebola wrote:
uhh, yes you can, its called the Source SDK Base
I am 100% sure you can mod Portal without HL2

i've tried it with the Source SDK Base..
i extracted .gcf's to it, looked for the GameInfo.txts, etc..
but SDK won't start at all, i even tried to run it over the command prompt with no luck..

ebola wrote:
hint: you need to manually setup the sdk

how that ?

besides: as i understand the Hammer Setup Tutorial all one got to do is: alter another game's SDK environment so that it can be used for Portal.
in case of the tutorial it is the SDK environment of HL2-Deathmatch that is altered.
but since i have no other game's SDK environment to alter
i have no chance to get it working.

where attention goes - energy flows
emereld wrote:
how that ?

besides: as i understand the Hammer Setup Tutorial all one got to do is: alter another game's SDK environment so that it can be used for Portal.
in case of the tutorial it is the SDK environment of HL2-Deathmatch that is altered.
but since i have no other game's SDK environment to alter
i have no chance to get it working.

Another HUGE hint: Setup your GameConfig.txt inside your sourcesdk/bin/ like this

Code: Select all
"Configs"
{
   "Games"
   {
      "Portal Mapping"
      {
         "GameDir"      "C:Program FilesSteamsteamappssubtiberian@hotmail.comsource sdk basesourcetest"
         "hammer"
         {
            "GameData0"      "c:program filessteamsteamappssubtiberian@hotmail.comsourcesdkbinportal.fgd"
            "TextureFormat"      "5"
            "MapFormat"      "4"
            "DefaultTextureScale"      "0.250000"
            "DefaultLightmapScale"      "16"
            "GameExe"      "c:program filessteamsteamappssubtiberian@hotmail.comportalhl2.exe"
            "DefaultSolidEntity"      "func_door"
            "DefaultPointEntity"      "prop_dynamic"
            "BSP"      "c:program filessteamsteamappssubtiberian@hotmail.comsourcesdkbinvbsp.exe"
            "Vis"      "c:program filessteamsteamappssubtiberian@hotmail.comsourcesdkbinvvis.exe"
            "Light"      "c:program filessteamsteamappssubtiberian@hotmail.comsourcesdkbinvrad.exe"
            "GameExeDir"      "c:program filessteamsteamappssubtiberian@hotmail.comportal"
            "MapDir"      "c:program filessteamsteamappssubtiberian@hotmail.comsourcesdk_contentportalmapsrc"
            "BSPDir"      "c:program filessteamsteamappssubtiberian@hotmail.comportalportalmaps"
            "CordonTexture"      "toolstoolsskybox"
            "MaterialExcludeCount"      "0"
         }
      }
   }
   "SDKVersion"      "2"
}

I've actually ran hammer on my friends account who has only Portal and no other source game just to prove myself.

PreviousPage 2 of 3Next