Zze

Member
  • Content count

    18
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Zze

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Zze

    Adding new Gas Masks

    ExileClient_gui_gasMask_toggle.sqf exile\addons\exile_client.pbo -> config.bin not really sure if that helps, but thats where i've seen it edit: Exile\addons\exile_client\code\ExileClient_system_radiation_thread_update.sqf Line:45
  2. Zze

    Starting new server need help

    Should be something like "C:\Arma\Server\mpmissions\Exile.Malden.pbo -> mission.sqm" and you'll need a pbo tool to extract/pack pbo's And here is what a mission.sqm for malden should look like
  3. Zze

    Starting new server need help

    for your start command try just -config=server.cfg -cfg=basic.cfg -profiles=profile -maxMem=7000 -port=2302 -maxplayers=50 -mod=@exile -servermod=@exileserver -autoinit also looks like your mission file might be missing few things if you post the mission.sqm can try help
  4. Zze

    Loot wont spawn on Chernarus 2035

    Lol solved... Was using the old version of the loot tables like class CfgLootTables now its class CfgExileLootServer { class LootTables { and different layout...
  5. Hello, been trying for about two days and cant get anything to spawn this is what my exile_server_config.pbo->config.cpp looks like Server and client are on same version of the map.. I don't get what i am doing wrong
  6. Zze

    [SOLVED] Arma 3 - Exile Server Problems

    Agreed, getting rid of xampp would be a great first step in all this
  7. Zze

    [SOLVED] Arma 3 - Exile Server Problems

    run this in hedi sql.. select @@global.sql_mode; you should get NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
  8. Zze

    [SOLVED] Arma 3 - Exile Server Problems

    Why are you using xampp? complete garbage.. should be using mysql community server edition *cough*.. anyway, verify you're editing the correct .cnf/.ini file here is a list of common locations including xamp.. C:\Windows\my.ini C:\Windows\my.cnf C:\my.ini C:\my.cnf C:\xampp\mysql\my.ini C:\xampp\mysql\my.cnf C:\xampp\mysql\bin\my.ini C:\xampp\mysql\bin\my.cnf keep in mind there might more then one... so make sure the one you're editing is actually doing anything.
  9. Zze

    Players giving themselves poptabs?

    you didn't really answer if you're using other mods or even acknowledged anyone's points for that matter you just made another statement, so... going to assume you are. will prevent the attachment dupes caused by cups/nlarms and other wepons mods., and mr handy dandy infiSTAR will prevent a bunch of other methods of duping. however far as the vehicle one you explained, not really sure, although I've not seen it
  10. Zze

    Players giving themselves poptabs?

    It's possible they are just duping, what mods do you have enabled, cups/NIarms? far as doing the bans tho you could make a custom call to the database to check if player poptabs >= limit, then add temp ban. type thing, but probably better to find the cause first.
  11. 32 is the base line for even a free un-licensed teamspeak..
  12. Zze

    Creating .PBO Help

    Download the @exileserver-1.0.2 from the downloads section theres a mission.pbo already there you can use as a base.. if you're trying to use the editor you'll want to merge the files with your custom objects.. and you'll want something like pbo manager to actually pack/unpack the pbo's with.
  13. Zze

    Viewing Active Server Threads

    Theres this http://www.armaholic.com/page.php?id=21436 that will help see whats using the most cycles (my bet is AI).. For dumbing threads don't know if Im allowed to post the link, so... a google search for 'script thread objects' should bring you to what I think you mean.