
FiveM'de Saf Mod: Sunucu Tarafı Dosya Bütünlüğü Uygulaması
Saf Mod, FiveM'de istemci oyun dosyalarını önceden tanımlanmış bir listeye göre doğrulayan ve oyuncuların haksız avantajlar sağlayabilecek veya oyun deneyimini bozabilecek değiştirilmiş dosyalarla oyuna katılmasını engelleyen bir sunucu yapılandırma özelliğidir.
Teknik Uygulama
Saf Mod, sv_safSeviye sunucu değişkeni:
# server.cfg dosyasında sv_pureLevel 0 # Devre Dışı (varsayılan) sv_pureLevel 1 # Açık Mod - Bazı görsel/ses modlarına izin verir sv_pureLevel 2 # Sert Mod - Tüm istemci değişikliklerini engeller
Mod Farkları
Seviye 0 (Engelli)
- Hiçbir dosya doğrulaması gerçekleştirilmedi
- Tüm istemci değişikliklerine izin verilir
Seviye 1 (Hafif)
- İzinler:
.Yılbaşından bu yanadoku dosyaları,.ydd/.ydrmodel varyasyonları, ses değişiklikleri - Bloklar:
.yscsenaryolar,.asienjektörler, değiştirilmiş yürütülebilir dosyalar
Seviye 2 (Sert)
- Blocks all file modifications except those explicitly whitelisted by FiveM
- Grafiksel geliştirme modları ve özel radyo istasyonları içerir
İstemci Bağlantı Süreci
- Oyuncu değiştirilmiş dosyalarla bağlantı kurmaya çalışıyor
- Sunucu dosya karma doğrulamasını gerçekleştirir
- Uyuşmazlıklar algılanırsa: "Dosyalar değiştirildi" hatası görüntülenir
- Oyuncunun vanilya dosyalarını yüklemek için FiveM'i yeniden başlatması gerekir
Sınırlamalar ve Hususlar
Tam Bir Anti-Hile Çözümü Değil
- Yalnızca başlangıçta yüklenen dosyaları doğrular
- Bellek değişiklikleri veya harici hileler tespit edilemiyor
- Özel hile karşıtı kaynaklarla birleştirilmelidir
Performans Etkisi
- İlk bağlantının doğrulanması 2-5 saniye daha uzun sürebilir
- Bağlantıdan sonra çalışma zamanı performansında herhangi bir etki olmaz
Yanlış Pozitifler
- Bazı meşru erişilebilirlik modları (renk körü filtreleri, kullanıcı arayüzü ölçeklemesi) engellenebilir
- Server owners cannot beyaz liste specific modifications
Önerilen Uygulama
Rekabetçi sunucular için:
sv_pureLevel 2 # Hile karşıtı kaynakla birleştirin, anti-hile kaynağınızı güvence altına alın
Rol yapma/gündelik sunucular için:
sv_pureLevel 1 # Exploit'leri engellerken görsel özelleştirmeye izin ver
Özet: Pure Mode, FiveM sunucuları için temel dosya bütünlüğü doğrulaması sağlar ancak hileye karşı kapsamlı koruma için ek hile önleme önlemleri gerektirir.
Practical checklist
Use this guide as a staging checklist before changing a live FiveM server. Confirm the current server artifact version, framework version, resource dependencies, database changes, and any client-side files before you apply the change.
- Back up the affected configuration files and database tables.
- Apply the change on a test server first.
- Watch the server console and client F8 console for errors.
- Check whether the change affects jobs, inventory, vehicles, maps, voice, permissions, or player data.
- Document the exact file, command, or setting you changed so it can be reverted quickly.
Testing before production
After the first test, join with a normal player account and repeat the flow from the player perspective. If the topic involves performance, measure before and after with the same player count, route, and resource set. If it involves admin tools or permissions, verify both allowed and denied users.
Yaygın hatalar
Most FiveM issues come from missing dependencies, stale cache, wrong folder names, framework mismatch, or configuration copied from another server. Avoid changing multiple systems at once; make one change, test it, and then continue.
Related resources
For production-ready assets, compare paid resources in the FiveMX shop. For free resources, browse free FiveM scripts and test each resource before using it publicly.
Production rollout notes
Before using this guidance on a live FiveM server, define the exact outcome you expect from the change. For Pure Mode in FiveM: Server-Side File Integrity Enforcement, that means checking which resource, setting, command, or workflow is affected and confirming that the change fits your current framework, artifact version, and server rules. Keep the rollout small enough that you can reverse it quickly if players report errors.
Use a staging server with the same framework, database schema, resource order, and key dependencies as production. If the topic changes gameplay, permissions, visuals, voice, vehicles, maps, inventory, or economy behavior, test with at least one admin account and one normal player account. Watch server console output, client F8 logs, and resource timing while repeating the exact player flow that will happen on the live server.
Rollback checklist
- Save the previous configuration file, resource folder, and database state before changing anything.
- Record the resource version, commit, download page, or setting value you tested.
- Restart only the affected resource first when possible, then restart the full server if dependencies require it.
- If errors appear, revert the single changed resource or setting before testing another fix.
Maintenance guidance
Review this setup again after FiveM artifact updates, framework updates, or major resource changes. A configuration that works today can break after dependency updates, renamed exports, changed events, or database migrations. Keep notes with your server documentation so future admins understand what was changed, why it was changed, and how to verify it again.
Ongoing review
Recheck Pure Mode in FiveM: Server-Side File Integrity Enforcement after major FiveM artifact updates, framework changes, or resource migrations. Confirm that the advice still matches current server behavior, that any linked source remains available, and that installation steps still match the files a server owner will actually download or configure.
For public servers, keep a short changelog beside your server documentation. Note what was tested, what changed, which accounts were used for verification, and how to roll back. This makes future maintenance faster and prevents old setup notes from becoming unclear or unsafe for players.






