Author Topic: Can walk through props  (Read 6199 times)

0 Members and 1 Guest are viewing this topic.

Offline syn.

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 6
  • Lua Padawan
    • SynGaming
Can walk through props
« on: January 25, 2014, 05:06:51 PM »
pretty sure there is something wrong with my Mount.cfg but idk how to fix it, I've had this problem ever since my server bugged out and I can't seem to fix it. I've tried uploading the counter strike files into my server but I don't know how to use the Mount.cfg to get them:( plz help
Objects we can glitch through http://prntscr.com/2mlpo7 (basically anything you can't pick up for example the shipping crates in de_port)
Cstrike folder in my server http://prntscr.com/2mlqx3 (didn't know where else to put it :o)
Mount.cfg http://prntscr.com/2mlr2g
Please help anyone, thanks:)
Lua Student

"The more you understand, the crazier you get."

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Can walk through props
« Reply #1 on: January 25, 2014, 05:19:33 PM »
If you're using XNS (which you are, from what I can tell), your mount.cfg should look like this:
Code: [Select]
// Uncomment desired games
// cstrike is enabled by default

"mountcfg"
{
"cstrike" "C:\GameContent\cstrike"
"tf" "C:\GameContent\tf"
"dod" "C:\GameContent\dod"
}
The TF and DOD parts are optional- remove them if you don't need the content.
XNS's servers is hosted on a Windows OS, which means the paths will contain \'s and a drive letter (C:).
Also, CS:S content is installed on XNS's servers outside of visible range. It's there, in C:\GameContent\cstrike, but you can't see it.
Note: This is coming from a server started before the new Source performance and cheaper slot pricings XNS released. Try these first, but be warned that things may vary.
bw81@ulysses-forums ~ % whoami
Homepage

Offline syn.

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 6
  • Lua Padawan
    • SynGaming
Re: Can walk through props
« Reply #2 on: January 25, 2014, 05:49:42 PM »
Thanks circuit! :D finally ;P I'll give you a compliment when I can :)
Lua Student

"The more you understand, the crazier you get."

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Can walk through props
« Reply #3 on: January 25, 2014, 05:51:01 PM »
Thanks circuit! :D finally ;P I'll give you a compliment when I can :)
:D
bw81@ulysses-forums ~ % whoami
Homepage