ok, but where SVN Updates =\
ok, but where SVN Updates =\
Is this compatible with DarkRP 2.3.5+ as well ?
Or 2.3.5 only.
Should be with any version 2.3.5 and above, depends if the update has any major changes concerning jobs.
How can I make it work on my darkRP server, version 2.3.1+138 ?
Well, you'll have to do the extra jobs yourself. Look at the darkrp plugin, and see how the PCMod.RP functions are overrided. You can copy those, but you will need to do the job stuff yourself.
(Basically, if you don't know Lua, you're screwed.)
Tom wrote the hopeful fix for ULX problems. I did the networking
Only tom has that password :D
well just to inform you, tom's update did not work :c
Its ok, I don't need anymore help with PCMod, I got it working, but can someone tell me where I can get a Web Browser SWEP for PCMod?
But does it actually work? :c
Apparently not
PCMod 2 does not have a web browser. It will pretty much never be able to browse a real website
Tom is working on something that will bring the ability to have in-game websites good for RP and for creating in-game forums and such
http://www.facepunch.com/showthread.php?t=698277
PROGRESS :D
Thank you for fixing the routers :D
Laptops don't appear to be talking to each other, i'll try again when i get some more free time but i do have the latest svn (ver 2.0.3) AND PCS DO WORK :D
I'll give it a bit more of hammering later when I have more time xD
I like the feature that if you don't have a keyboard on a PC you can't type :D
you can change that if desired. Please enable server debugging then give me a copy of its output after you try to have a laptop ping a laptop. Just a reminder, laptops need to be wired and do not have wireless yet
Hello everyone :) I just started my darkrp server and i have a problem with pcmod2.
I got pcmod2 from svn btw. Everyone can buy pc's with stool gun ;/ how can i fix that?
Just to confirm, I updated the svn yesterday. I will work on the notepad thing now, by moving to Gmod's datastream not my own version.
To restrict using the pc stools, add this code to your darkrp's init.lua file somewhere:
local function StopPCStools( ply, tr, toolmode ) if (ply:IsAdmin()) then return end if (string.Left( toolmode, 7 ) == "pcspawn") then return false end end hook.Add( "CanTool", "PCMod.StopPCStools", StopPCStools )
People will not be able to use the spawners, but can use the wiring tools. Admins will be able to use anything.
Oh that works thanks :) But i got one more problem. Anyone can spawn pc's by using !pcbuy :|
The DarkRP plugin should fix that. Make sure you have it installed, and that you have the latest DarkRP from the svn.
Edit:
Also, I have switched PCMod now to use the GMod datastream and it still doesn't work with ULX. This means, it is officially Megiddo's problem and not mine, since ULX breaks a built-in GMod feature. I have sent off a Mantis report to ULX, it's now up to you guys to pester Megiddo to get it fixed.
http://ulyssesmod.net/bugs/view.php?id=348
hmmm well i reuploaded Pcmod/plugins i redownloaded Pcmod but still everyone can spawn pc's with !pcbuy command
Yeah, still doesn't work with ULX.
Can people not read the above posts! Blimey, Thomas even said "This still does not work with ULX"!
Okay, whoever says something that has already been mentioned in the thread, deserves to be dead, has no life, and will live a sad and lonely life.
So far so sweet :D
It works happily with a reasonably complex network (see screenshot)
![]()
Hello
Wanted to say that the devs working on ULX/ULib have fixed the datastream issue.
All the server has to do is update the SVN for ULX and ULib and the notepad saving will work fine.
Great mod btw :D
That's one thing to say if it's a 50+ page thread, but if it's on the first page of the thread, then it's different. That's like complaining that you don't know what to do in a gamemode after not reading the help ( and even refusing to ).
Well, Yeah, when a thread is massive (Like SBEP) i'll only go back about 3 pages, but then again, by the time i read them, another 50 are added. Haha.
Yep, update your ULX versions to rev 24 and notepad saving/printing will work.
NOTE: You have to save the notepad file BEFORE you print it!
Culd somone edit that code that resticts using Stool for spawning PC at RP servers. Just it makes a notification for that players to use !pcbuy ?
Thanks if somone culd!
I did. I was referring to the newest version.
I hate having to repeat myself.
You realy dont, i was asking about a message that players get like "Use !pcbuy to buy PC's". When they trying.. I know that code, i inserted it and got it work. But i want to get other players know, that dont know about the !pcbuy command.
Anyway, i got a problem printing documents with Printer Share, i just gets white blank papers. What to do?
Hey, my PCs forget the IP of the other PC in the P2P chat program the moment you look away from them.
It also resets back to 127.0.0.1 if you hit Set for the name.
Nor can I send messages using the program.
The ChatServ program doesn't close, nor can I get it to do anything else, really.
AlarmZ doesn't close either.
When you type your message in notepad before printing press save file button
What version are you running?
Got my new computer up and running with modeling software, I probably have done the monitor models soon.
2.0.3. I downloaded and copy/pasted over the SVN.
PLEASE don't add tons of custom models and materials, it's a GIANT PAIN IN THE BUTT FOR SERVER OWNERS. Player don't like waiting to download stuff.
Keep the custom models materials down if possible!
Okay, I connected a desktop and a laptop to the same router, the router connected wirelessly to a server. The desktop was able to ping and connect to the server (chatserver), but the laptop got no response.
Please fix.
Also, if you exit ChatServ by clicking X instead of Disconnect, everyone is nolonger able to connect to the chatserver, getting the "Failed to connect" message.
The only fix is to disable and reenable the chathost from server.
Lua error? We can't help you unless you show that.
We have found the problem with laptops and this will be fixed soon
For those who cant wait:
Open pcmod2/lua/entities/pcmod_base/shared.lua
On line 214
[FIND]
[REPLACE]if (self:GetClass() == "pcmod_tower") then
if (self:GetClass() == "pcmod_tower" || self:GetClass() == "pcmod_laptop") then
Hey I was wondering do you think a hacking swep would be possible? What I mean is it would work like fallout 3 hacking system where it gives you a bunch of random words in two colums and if you chose the rigth one the computer unlocks but if you get 4 tries wrong it locks the computer so only the person that knows the password can get into it. here is a picture of the hacking system i was talking about:
![]()