mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - Update publisher for compats moving to main (#9339)
Co-authored-by: jonpas <jonpas33@gmail.com>
This commit is contained in:
parent
cf44a7c237
commit
7b418b7731
@ -90,71 +90,33 @@ def main(argv):
|
||||
if repl.lower() != "y":
|
||||
return 0
|
||||
|
||||
|
||||
|
||||
#ACE Main - http://steamcommunity.com/sharedfiles/filedetails/?id=463939057
|
||||
# Note: command line publisher doesn't like our file structure, just upload this one manually
|
||||
|
||||
|
||||
#compat_r3f: r3 - https://steamcommunity.com/sharedfiles/filedetails/?id=2202404402
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_r3f"), "2202404402", changelog_path)
|
||||
|
||||
#compat_rh_acc: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202407118
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rh_acc"), "2202407118", changelog_path)
|
||||
|
||||
#compat_rh_de: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202407963
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rh_de"), "2202407963", changelog_path)
|
||||
|
||||
#compat_rh_m4: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202408647
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rh_m4"), "2202408647", changelog_path)
|
||||
|
||||
#compat_rh_pdw: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202409303
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rh_pdw"), "2202409303", changelog_path)
|
||||
|
||||
#ace_compat_rhs_afrf3: RHS Russians - http://steamcommunity.com/sharedfiles/filedetails/?id=773131200
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rhs_afrf3"), "773131200", changelog_path)
|
||||
|
||||
#ace_compat_rhs_gref3: RHS GREF - http://steamcommunity.com/sharedfiles/filedetails/?id=884966711
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rhs_gref3"), "884966711", changelog_path)
|
||||
|
||||
#ace_compat_rhs_saf3: RHS SAF - http://steamcommunity.com/sharedfiles/filedetails/?id=2174495332
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rhs_saf3"), "2174495332", changelog_path)
|
||||
|
||||
#ace_compat_rhs_usf3: RHS USA - http://steamcommunity.com/sharedfiles/filedetails/?id=773125288
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rhs_usf3"), "773125288", changelog_path)
|
||||
|
||||
#compat_rksl_pm_ii: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202410630
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_rksl_pm_ii"), "2202410630", changelog_path)
|
||||
|
||||
#compat_sma3_iansky: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202411104
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_sma3_iansky"), "2202411104", changelog_path)
|
||||
|
||||
#noactionmenu: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202412030
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_noactionmenu"), "2202412030", changelog_path)
|
||||
|
||||
|
||||
#nocrosshair: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202412481
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_nocrosshair"), "2202412481", changelog_path)
|
||||
|
||||
|
||||
#nomedical: - https://steamcommunity.com/sharedfiles/filedetails/?id=3053169823
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_nomedical"), "3053169823", changelog_path)
|
||||
|
||||
#norealisticnames: - https://steamcommunity.com/sharedfiles/filedetails/?id=3053177117
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_norealisticnames"), "3053177117", changelog_path)
|
||||
|
||||
#nouniformrestrictions: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202413047
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_nouniformrestrictions"), "2202413047", changelog_path)
|
||||
|
||||
|
||||
#particles: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202413537
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_particles"), "2202413537", changelog_path)
|
||||
|
||||
|
||||
#realisticdispersion: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202414018
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_realisticdispersion"), "2202414018", changelog_path)
|
||||
|
||||
|
||||
#tracers: - https://steamcommunity.com/sharedfiles/filedetails/?id=2202414450
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_tracers"), "2202414450", changelog_path)
|
||||
|
||||
#ace_compat_gm: - https://steamcommunity.com/sharedfiles/filedetails/?id=2633534991
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_gm"), "2633534991", changelog_path)
|
||||
|
||||
#ace_compat_sog: - https://steamcommunity.com/sharedfiles/filedetails/?id=2633537792
|
||||
publishFolder(os.path.join(ace_optionals_dir,"@ace_compat_sog"), "2633537792", changelog_path)
|
||||
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main(sys.argv)
|
||||
|
Loading…
Reference in New Issue
Block a user