24
Account Details
SteamID64 76561198154342943
SteamID3 [U:1:194077215]
SteamID32 STEAM_0:1:97038607
Country Bahamas
Signed Up August 4, 2017
Last Posted November 16, 2024 at 7:37 PM
Posts 945 (0.3 per day)
Game Settings
In-game Sensitivity drafted
Windows Sensitivity into
Raw Input 1
DPI
ww3
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse please
Keyboard help
Mousepad me
Headphones and
Monitor my kids
1 ⋅⋅ 21 22 23 24 25 26 27 ⋅⋅ 63
#9 Zidgel's Gizmos in Projects
CaptainZidgel24I already have it more or less done, and you can use github pages to host. I'll get something released soon, maybe this upcoming monday I'll have it working (I already have a private site to do this- I just need to make it better and provide a bit more context_I'd be very interested in seeing how the github pages implementation works - github pages servers static pages only but under normal conditions you'd need some kind of a server to send TCP requests, but I did a quick google about TCP reqs in client only - is this the extension tech you were referring to? https://stackoverflow.com/questions/12407778/connecting-to-tcp-socket-from-browser-using-javascript

js frameworks are beast you have no idea

you can also use client side requestings (ajax) in order to get information from the frontend without a backend. I have a backend set up for it hosted anyways (private backend- dont be confused), but if you were to do it all in the front end it would probably work but it would be sketchy af.

posted about 5 years ago
#6 What happens with these fps settings in Customization
Alex7788Reeromake fps_max 300, take the launch option out because it won't do anything
Thanks a lot! One more question though: Does having your fps_max set to a too high value have negative effects on your game? Just curious

No. CPUs are smart nowadays, it will not negatively affect your system, special asterisk for laptops for this, however.

posted about 5 years ago
#103 Yet another insane RGL ban handed out in TF2 General Discussion

I won't post a real reply because if I do I will be downfragged regardless.

posted about 5 years ago
#6 Zidgel's Gizmos in Projects
CaptainZidgel24I was working on a chrome extention that allows this, and a website that also allowed this. I guess you're 40% there to what I wanted to do :PThere are nodejs and openresty implementations of rcon already out there. Someone just needs to take one and write a nice html form then host it. I already have something like that ready to be hosted (openresty/lapis implementation). Will try to figure out how to use heroku, but I've never been able to get it done. If you have a website that does RCON connections easily, it will be of great use and I recommend you try and get it hosted.

I already have it more or less done, and you can use github pages to host. I'll get something released soon, maybe this upcoming monday I'll have it working (I already have a private site to do this- I just need to make it better and provide a bit more context_

posted about 5 years ago
#4 Zidgel's Gizmos in Projects
CaptainZidgelI didn't write anything for this. I just built an executable from an external module. Module
Want to execute rcon commands when not in game? The best thing would be a website but I'm not running a server* for that so this is the next best thing:
A distributed executable rcon client. """Written"""** in Python. No python installations or dependencies needed on your end.
Direct download: https://github.com/CaptainZidgel/simple-rcon-client/releases/download/b1/RCONCLIENT.zip
Docs: https://python-valve.readthedocs.io/en/latest/rcon.html#using-the-rcon-shell

*Hmm... perhaps after I eat my noodles I will look into hosting a thing on heroku.
**I didn't write anything. I built the rcon implementation from python-valve into an executable.

I build this so that I could use it on Windows instead of opening an Ubuntu vm to use rcon outside of TF2, and I could click an exe instead of typing out a longer than necessary command.
The quote-unquote source code is available on the same github if you'd like to make sure I'm not skimming your rcon passwords.
Again, to reiterate, this took no work on my end. Huge thanks to the original author of the module, Holiverh

I was working on a chrome extention that allows this, and a website that also allowed this. I guess you're 40% there to what I wanted to do :P

posted about 5 years ago
#8 RGL Profile Chrome Extension in Projects
BuildBruhIs it cool if I try and port this over to firefox? Been meaning to learn how to do it for some other extensions but this is a lot better of a starting point than what i want to tackle eventually.

Go right ahead! Make a PR and I can add it to a branch if you'd like.

coyo, my extension would work for steamcommunity.com/id link match, while kodey's looks for tf2c, which may be where he wants to see logs appended on the steam page as well as the rgl link.

posted about 5 years ago
#4 RGL Profile Chrome Extension in Projects
bleghfarecthis is neat but imo a logs.tf extension would be much more applicable

Could you further this more? I mean you would link to the logs.tf page already through rgl unless they're not registered in RGL. Could also just be another project.

posted about 5 years ago
#1 RGL Profile Chrome Extension in Projects

Another project: RGL Profile Chrome Extension

I asked around what projects I could work on and I had a few ideas, and I ended up doing this as a challenge to do it in one day. I also have in mind for a chrome extension that allows you to rcon to a server directly in chrome.

Download: here

A cool chrome extension that will automatically get an rgl link embedded to the profile's page.
More details are listed on how to install this extension. I will eventually add it to chrome however.

You will need your own steam API key, there's instructions on the github page.
If you have an error, it will post it in console. You must set your steam api key before using this extension.

Example:
Go to your steam page with this extension
You will see a tiny "RGL Profile" text, click to to visit their rgl page.

http://i.imgur.com/i189Eev.png

In addition to this, if the profile is private or somehow cannot access the container to append this to, the popup will link to the profile as well.

Example:
Go to your steam page with this extension
Click on the ugly white icon, and it'll give you the link! Click and go.

http://i.imgur.com/UnyM5oD.png

posted about 5 years ago
#8 [StAC] - anticheat plugin in Projects
wolsneondkajawolsnesnip
Not really. Most AC software is proprietary and owned by for-profit companies, and these very rarely make software open-sourced. Whether it's more secure or not is not a factor.

Not sure if you're saying that for-profit companies don't make open source software frequently, or that they specifically don't make open sourced anti-cheats, because the former is certainly false.

While there is ways to data mine, reverse engineer, and/or circumvent close source software and this code is not publicly audited, I think we'd both agree that it is probably better than just giving cheat developers the keys to your game.

By preventing cheats, you introduce more talented people to make better cheats to circumvent those securities. By making yours open source, you allow people to people to see how it works, meaning that there's 2 outcomes:

  1. You allow people to develop it further, making it even better
  2. You allow people to find ways around it


Making this open source is not a bad idea, it's those who say they're using this is where that'll be a bad idea.

posted about 5 years ago
#19 RGL Main Pre-Season Social in TF2 General Discussion

Sorry about the whitelist issues, I'll be fixing them for the servers tomorrow. If there's any input I can get to make them better, let me know on discord or steam! Was a great stress-test for my machine and I learned a lot!

Edit: I ended up fixing all the problems, and I built my web interface larger in order to control and modify servers as needed. Should be a fun day!

posted about 5 years ago
#14 RGL Main Pre-Season Social in TF2 General Discussion

I strongly recommned that you all use the pug.tf servers as we're testing some server infrustructure. They'll be preset with map and configs for your convenience (This includes timelimit)!

Sidenote: extine is handing out servers! request one from him.

posted about 5 years ago
#27 Headphones in Hardware

https://drop.com/buy/drop-hifiman-he4xx-planar-magnetic-headphones
heavy, but sounds great

posted about 5 years ago
#1 TF2Metrics to be discontinued in News

2020 sad year

posted about 5 years ago
#3 the truth about gxq in The Dumpster

American Sniper sponsored by GXQ!

posted about 5 years ago
#4 How are you? in Off Topic

There's a det sticky bug fix, but not from valve...

posted about 5 years ago
1 ⋅⋅ 21 22 23 24 25 26 27 ⋅⋅ 63