-
Posts
79 -
Joined
-
Last visited
-
Days Won
4
Everything posted by -ffs-PLASMA
-
Merry Mreowmas
-
OBS works just fine for MTA.
-
Read the wiki page: TLDR: you cant disable AC for your server. Just dont use cheats :3
-
reshade ALLOW RENDERHOOK!!! it's not a hack lol
-ffs-PLASMA replied to Carl Rayanitch DZ's topic in Suggestions
no, simply because of security reasons.- 2 replies
-
- renderhook
- graphics
-
(and 2 more)
Tagged with:
-
Merry meowmas!
-
A client for any computer architecture other than x86 will never happen due to technical/time limitations.
-
Hello guys, I would like to release LibDeflate-MTA, a pure Lua compressor and decompressor for Multi Theft Auto with high compression ratio using DEFLATE/zlib format. It is based on the initial LibDeflate project found here and has been adjusted to be used in MTA. This library can be used on both server and client to compress and/or decompress files. Comes with two test files for each side to quickly test. Two exported functions are provided, return true or false on completion: compress(input_file, output_file) decompress(input_file, output_file) Limitations: This is purely lua, compression and decompression will be much slower than C/C++ counterpart. The compression and decompression depends on clients hardware alot! Don't expect to handle tens or hundreds of megabytes of data, the library runtime will be aborted by MTA at some point. During testing, compressing a 6 MB file seemed fine, trying 10 MB failed due to infinite running script. Download: here
-
As many people said in past and will say in future: DO NOT TRUST THE CLIENT Always expect the data coming from client to be manipulated. Perform important validations on server side. And as DiSaMe already said, 99% of problems are caused by bad scripts/resources. Use client for server events, try to avoid elementdatas, if you need elementdatas then check if they got changed by client and revert them back, perform movement validations of players.
-
See https://forum.multitheftauto.com/topic/139550-cheater-reports-ban-appeals-in-2023/ Dont rely solely on anti cheat, get some staff/admin people to check players, AC aint bulletproof.
-
no, the remaster is completely different from a technical perspective, therefore MTA will never work on that.
-
To answer your question in TLDR: Security
-
OOOf thanks for the all those great memories. Sadly I miss alot of the old MTA:Race and 2010s times. Made a playlist with very old videos (12+ years) most from old race client times:
- 81 replies
-
- awesomeness
- multi theft auto
- (and 6 more)
-
I tried to get it running on steamOS with proton but aint working as expected. I guess theres a sandbox issue within MTA and GTA files given the memory offset but havent really dived deep into it.
- 5 replies
-
- steam deck
- deck
-
(and 1 more)
Tagged with:
-
Onto a next great year!
-
some versions required to run the resources
-ffs-PLASMA replied to ibrahimJackson's topic in Linux-Server
1.5.5 is outdated, latest version is 1.5.9 Download latest stable build from: https://linux.multitheftauto.com/ -
As I said, theres no general limit. A client with 2gb vram can obviously handle more textures than a client with 1gb vram. A good practice is to use dxGetStatus to get an overview of the clients video hardware and then create a script/system to estimate what the client can handle in terms of texture sizes and amounts.
-
Theres no real hardcoded limit, it all depends on the client computer.
-
You cannot change your serial. Get in touch with server owner to sort out your problem.
-
It depends on what type of gamemode/resources you run on your server. Other than that you have to try it out by yourself given that no one answered. Edit: Also keep in mind the ARM binary is in a testing stage therefore server crashes might occur due to the binary itself, not the resources.
-
Announcement regarding "serial validation" on cloud (gaming) and VM services
-ffs-PLASMA replied to Dutchman101's question in Client
As the topic describes, there's no way to play MTA on cloudservices like Shadowplay anymore because you as a gamer doesn't have access to host system to validate your serial. Therefore there's no solution or workaround to your problem. -
Player peds walking speed is defined by its animation, you cannot change it via setElementSpeed.
- 5 replies
-
- setelementspeed
- getelementspeed
-
(and 1 more)
Tagged with:
-
Use https://wiki.multitheftauto.com/wiki/SetVehicleVariant on the created vehicle and pass the desired arguments.
-
we dont provide support for custom MTA forks. ask province for support.