Jump to content

cmer

Technical Administrator
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by cmer

  1. When hosting a game server, especially one as demanding as Counter-Strike with a high player count like NiDE, it's crucial to ensure your server is running at peak performance. Some hosting providers, like OVH, might sometimes limit the CPU frequency for energy-saving reasons . While this is beneficial from a power consumption standpoint, it can impact your server's performance. Fortunately, tools like cpufrequtils exist, allowing you to monitor and manage your CPU's frequency. Let's dive into how to install and use it on Ubuntu. System Update It's always wise to start by updating your system to ensure compatibility and security: sudo apt update sudo apt upgrade Installation of cpufrequtils After updating your system, proceed with the installation of cpufrequtils: sudo apt install cpufrequtils Using cpufrequtils Here are some steps to get you familiar with the tool: Displaying CPU frequency information: cpufreq-info Configuring the frequency for optimal performance: sudo cpufreq-set -c 0 -g performance Note: -c 0 refers to the first CPU core. Adjust this number based on which core you wish to configure. see cat /proc/cpuinfo |grep processor Gets the currently used cpufreq policy: cpufreq-info -p Understanding performance vs. powersave When managing your CPU frequency with cpufrequtils, you'll come across different policies that dictate how your CPU behaves. Two of the most commonly used policies are performance and powersave. Let's break them down: Performance : As the name suggests, the performance policy makes your CPU run at its maximum frequency. This ensures that you're getting the best possible performance out of your processor. Use Case: This policy is especially beneficial when your server is hosting a full 64-player ZE and every millisecond counts. You'll want all the processing power you can muster to ensure smooth gameplay. Powersave : The powersave policy, on the other hand, is all about conserving energy. It adjusts the CPU frequency down to its lowest setting, which in turn reduces power consumption and heat generation. Use Case: If your server is idling or performing less intensive tasks, the powersave mode can be a great way to reduce energy costs and prolong the life of your hardware.
  2. +1 for me, active in the community. He is a Français and normally Français should be automatically accepted.
  3. Hey gamers! Just a quick heads-up: we've got some exciting updates coming your way! Tomorrow, sharp at 11 am Paris time, we'll be taking (migrate css ZE server to new CS2 engine) a short server break. But don't worry, it's all for a great reason! Here's what's on the update list: Upgrading Sourcemod to version 12. Refreshing those Sourcemod extensions. Giving Stripper of Sourcemod a makeover: transitioning to a plugin version and integrating its Discord API. Leveling up with a Linux update. Sprucing things up with a Docker update. And, to top it all off, an update to Kubernetes. We're making all these changes to ensure you have the best possible NiDE gaming experience. We know it's a bit inconvenient, but we promise it'll be worth the wait! Thanks for understanding and being patient with us. Gear up to experience an even more powerful server after the update! See you tomorrow, and in the meantime, happy fragging! Cheers,
  4. How do you want to know there's a problem if no one tells us... You have access to my discord to know that I received the message and ignore it ? For proof I just fixed the problem, it took just 1 minute for fix it.. Enjoy,
  5. Hello, We didn't know there was a problem with the server ZR and torchlight, we will look at those problems. You think that Nide is my employer and that he pays my apartment at the end of the month ? We have a personal life... If you see any other problem just open a topic on the forum it will be easier to deal with it. Regards,
  6. I take note of your insult ? now you will be my slave on the server until you apologize for insulting me.
  7. Unfortunately @Vasiliy , the russians don’t live in Berlin or Paris, where participation in a protest gets you lots of pats on the back. You can end up with a concussion, or spend the night in jail, or be required to remove your underwear (for a cavity search ?), or possibly have a felony case opened against you. Given the current situation, we can’t exclude the possibility that protests will eventually be punishable by 20-year prison sentences or the death penalty for russians people. ? Russians will get nothing out of this war, they will lose in the most monstrous possible way, it will be an immense catastrophe for the Russia, all he Russian will get is global hatred, a destroyed economy, a crushed society, and possibly a defeated army. If you need to bring family in security to France contact me. All european countries is with you. The bravery of Ukrainians is a lesson to the world, never forget it. ??
  8. @VeNoM Give me a traceroute please. i think it's a trouble in russian ISP network routing, not nide. https://www.hellotech.com/guide/for/how-to-run-a-traceroute-windows-10
  9. @Tinned give me a traceroute from CMD windows please tracert 149.202.65.122
  10. I have no network packets received by your ip on the server. Maybe check your firewall for output UDP port or reboot your box.
  11. You don't abuse, it's other people using VPNs who abuse it... unfortunately this punishes legitimate players like you. Contact me privately on discord
  12. Hello, we decided to block a big range of ip addresses, they are used by VPN solutions. we have a lot of problems with players who use vpn to spoof SteamID players and abuse.
  13. it's because you don't use linux. ?
  14. Hello ? I read you from the beginning but I can not accept some sarcasm against the current staff. 50% Of the work done by the staff does not concern the server, there is internal conflict management, people management.. internal organization, event management, and many other things... There is a lot of discussion to find the best solution to satisfy everyone. The most important in a team is solidarity, and I am impressed with the work of each member of the NiDE staff (Admin, LSA ect..) and the members. Try to bring useful and factual things to help us progress, because dumping your cancer on the staff in this forum will only make you lose credibility and the desire to listen to you. If you are no longer part of the NiDE team and you dump your hates on the staff there is a reason, it is that you were useless to our evolution. Don't raise your sarcasm, improve your argument.
  15. Hello @InfinityKpoper and wlcome to NiDE ? +1 for me, good player
  16. no need to continue this drama queen debate, I close the post. if there problem I invite you to discuss together on discord, in respect.
  17. Hello @Moh I talk with @LmntriX about this, it is certainly a mistake about saysounds. ++ PS: not supreme-elite server, it's a nide server ?
  18. Hey! I've had problem with fonts in CS: Source on my new installed Ubuntu 20.04 all letters are smaller and thinner in chat. For CSS just copie the font from Windows and configured it to be used. Now the chat font in Linux looks the same as Windows and is no longer difficult to read. Copied vgasys.fon from C:\Windows\Fonts to $home/.steam/steam/steamapps/common/Counter-Strike Source/hl2/resource . Edited chatscheme.res in the same directory. Under "ChatFont", locate the setting for the yres (vertical resolution) range I'm using (768 to 1023 or subsection "3" in my case). Changed the "name" from "Verdana" to "System". "ChatFont" { "1" { "name" "Verdana" "tall" "12" "weight" "700" "yres" "480 599" "dropshadow" "1" } "2" { "name" "Verdana" "tall" "14" "weight" "700" "yres" "600 767" "dropshadow" "1" } "3" { "name" "System" "tall" "15" "weight" "700" "yres" "768 1023" "dropshadow" "1" } "4" { "name" "Verdana" "tall" "17" "weight" "700" "yres" "1024 1199" "dropshadow" "1" } "5" { "name" "Verdana" "tall" "22" "weight" "700" "yres" "1200 10000" "dropshadow" "1" } } Under "CustomFontFiles", Add a new font, "3", set to "resource/vgasys.fon". CustomFontFiles { "1" "resource/HALFLIFE2.ttf" "2" "resource/HL2EP2.ttf" "3" "resource/vgasys.fon" } vgasys.fon Enjoy vgasys.fon
  19. Hello @Thedestiny Thank you for your alert, It's nice to have players who help us improve the server!!! ? We need players like you. Unfortunately in your video, nothing seems suspicious for the players, everything seems legitimate. it is possible to bhop in the same way if you add your jump key on your mouse scroll ? Check ths video if you whant ton view a real bhop {g*y} script.
  20. cmer

    bolbol

    Very special guy but does a good job, with his wife Fouzy. take it with pity, I don't know how to get rid of him. ?
×
×
  • Create New...