Wolvin-NET / prophuntx

Prop Hunt X2Z: 2024 version of Modernized, Enhanced and Customisable Version of Classic Prop Hunt for Garry's Mod.
https://gmodgameservers.com/prophuntx
23 stars 15 forks source link

fgd not working #33

Closed xav07theboi closed 1 year ago

xav07theboi commented 1 year ago

i added the fgd to hammer but nothin's adding the team spawns am i missing something?

Vinzuerio commented 1 year ago

fgd_test

It appears working on me, testing both garry's mod/half-life 2 fgd + prophuntx fgd

Also it may only works if the fgd is placed in /bin directory, for example: C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\bin\prophuntx.fgd

Once you copy & pasted the fgd into the bin directory, make sure you have edited your GameConfig.txt in the fgd, Add/Edit these line:

    . . .
        "Garry's Mod"
        {
            "GameDir"       "C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\garrysmod"
            "Hammer"
            {
                "GameData0"     "C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\bin\garrysmod.fgd"
Edit this -->           "GameData1"     "C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\bin\prophuntx.fgd"
                . . .

Extra thing to note:

Also edits

xav07theboi commented 1 year ago

alright i will see

xav07theboi commented 1 year ago

yeah i thought it'd work in a different folder than bin