Jump to content

Desperta Ferro

Member
  • Content Count

    43
  • Joined

  • Last visited

  • Medals

Everything posted by Desperta Ferro

  1. Desperta Ferro

    DG Base Attacks

    Very good script, I'm using it on my server and I love it. Congratulations!
  2. Desperta Ferro

    Exile Scavenge Framework

    Hello! I know this script is old and maybe not functional? But I've managed to put into my server but when I get the Message that I've found something nothing happens. Any ideas? Or maybe there is a script that does something like that that works?
  3. Hello all, Like I say in the title, anyone knows if there is any option to set those variables in Exile? Or do I have to find a script that does this? I've searched but i didn't find anything clear to do this, maybe I didn't search well...
  4. Desperta Ferro

    Persistent Tree Chopping by flyingdutchmen

    Oh well if you want to try tell me then
  5. Desperta Ferro

    Persistent Tree Chopping by flyingdutchmen

    What panel do you use? Mysql Workbench?
  6. Desperta Ferro

    Persistent Tree Chopping by flyingdutchmen

    I think it is not that difficult. What exactly do you not understand? I will try to help.
  7. Desperta Ferro

    Persistent Tree Chopping by flyingdutchmen

    For what I've seen in the files, You have to put the content of exile.map in your mission folder. Be careful, surely you have already the config.cpp and initServer.sqf files on your mission, so on those files you have to merge the content. Find your CfgExileCustomCode and copy //You have to copy this line inside your CfgExileCustomCode ExileServer_object_tree_network_chopTreeRequest = "custom\ExileServer_object_tree_network_chopTreeRequest.sqf"; And then copy: ExecVM "custom\removetrees.sqf"; At the end of your initServer.sqf. Then if you are using 32bits go to: @ExileServer\extDB\sql_custom_v2 And copy the content of exile.ini at the end of your exile.ini. And then on mysql workbench or your mysql program run query.sql to create the tree table. Remember that you have to change the database name in the 2 first lines if your db name is not "exile". CREATE DATABASE IF NOT EXISTS `exile` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `exile`; to CREATE DATABASE IF NOT EXISTS `youDBname` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `yourDBname`; I hope this can help 😄
  8. Desperta Ferro

    Set sunrise and sunset time

    My idea is to be able to manually set the sunrise and sunset times. Ex: sunrise = 7:00 and sunset = 20:00. I wanted to know if there was any option in exile to set it. If so, I will ask in a more appropriated forum. Do you by any chance know something about this or some post?
  9. Hello all, I have this addon for the admin menu for my server but there are several options that does not work, anyone has the same problem and/or know any solution? I have the steamid and serverComandPasword well set. If need more info ask me. Thanks!!
  10. Desperta Ferro

    Problem with Admin Toolkit 2.2.2

    Yes... But i did't find anything better 😞 . Do you know any admin menu that works well for exile? I'm playing only with friends so I don't care about people hacking, etc. Infistar looks awesome but I think is a bit exaggerated to pay for playing with friends. If i don't find anything better than Admin Toolkit I'll think about buy infistar admin menu or maybe try to fix admin toolkit, but my programming skills are almost nill.
  11. Desperta Ferro

    Ravage Mod + Exile integration

    I have been wondering if there are any system to add dynamic missions (something similar to dms?) related to ravage, like clear areas from zeds, save survivors... I didn't find any addon/script for exile which could implement this. Any ideas? PS: i don't know if I would have to write another thread for this, if so tell me pls.
  12. Thanks for your opinion z80cpu! I have a machine with an i7 4770 with 32Gb of ram. I Think I have a "good" hardware for a dedicated server for arma and I would like to get the most out of the server but I don't know if it is worth the effort like you say...
  13. Do you recommend using extdb3 over extdb2 in Exile? The performance is noticeable?
  14. Desperta Ferro

    GF Auto Loot Airdrops Script - Mod

    There goes my like. Thanks!
  15. Desperta Ferro

    GF Auto Loot Airdrops Script - Mod

    It works!! Thank you, you are the best 😁
  16. Desperta Ferro

    GF Auto Loot Airdrops Script - Mod

    It didn't work... I've set this GF_ALA_next_drop_in_sec = 60; for testing.
  17. Desperta Ferro

    GF Auto Loot Airdrops Script - Mod

    Thanks for your reply @GEORGE FLOROS GR It seems to work well, I hear the plane sound and I see the mark of the airdrop on the map. But when I edited it doesn't work. The problem is that in this mission you spawn in an area and if you leave the area you are automatically teleported inside the area, thats why I want to spawn the airdrop near the players. I am going to send you a pm with the mission files via drive. If you can take a look at it I would appreciate it. Or if you know other script for auto loot airdrop that works in 2020. Thanks!
  18. Desperta Ferro

    GF Auto Loot Airdrops Script - Mod

    Hello! @GEORGE FLOROS GR I'm trying to modify a mission to bring this airdrop script to it. The script works fine but when I try to modify it with what you comment above for MP (to make the airdrop spawn near players) it doesn't work. ¿Can you help me to make it work? I can give you the pbo mission if you need it.
  19. Hello! do you know any script with which a vehicle is checked and then a message appears with the broken parts and the severity of it? I know that the advanced repair system does something like that because it only gives the option to repair / rescue the parts that can only be repaired / rescued (which is also great), but is there a script that does this in specific or similar? I've searched but can't find anything, maybe I've searched wrong. If not, how can I activate the default UI of the Arma 3 damage vehicles?
  20. Desperta Ferro

    Ravage Mod + Exile integration

    Sry I don't know why I thought it was the ravage music. Both Exile and Ravage have epic music so I got confused. After some research I know how to change music. Thanks!
  21. Desperta Ferro

    Base Building 2.0

    Every time you put more pics it looks more impressive. Do you know when this update will be ready more or less? I have a private server with friends and I would like to test it. No hurry, take the time it needs xD Good work!
  22. Desperta Ferro

    Ravage Mod + Exile integration

    Hey how can I disable ravage soundtrack? The ravage music is awesome but I want to play an intro music per example and the ravage ost is overlapping the song. I've tried puting an Ambient module from ravage and select Ravage Soundtrack = no but this doesn't works.
  23. Desperta Ferro

    ExileZ Mod

    Maybe this helps? If you edit the sounds maybe you can put a siren sound? I have not seen the files though. When I get home I will try to see how it is.
  24. Desperta Ferro

    Script for check vehicle damage

    Wow nice! I am looking forward to it. Cheer up with it! Hey @Archer_MT, I've used both (SARS and ARS) and work fine for me, maybe you haven't installed it well?
  25. Desperta Ferro

    Script for check vehicle damage

    Hey thanks for the answer! 🙂 Yes I'm using the super advanced you mention what I like very much for the repair/salvage parts. But what I am loking now is for something like I've mentioned in the last post:
×