Search the Community
Showing results for tags 'FPS'.
-
- 1 review
-
- 1
-
-
- typescript
- fps
-
(and 2 more)
Tagged with:
-
Hey there, folks! I recently asked myself, how I can retrieve the current FPS of a client, because there is no inbuild function at all. Here's a small snippet for retrieving the current FPS in TypeScript (if you want to use it in JS just compile it with a TS transcompiler or adapt it 😐). /* Copyright 2019 Vincent Heins/TheMysteriousVincent Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ class FPSCalculator { private fps = 0; constructor() { let lastFrameCount = this.getFrameCount(); setInterval(() => { this.fps = this.getFrameCount() - lastFrameCount; lastFrameCount = this.getFrameCount(); }, 1000); } public get(): number { return this.fps; } private getFrameCount(): number { return mp.game.invoke('0xFC8202EFC642E6F2') as number; // '0xFC8202EFC642E6F2' is a method of GTA5 which returns the frame count since the game was started (see http://www.dev-c.com/nativedb/func/info/fc8202efc642e6f2 for ref.) } } export const FPS = new FPSCalculator(); Or, if you prefer a Gist: https://gist.github.com/TheMysteriousVincent/42a4b00b4c34b6dd27423e48bd5c6c52 Or additionally, if you prefer the download section of RageMP: Sincerely, ~Vincent
- 2 replies
-
- 1
-
-
- FPS
- Clientside
-
(and 8 more)
Tagged with:
-
German: Wenn ihr bei der Rage Version 1.1 das Problem habt, dass ihr starke FPS drops bekommt, sobald ihr eine Taste auf der Tastatur drückt, schaut in euren Prozessen, ob ihr NahimicSvc findet. Beendet den Task und schaut obs wieder funktioniert. Wenn ja, deinstalliert ASUS Audio Software und Treiber und installiert euren Audio Treiber Munuell von der Hersteller Seite z.B. Realtek HD Audio. English: If you have trouble in Version 1.1 of RageMP that u have FPS drops when you using your Keyboard open your taskmanager and search vor NahimicSvc and close the task. If that helped und you dont want to close it every time you restart your computer you have to uninstall audio software of ASUS and compability drivers. reinstall your audio driver from the original manufacturer and you should be fine.
-
When I sit in the car, the frame rate increases (25-30 fps) When man climbs from the car and walk the frame rate is reduced (9-11 fps) https://imgur.com/a/4f686j4
-
Hi! Video card load only 50% not depending by settings Pls help R5 3600 GTX 950 16gb 3200Mhz Video