This is a good question and IMO one of the key points that this community still needs to tackle.
My first thought is to edit CoD2_mp.exe and turn CreateProcessA into a no-op, but I'm not even...
Type: Posts; User: kung foo man
This is a good question and IMO one of the key points that this community still needs to tackle.
My first thought is to edit CoD2_mp.exe and turn CreateProcessA into a no-op, but I'm not even...
Nice, you share the source somewhere?
From Name Script Manual, what does this mean?
May = many?
https://wiki.zeroy.com//index.php/Call_of_Duty_2:_d3dbsp
Direct link (only in branch development_v2): https://github.com/Scobalula/Greyhound/tree/development_v2
XModel:...
Hey all,
the biggest burden to make an open source CoD clone is to get the file formats right. You can spent weeks figuring out all the details, and no one ever did all the work yet.
However,...
I added a monthly crontab now: @monthly bash cronMonthly.sh &
cronMonthly.sh
cd KILLTUBE
node update_ssl.js
update_ssl.js
I just figured that you can send "Enter" via ^M, for testing all commands:
Start a new session called hurra: screen -AmdS hurra
Send a command (or do it multiple times for testing): screen -S...
Which libcod do you use (mine, some old precompiled .so, Vorons, Mitchs)?
If you don't want to use B3 or any other log-reader-send-rcon-third-party-tool this you can use libcod:
https://github.com/kungfooman/libcod/blob/master/gsc.cpp#L266
Your example would be:
...
So you have a .map and you compiled it with q3map2 and then want to load it in RTCW?
Do you have a .bsp and hex-edited the version?
What are you doing or trying (please add context)
nextmap seems broken based on other posts aswell: https://www.dslreports.com/forum/r6253210-server-config-map-rotation-question-SoF2-Q3-eng
Do you use old lnxded binaries or something new like...
What's the xmodel triangle/face limit?
Instead of while (1) you can check while (isDefined(self)) or use endon at top of method
Yea, browsing/reading always worked, but creating/editing files messed things up, that's what I wonder about (for active development, so people don't need to rent a Linux box or deal with VMWare)
Does using WinSCP to upload files to the local server mean that Windows/Linux still doesn't support proper file system sharing on the same machine?
Last time I tried it I could read files, but...
What's the content of these packages?
May be easy enough to just make a hashmap (key: ip, value: meta info of received packages) in C++ and drop these packages from libcod.
Example code here:...
Wow, nice work! Was a bit confused what type "direction" is... until I saw it treated like an integer. Do you still work on the docs aswell?
Please always say which version you are using, since manymaps differs:
https://github.com/kungfooman/libcod/blob/master/libcod.cpp#L2082...
"it feels so right, as long as the lights are off"
Video doesn't work here https://killtube.org/image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAc4AAAC7CAYAAADsfn52AAAgAElEQVR4Ae2dS4xUVf7Hi9cggk...
*points to Infinity Ward that THEY actually have to patch their games if there are security risks and exploits*
Can't be bothered to close/censor this thread, but actual information will be deleted
If you don't use any new methods/functions/callbacks provided by libcod, it is basically just patches/fixes/protections
About pam mode, maybe some random users force the server/mod using...
Fixed in:
Voron's libcod: https://github.com/voron00/libcod/commit/88ee15a056b71540387e3a0b7c0a0ec3a4958125
Mitch's libcod: https://github.com/M-itch/libcod/blob/master/libcod.cpp#L570
...
Yea, alternatively, you could also use B3 for some logic and communicate via cvar's [1]. But the easiest/"unhackiest" route is to use libcod
[1]...