chernaruski 338 Posted August 1, 2019 Update: Due to authors request. Link has been removed. Share this post Link to post Share on other sites
Justin Getsuga Tenshou 1 Posted January 23, 2020 To be quite honest i'm not very fond of the fact you literally copied and pasted my original post from the Exile Forums and link to PTL here. Also, seeing as how my previous post on this got removed i also kindly request that PTWS gets removed from the addon section as that is also within my right as both are my IP. Share this post Link to post Share on other sites
chernaruski 338 Posted January 23, 2020 I thought you talking about your post. You didn't say anything and didn't provide any info, just asked to remove this post. Quote To be quite honest i'm not very fond of the fact you literally copied and pasted my original post from the Exile Forums and link to PTL here. Its called quoting mate. Thats the description that has been given to this script. No problem , if you are the original author I will remove it. I need to verify somehow it's your work first tho. For example, if its your git (your work) edit and add something to README.md. Share this post Link to post Share on other sites
Justin Getsuga Tenshou 1 Posted January 23, 2020 Im the original author of PTL and Copyright holder of PTWS when major x left the exile scene in 2016. You are familiar with the author as FlyingDutchMan or TheFlyingDutchMan AKA doublerepo aka jakah aka mr suicidesheep. But sure instead of just removing it or requesting permission to literally copy paste dat shit i will create a file called TheDude.ip on both repo's Dat was rude of me, but stil what i was tinkering. Share this post Link to post Share on other sites
Justin Getsuga Tenshou 1 Posted January 23, 2020 30 minutes ago, chernaruski said: I thought you talking about your post. You didn't say anything and didn't provide any info, just asked to remove this post. No problem , if you are the original author I will remove it. I need to verify somehow it's your work first tho. For example, if its your git (your work) edit and add something to README.md. Done, and you have a DM on Discord., Share this post Link to post Share on other sites
chernaruski 338 Posted January 23, 2020 Done. Too bad. Good script. Share this post Link to post Share on other sites
Sgt Smash 34 Posted January 24, 2020 Kinda annoying when people get pissy about something they made for "public" that then gets used by the public 1 Share this post Link to post Share on other sites
chernaruski 338 Posted January 24, 2020 Lets not discuss this please. Its authors decision , no matter the reasons , lets respect it and move on. You can always google and find it, or even wait for more new cool stuff posted here , this time by the original author. PS: don't want to close this thread, but I will if posts will be adressing this decision and not script related stuff. 1 Share this post Link to post Share on other sites
Justin Getsuga Tenshou 1 Posted January 24, 2020 12 hours ago, Sgt Smash said: Kinda annoying when people get pissy about something they made for "public" that then gets used by the public Yeeh let's just have people downloading and re uploading everything in the process as well. Anyway iv got multiple reasons for removing it and it's within my right to do even if I had none. Share this post Link to post Share on other sites
El' Rabito 164 Posted January 24, 2020 https://github.com/CoftSock/exile-tree-stay-down Might use this then. 1 Share this post Link to post Share on other sites
Sgt Smash 34 Posted January 24, 2020 5 hours ago, Justin Getsuga Tenshou said: Yeeh let's just have people downloading and re uploading everything in the process as well. Anyway iv got multiple reasons for removing it and it's within my right to do even if I had none. Yes you have the right to do so, it's just the way you go about doing so! Share this post Link to post Share on other sites
Sgt Smash 34 Posted January 24, 2020 3 hours ago, El' Rabito said: https://github.com/CoftSock/exile-tree-stay-down Might use this then. Thanks mate gonna try this out👍 I'm gonna make Altis look bald🤣 Share this post Link to post Share on other sites
Justin Getsuga Tenshou 1 Posted January 25, 2020 19 hours ago, Sgt Smash said: Thanks mate gonna try this out👍 I'm gonna make Altis look bald🤣 I know it works so well i wrote mine. Share this post Link to post Share on other sites
Sgt Smash 34 Posted May 27, 2020 On 1/24/2020 at 3:42 PM, El' Rabito said: https://github.com/CoftSock/exile-tree-stay-down Might use this then. Do you have a install guide for this as i've never done anything that involves the data base before? Share this post Link to post Share on other sites
Desperta Ferro 6 Posted May 27, 2020 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 😄 1 Share this post Link to post Share on other sites
Sgt Smash 34 Posted May 27, 2020 3 hours ago, Desperta Ferro said: Thanks for taking the time to reply, it is the last bit i just can't get my head round so i'm gonna have to pass sadly Share this post Link to post Share on other sites
Desperta Ferro 6 Posted May 28, 2020 I think it is not that difficult. What exactly do you not understand? I will try to help. Share this post Link to post Share on other sites
Sgt Smash 34 Posted May 28, 2020 1 hour ago, Desperta Ferro said: I think it is not that difficult. What exactly do you not understand? I will try to help. The data base control panel itself, not to worry tho Share this post Link to post Share on other sites
Desperta Ferro 6 Posted May 28, 2020 What panel do you use? Mysql Workbench? Share this post Link to post Share on other sites
Desperta Ferro 6 Posted May 28, 2020 1 hour ago, Sgt Smash said: not to worry tho Oh well if you want to try tell me then Share this post Link to post Share on other sites
Sgt Smash 34 Posted May 29, 2020 Thanks for the offer, but that other script has done the job i need😀 1 Share this post Link to post Share on other sites