1. Forums
  2. Discord
  3. About Mapcore
  4. Patreon Supporters
  • Login
  • Register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • More Options
  1. Mapcore
  2. Discussions
  3. Level Design

CSGO FGD Error

  • shawnolson
  • March 3, 2016 at 5:16 PM
  • shawnolson
    • March 3, 2016 at 5:16 PM
    • #1

    There is a bug in the CSGO FGD:

    Quote

    @PointClass base(Targetname) sphere(radius) = point_hiding_spot:
    "Adds a hiding spot to the nav mesh at this location."
    [

    This class is not closed. I discovered this because WW can crash when parsing the FGD now.

    The fix for WW users is to edit the FGD file to be like this:

    Quote

    @‌PointClass base(Targetname) sphere(radius) = point_hiding_spot:
    "Adds a hiding spot to the nav mesh at this location."
    [
    ]

    Since I almost never get any replies when emailing Valve, can someone with some good connections forward this info onward.

  • clankill3r
    • March 3, 2016 at 9:45 PM
    • #2

    I made a github issue in the hope it helps.

    https://github.com/ValveSoftware/…sive/issues/635

  • shawnolson
    • March 4, 2016 at 4:58 PM
    • #3

    Thanks. I've been dealing with several issues in the CSGO community in the last couple of weeks because of the updates. Not only this, but the fact that CSGO's studiomdl.exe suddenly get's mad about any activity weight that's set as a FLOAT. To my knowledge, sequence activity weights have always been floats (and this is what the VDC has said for years). Now to successfully compile models into CSGO, you much change QCs that may have been compiling perfectly in all mods for 10+ years. Information on this specific issue is located at http://www.wallworm.net/index.php/topic,1554.0.html if you want to forward that one too. I honestly expected that bug to get fixed almost immediately. I've patched WW to handle it automatically for staticprops... but for animations, I cannot presume the values should be integers when users already have the values as floats.

  • clankill3r
    • March 4, 2016 at 9:01 PM
    • #4

    Could you formulate the issue here without relating to WW, then I will post it as an issue on github.

    And I hope for you they fix it soon, I have waited around 10 years before they fixed the 3d shaded textured preview bug in hammer. If CSGO wasn't such a great game I would have moved to unity or unreal engine all ready. Sure the new hammer will be great, and SFM is a really nice application but if valve keeps not caring about fixing bugs then I keep not caring about the tools valve is producing.

  • JustFredrik
    • March 5, 2016 at 2:29 AM
    • #5

    This might be usefull information for you to read. @MagnarJ

  • shawnolson
    • March 6, 2016 at 1:08 AM
    • #6
    Quote from JustFredrik

    This might be usefull information for you to read. @MagnarJ

    Yeah, the VRAD issue is actually trivial because it's just adding a single line to level compiles. That is already set to happen automatically in my own projects/work (and both WW and Hammer let you set your own defaults easily).

    But the bugs mentioned above are problematic for me because in order for my tools to work, the FGD must be well formed (have no TYPOS). The FGD bug is straightforward a typo in the FGD. Valve can spend 10 seconds and : Add a bracket and it's fixed... or I can spend a whole day trying to write a parser that detects/patches typos... then another day testing... then another week responding to emails from people who's projects break because I didn't test my changes on their specific FGD.... etc etc.

    My advice right now is for WW users to edit their FGD files. But guess how exciting it is to deal with people who are frustrated with me because something they have suddenly stopped working... and all because of a typo in a file controlled by a third party?

    And the Activity weight bug is problematic. If I change the default in WW to integer, who knows how that will affect someone's animation that is expecting a float value? I just don't have the time to test all possible mods/values, etc. If the VDC is wrong and activity weights are supposed to be integers after all, I can easily accommodate in WW.

    Here is the problem with the activity weight:

    A sequence can be written like this:

    $sequence dosmomething "seq_dosmomething" activity ACT_RUN 1.0 fps 30.0 fadein 0.2 fadeout 0.2

    That's been valid for as many years as I've been working in Source. And it works in all other games I've tested. And until this last update, it worked in CSGO.

    But now it fails. Instead, it must be

    $sequence dosmomething "seq_dosmomething" activity ACT_RUN 1 fps 30.0 fadein 0.2 fadeout 0.2

    But assume you have a setup where the three activities have a weight of 1.5 1.5 and 1 because you want the first two to happen more than the first. While you can obviously change these values, it might mean that this sequence and dozens or hundreds of others need to be edited to be 15, 15 and 10 to get the same result. Now that's a lot of wasted time and effort.

  • clankill3r
    • March 6, 2016 at 12:38 PM
    • #7

    Made the issue:

    https://github.com/ValveSoftware/…sive/issues/636

  • clankill3r
    • July 1, 2016 at 2:42 PM
    • #8

    The issue is closed 4 days ago so I assume it will be fixed with next cs update.

  • CGMentos
    • July 6, 2016 at 7:11 AM
    • #9

    I can't post a theme .

    Now(2016-7-6) the hammer compile will stuck in portalflow, why ?


    light_exe setting:

    -textureshadows -StaticPropLighting -game $gamedir $path\$file

  • Squad
    • July 6, 2016 at 11:25 AM
    • #10
    Quote from CGMentos

    4 hours ago, CGMentos said: I can't post a theme .

    Now(2016-7-6) the hammer compile will stuck in portalflow, why ?


    light_exe setting:

    -textureshadows -StaticPropLighting -game $gamedir $path\$file

    Display More

    Sounds like you maybe didn't optimise your map properly.

    Did you func_detail stuff the way it should? Did you build a big hollow cube around your map to seal it?

  • CGMentos
    • July 6, 2016 at 7:13 PM
    • #11
    Quote from Squad

    7 hours ago, Squad said: Sounds like you maybe didn't optimise your map properly.

    Did you func_detail stuff the way it should? Did you build a big hollow cube around your map to seal it?

    This is a GMOD map , and i transplant to CSGO SDK and open success , i was compile once before, last month , since jun 28 update(marjo , add sticker things) , then the Compile will Occupancy much more CPU , stuck in there and become more BUGs...

    Maybe next update will fix it , i think..


    ----->>>


    Also rename the light can't work.

    Like this:

    when the ent light have a targetname , the map , light thing like broken .

    But if the ent light delete targetname ...↓↓

    Is normal , only in CSGO ...

    In CS:S, GMOD SDK they can rename .

  • Squad
    • July 6, 2016 at 9:06 PM
    • #12

    Lights can not be named in CSGO, because that basically means they're switchable and it creates these lightmap errors. Gmod runs on a different version of the source engine, which does support this.

  • CGMentos
    • July 7, 2016 at 7:26 PM
    • #13
    Quote from Squad

    22 hours ago, Squad said: Lights can not be named in CSGO, because that basically means they're switchable and it creates these lightmap errors. Gmod runs on a different version of the source engine, which does support this.

    Thanks

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!

Register Yourself Login
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

Users Viewing This Thread

  • 1 Guest
  1. Privacy Policy
  2. Contact
Powered by WoltLab Suite™