Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implicit path causing generation to not happen #30

@Adambean

Description

@Adambean

I'll try and keep to the point on this. -- I have a folder with all my GoldSrc dev going on, with some folders:

  • compile
  • decompile
  • maps
  • maps\SC
  • many others

I've got resguy in the "compile" folder along with many other compiling tools. When running resguy I'd expect to use something like:

resguy "..\maps\SC\TFC Ports\K_TheGame2\maps\k_thegame2_r.bsp"

The first issue is that resguy implicitly prefixes my path with "maps/", so I get:

ERROR: maps/..\maps\SC\TFC ports\K_TheGame2\maps\k_thegame2_r.bsp not found

To work around that I added my own prefix of ".." to back out of "maps" with:

resguy "..\..\maps\SC\TFC ports\K_TheGame2\maps\k_thegame2_r.bsp"

This finds the map fine and parses what resources it has no problem, but I think my own "maps" folder is confusing it, as I get a stranger error:

Failed to open .res file for writing: maps/....\maps\SC\TFC ports\K_TheGame2\maps....\maps\SC\TFC ports\K_TheGame2\maps\k_thegame2_r.res

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions