Kellojo 34 Report post Posted January 29, 2016 (edited) ETG Fast Travel System byKellojo Description: This script allows you to travel between markers very fast with a nice camera journey. ETG Fast Travel System Youtube Video Features: dynamic price (based on distance) dynamic travel time (based on distance) a nice camera journey easy to implement (using markers) easy to modify (only one array) server friendly Installation: 1. Add to init.sqf: fn_ftravel = compile preprocessFile "scripts\fn_ftravel.sqf"; 2. Add to description.ext: #include "dialogs\defines.hpp" #include "dialogs\FastTravelDialog.hpp" class RscTitles { #include "dialogs\FastTravelHUD.hpp" }; 3. Add this code to an action or sth. else where you want the fasttravel dialog to be opend createDialog "ETG_FastTravelSystem_Dialog"; or add this action to any object you like... this addAction ["Fast Travel System", {createDialog "ETG_FastTravelSystem_Dialog";}]; 4. Install @happydayz's Update Respect/Poptabs and save to database addon (is required to remove the pop tabs) Update Respect/Poptabs and save to database How can i add new destinations?: Spoiler 1. Go to scripts\fn_ftravel.sqf and add markernames to the _Citys Array: _Citys = ["ftravel_Athira","ftravel_Pyrgos","ftravel_Sofia"]; It is important that these are names of markers!!! ( the position of the marker is important - put them in your traderzone...) How can i tweak the price and the travel time?: Spoiler 1. Locate and open the fn_ftravel.sqf in the scripts folder 2. In line 11 & 12 you can find this code: _distPriceMult = 0.005; //(price = distance * _distPriceMult) _distTimeMultip = 5; //(time = distance * _distTimeMultip) 3. Edit the values to you likings Notes: If you have any ideas or found some bugs/errors feel free to add me on Steam ( Kellojo ) and tell me about them. License/Disclaimer: You can use this script on your servers and missions and are allowed to modify it however you want. Its not necessary to give credit to me but it would be appreciated. Download: Link to the GitHub repository of the ETG Fast Travel System Link to the ETG Fast Travel System Screenshots: Spoiler Edited February 18, 2018 by Kellojo 2 Share this post Link to post Share on other sites
Tuna 36 Report post Posted January 29, 2016 This is the script i am getting from your armaholic link : fn_crashdrop.Altis 1 Share this post Link to post Share on other sites
Jose Mari 13 Report post Posted January 30, 2016 The link i downloaded "etg-fast-travel-system-version-2.0.rar" have that things on it: fn_crashdrop.Altis Exile_Classnames.txt fn_crashdrop.sqf Screen1.png Screen2.png Screen3.png Screen4.png Screen5.png I seem that file is wrong. 2 Share this post Link to post Share on other sites
Kellojo 34 Report post Posted January 30, 2016 Lol Really sorry I have uploaded the wrong files 1 Share this post Link to post Share on other sites
Jose Mari 13 Report post Posted January 30, 2016 (edited) 1 hour ago, Kellojo said: Lol Really sorry I have uploaded the wrong files Yea but now its working well, thank you! Edited January 30, 2016 by Jose Mari 1 Share this post Link to post Share on other sites
MetalHead 116 Report post Posted January 30, 2016 Could you go into more detail with part three (3) of the installation please ? 1 Share this post Link to post Share on other sites
El Nastrados 1 Report post Posted January 30, 2016 7 hours ago, Jose Mari said: Yea but now its working well, thank you! hi can you send me plz your Mission.sqm it dosent works for me. Thanks Share this post Link to post Share on other sites
Jose Mari 13 Report post Posted January 30, 2016 3 minutes ago, El Nastrados said: hi can you send me plz your Mission.sqm it dosent works for me. Thanks I don't have it installed yet, only say the link works well now. Sorry! Share this post Link to post Share on other sites
El Nastrados 1 Report post Posted January 30, 2016 ok Share this post Link to post Share on other sites
El Nastrados 1 Report post Posted January 30, 2016 Ok now it´s works for me, nice script thank you !!!!! 1 Share this post Link to post Share on other sites