ULX

Author Topic: Very Strange Lag.  (Read 8406 times)

0 Members and 1 Guest are viewing this topic.

Offline fetz

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
Re: Very Strange Lag.
« Reply #15 on: January 20, 2014, 03:08:58 PM »
Yes I know low ping is good.

I am just pointing out that the ping(s) are very good. Also CPU and RAM is very good. Yet the server is still lagging.

Thanks, Fetz

Offline fetz

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
Re: Very Strange Lag.
« Reply #16 on: January 20, 2014, 03:12:39 PM »
Also I still notice you can walk through props even after moving cstrike folder into my addons folder.

But some props you CAN'T walk through anymore. Should I also move hl2 into addons folder?

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Very Strange Lag.
« Reply #17 on: January 20, 2014, 03:25:11 PM »
What props can you walk through?

You don't need to move HL2. garrysmod comes with HL2 props already.

Your map may be using Episode2 or Episode1 or content from another game.

Take a screenshot of the prop(s) you can walk through and post it here please.

Offline fetz

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
Re: Very Strange Lag.
« Reply #18 on: January 21, 2014, 05:28:07 PM »
Here is a couple of the model names on one map:


Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Very Strange Lag.
« Reply #19 on: January 21, 2014, 10:47:32 PM »
Those are CS:S. Moving the CS:S folder into your addons folder won't just WORK.

It would if you set it up like an addon, but it's not. You need to extract the models from the CS:S vcd files and move them into your garrysmod root. Or just mount CS:S properly.

Offline fetz

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
Re: Very Strange Lag.
« Reply #20 on: January 24, 2014, 07:35:44 PM »
The props I can still walk through. Here is my mount.cfg (I am on linux)

Code: [Select]
//
// Use this file to mount additional paths to the filesystem
// DO NOT add a slash to the end of the filename
//

"mountcfg"
{
// "cstrike" "/home/steam/css/cstrike"
// "tf" "C:\mytf2server\tf"
}



Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Very Strange Lag.
« Reply #21 on: January 24, 2014, 08:07:34 PM »
The props I can still walk through. Here is my mount.cfg (I am on linux)

Code: [Select]
//
// Use this file to mount additional paths to the filesystem
// DO NOT add a slash to the end of the filename
//

"mountcfg"
{
// "cstrike" "/home/steam/css/cstrike"
// "tf" "C:\mytf2server\tf"
}


I hope css is actually installed to that directory..?
:P
bw81@ulysses-forums ~ % whoami
Homepage

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: Very Strange Lag.
« Reply #22 on: January 24, 2014, 09:00:35 PM »
Well, I'd say your issue is that cstrike is not being mounted and is being commented out...
Out of the Garry's Mod business.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Very Strange Lag.
« Reply #23 on: January 24, 2014, 09:28:44 PM »
Indeed. // = comment for mount cfg
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline syn.

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 6
  • Lua Padawan
    • SynGaming
Re: Very Strange Lag.
« Reply #24 on: January 24, 2014, 09:39:28 PM »
lmao xD
Lua Student

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

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Very Strange Lag.
« Reply #25 on: January 24, 2014, 09:45:49 PM »
lmao xD
Not that funny syn. :)
What gets printed in below lua code?
Code: [Select]
  print "Hello"
  print "World"
  print "I"
--print "Hate"
--print "You"
--print "I"
  print "Love
  print "You"
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline syn.

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 6
  • Lua Padawan
    • SynGaming
Re: Very Strange Lag.
« Reply #26 on: January 24, 2014, 10:01:44 PM »
Hello World I Love You :) cmon Jam give me something harder :D
(to be honest you almost got me)
Lua Student

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

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Very Strange Lag.
« Reply #27 on: January 24, 2014, 10:08:36 PM »
Trick question, half right.
Print " " would produce errors. True lua print command would be print ("<string>")
You got the idea on comments in lua though. -- is the true way. Garry added C style /* code */

Now, back on topic. Lag/css mounting.
Sorry, beyond my experience.
Google would be my friend, along with what little is in the gmod wiki.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline fetz

  • Newbie
  • *
  • Posts: 13
  • Karma: 0
Re: Very Strange Lag.
« Reply #28 on: January 25, 2014, 04:43:34 AM »
Well, I'd say your issue is that cstrike is not being mounted and is being commented out...


Wow I feel really stupid xD

Thanks :(

Offline Decicus

  • Hero Member
  • *****
  • Posts: 552
  • Karma: 81
    • Alex Thomassen
Re: Very Strange Lag.
« Reply #29 on: January 25, 2014, 05:33:08 AM »
Make sure that the directory of the cstrike folder is actually correct, and don't just uncomment it.
Contact information:
E-mail: alex@thomassen.xyz.
You can also send a PM.