Posts: 20
Threads: 4
Joined: Oct 19, 2007
I finally got SourceOP running with Sourceforts and it is fun to spawn entities with e_spawnprop.
The problem is: they dissapear for other players if you disconnect (like the command e_removespawned).
There should be an option to save them until the map is over (even if you disconnect) or better to save them to a file.
Cool would be also if you can optionally auto-load the saved file if you play the map again.
Posts: 4,891
Threads: 253
Joined: Jan 02, 2005
"Cool would be also if you can optionally auto-load the saved file if you play the map again."
Don't we have this? I know that Dark Fox had this on every map on his server with the first AdminOP, if we don't have it we will probably implement it.
/sarcasm
Posts: 697
Threads: 30
Joined: Dec 11, 2004
It's on the list for sourceop but it hasn't been done as of yet.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
The fact that the entities dissapear when you disconnect is by design. I can add a CVAR or something that will allow you to disable this. Saving them to a file is a little more complicated, but it is something that I am working on.
Can you post what you did to get SourceOP working for SourceForts in another thread in case other people are interested?
Posts: 64
Threads: 11
Joined: Apr 02, 2008
I can see where objects disappearing would be a good idea, but i have problems with it.
I have a problem with admins deleting vital map objects and remaking them to look and function better, but when they disconnect it vanishes. I would love if you could make a cvar to keep them till the map changes.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
I've added a CVAR called DF_spawn_removeondisconnect for the next version. The next version will be released for games on the Orange Box engine only. Valve will be porting their games (CSS, HL2DM, etc.) to the Orange Box engine, it's just unknown when that will be completed.
If this feature would really help you out and you need it now, I could post a special version of SourceOP with this feature added.
Posts: 64
Threads: 11
Joined: Apr 02, 2008
I would greatly appreciate it.
Also if you could include a cvar to make 100 frags at once credit worthy that would be great.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
OK, here is a DLL with added CVARs DF_credits_maxpointsatonce and DF_spawn_removeondisconnect. For you, set DF_credits_maxpointsatonce to at least 100 and DF_spawn_removeondisconnect to 0.
Download:
http://www.sourceop.com/downloads/Source...urceop.dll
Posts: 64
Threads: 11
Joined: Apr 02, 2008
Hmm i tried it and it didn't seem to work.
I extract it to my addons folder, if it doesn't go there can you please provide a path to the file.
I just wanted to say I'm running a linux server, hope that doesn't mess any thing up.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Oh, Linux. That means I would have to compile it in Linux. The DLL I gave you is for Windows.