Theseus-Aegis / Olympus

Olympus Training Facilities for Arma 3
https://www.theseus-aegis.com
Other
6 stars 5 forks source link

Update filepaths #99

Closed JoramD0 closed 6 years ago

JoramD0 commented 6 years ago

When merged this pull request will:

Should only be merged after TAC_Resources is released/used https://github.com/Theseus-Aegis/Mods/pull/363

emythiel commented 6 years ago

Good idea to check the scripts as well. For example, this one: https://github.com/Theseus-Aegis/Olympus/blob/master/functions/fn_setBillboard.sqf#L20

Though think it would need some changes to the script_component as well, since it uses the macro stuff. @jonpas

jonpas commented 6 years ago

Yeah, this https://github.com/Theseus-Aegis/Olympus/blob/042eccd7c765a1bd26a41850efa39c8350598064/script_component.hpp#L17-L18

I would just create 2 new macros in same format, pointing to \x\tacr\addons, and would be used as QPATHTOTACRF(images\bla.paa). Or any shorter name for that macro. :P

JoramD0 commented 6 years ago

Whoops sorry about that, should be all fixed now.

jonpas commented 6 years ago

Well you have to change the actual usage too! 😆

jonpas commented 6 years ago

TAC Resources is released and used. @SyMP2005 you can review/test/merge this.