Added fulldir and cba variables to initial ouput text

This commit is contained in:
jonpas 2015-05-22 20:20:47 +02:00
parent 0b70c04468
commit cc70d6808c

View File

@ -19,6 +19,7 @@ cba = "P:\\x\\cba"
########################## ##########################
def main(): def main():
fulldir = maindir + "\\" + projectdir
print(""" print("""
###################################### ######################################
# ACE3 Development Environment Setup # # ACE3 Development Environment Setup #
@ -33,10 +34,10 @@ def main():
If you have not done those things yet, please abort this script in the next step and do so first. If you have not done those things yet, please abort this script in the next step and do so first.
This script will create two hard links on your system, both pointing to your ACE3 project folder: This script will create two hard links on your system, both pointing to your ACE3 project folder:
[Arma 3 installation directory]\\z\\ace => ACE3 project folder [Arma 3 installation directory]\\{} => ACE3 project folder
P:\\z\\ace => ACE3 project folder P:\\{} => ACE3 project folder
It will also copy the required CBA includes to P:\\x\\cba, if you do not have the CBA source code already.""") It will also copy the required CBA includes to {}, if you do not have the CBA source code already.""".format(fulldir,fulldir,cba))
print("\n") print("\n")
try: try: