-
Notifications
You must be signed in to change notification settings - Fork 0
Adds Supported for Stored Templates #1946
Comments
EvilGuru uploaded file |
EvilGuru uploaded file |
EvilGuru commented The updated version of the patch adds support for modifying templates through the design screen. This is done through a button above the delete/recycle template button. Currently, due to a lack of suitable icons, the recycle bin # not stored and the turret stored. Click to toggle. Now, I am sure there are a couple bugs with regards to toggling templates, the logic is a bit ad-hoc as a consequence of how the design screen handles changes/updates to templates. Please test! |
KukY commented Nice, but wouldn't it be better if template components were stored by IDs? Will test... |
EvilGuru commented Replying to Warzone2100/old-trac-import#1946 (comment:2):
|
KukY commented I get this while compiling:
Any help? |
EvilGuru commented Sure. I've only updated the automake Makefiles, which are those used by GNU/Linux and friends. Mac OS X (Xcode) and Windows (MSVC/MinGW) do things slightly differently and hence will need to be updated. While I can help with the Xcode project I am unsure how to add files to the build system used by MinGW. |
KukY commented Ok... So, what are my chances that I will be able to compile it under MSVC and test it anytime soon? :D |
EvilGuru commented Replying to Warzone2100/old-trac-import#1946 (comment:6):
The project files for Visual Studio are just XML and reasonably easy to grok (look how existing files are defined, copy + paste, change the file name). |
KukY commented Ok, I'll try it. |
Per changed status from |
Per changed resolution from `` to |
Per Inge Mathisen commented Implement stored templates. Button graphics is a placeholder for now. Loosely based
|
resolution_fixed
type_patch (an actual patch, not a request for one)
| by EvilGuruThe following patch adds support for saving/loading stored templates.
Stored templates are those which are made available automatically as soon as all prerequisites are researched. The idea is to save the player the burden of having to design the same set of templates every game.
There is currently no support for creating stored templates, however I plan to add a button in the unit design screen. In addition I am also considering bringing the forces editor back from the dead.
To get you started: (~/.warzone2100-trunk/templates.ini)
Issue migrated from trac:1946 at 2022-04-15 22:03:55 -0700
The text was updated successfully, but these errors were encountered: