LazyDog883 / upk-modder

Automatically exported from code.google.com/p/upk-modder
0 stars 0 forks source link

Bulk assignment of destination upk #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be useful to assign upk destinations at the project level for rapid 
implementation and testing.

Original issue reported on code.google.com by johnnyl...@gmail.com on 28 Dec 2013 at 12:22

GoogleCodeExporter commented 8 years ago
Found properties file where I can do this quicker than via select file menu, at 
least :) 

Original comment by johnnyl...@gmail.com on 28 Dec 2013 at 12:24

GoogleCodeExporter commented 8 years ago
The application state is being moved away from the "properties" used in v0.65.

XMTS has been working on extending the project tree to associate upks at the 
project level, e.g. (XComGame.upk => <path to specific upk>, 
XComStrategyGame.upk => <path to specific upk>).

The plan is that these will be stored in the project xml file. So at the 
project level you'll designate what XComGame.upk you are working on, and every 
.upk_mod file with UPKFILE=XComGame.upk will associate to that particular upk.

Assigning this to XMTS, since I believe he's already started work on it.

Original comment by miss.inv...@gmail.com on 28 Dec 2013 at 12:49

GoogleCodeExporter commented 8 years ago

Original comment by miss.inv...@gmail.com on 28 Dec 2013 at 11:47

GoogleCodeExporter commented 8 years ago
Assignment of UPK file associations is saved on the project level inside the 
project XML files now. Associating a UPK file with an opened mod file tab will 
cause the project XML to be re-created reflecting the changes.

Original comment by XMarkier...@googlemail.com on 29 Dec 2013 at 2:19