-
Posts
534 -
Joined
-
Last visited
-
Days Won
14
Content Type
Profiles
Forums
Downloads
Posts posted by Kopra
-
-
How? Share with other people.
-
Remove "packages" and see if issue is still there. If not, then some of your module is wrongly required or something about import method is wrong.
-
Have you checked #troubleshooting channel in discord server?
-
That feature needs to be enabled by server developers. Also if that server uses any mods, you will need those exact mods in your game to have same footage in editor.
-
You need to have at least basic knowledge of programming and programming languages(C# or JS) to develop. -
Try to toggle Accelerated CEF rendering OFF in client settings.
-
Join GTA Online, does it work?
-
Amazing work, great job.
-
1
-
-
Problem is on your end, check your router/firewall/ac, something is blocking proper access.
-
I've never encountered such an issue, I just allow ports and set announce to true, always works.
-
-
Currently not possible, I agree it would be nice.
-
I don't think you know what you're talking about. Go to rage discord and read #game-modding channel, or ask some specific questions about specific issues you encountered, not something you heard from someone else.
-
1
-
-
Are you using steam? Quick google search gave some results like this:
-
Edit the launch options.
-
- Open Steam
- Go to your Steam Library
- Right click on Bloodhunt
- Select Properties...
- In the field below "Launch Options" input: -anticheat_settings=Settings.json
- Exit the Properties screen and launch the game.
-
If you are not using steam, try to reinstall RAGEMP launcher.
-
Edit the launch options.
-
I don't think actual modding has changed, now what's different is that instead of modifying your own game files you will be providing mods to RAGEMP client via user_resources folder and then client will mod game for you. Also, it is said that server developers will have some kind of control over what mods you can and can't use and maybe some more things, which sounds great.
Overall, it's great improvement for everyone that is using legit mods.
-
Mamma mia! Why spam? How many Italian players are there even?
-
Bad quality of Internet connection is known to cause such an issue, especially if server is using FastDL, you can try to ask someone to zip you client resources and then download it via some other platform, like Google Drive.
-
Clean reinstall of game and launcher usually solves most of the things.
Are you using default launcher? If not, try to get help from grand's team as they will have more info. If you are using default one, consider asking for help in RAGEMP #support channel on discord.
-
For now, only "rule about real life brands" has been enforced by RAGEMP team. What will happen in future? We're all waiting to see.
-
For first problem, have you tried toggling off Hardware Acceleration in RAGEMP Launcher settings? Also make sure your graphic drivers and Windows are up to date.
Server files:
-
1
-
-
You can use any technology that Chromium Embedded Framework(CEF) supports. I would stay away from PHP and use some of the modern JS/TS frameworks. (Vue/React/Angular)
-
There are priorities, just be patient, it's not that big of a deal anyways.
-
It's part of RAGEMP CEF API. Mostly used for chat, I'm not sure if there is a list of all invokes but here are some I've encountered:
/*--From CEF--*/ mp.invoke(“focus”, true/false); // Enables/disables local player cursor in game mp.invoke("setTypingInChatState", true/false); // Used to set synchronized typing in chat state for local player (mp.players.local.isTypingInTextChat) mp.invoke("command", text); // Send command to server from local player mp.invoke("chatMessage", text); // Send chat message to server from local player
-
Have you tried what Xabi said, disable CEF acceleration in launcher settings?

problem install rage mp server with database
in Support
Posted
It's an SQL issue, not an RAGEMP. Google or chat GPT will help you.