Bump to 2 5 8 (#141)
* Bump to 2.5.8 - Hard code exception for word "plains" in english_singular and english_plural functions - Add font preloading by TomTkacz - Add import_image function by TomTkacz - Fix freeze when loading a set with missing templates * add locale entries * include localized keywords and statistics * Add slider fields and get_mse_path * Allow "Default" in slider fields * better fix for print bug * don't draw checkerboard when image field has default this allows an image field to be transparent before an image has been selected by the user * allow additional individual choices in slider fields * Add CSV / TSV importer * Update README.md * move game scripts to separate file * add json import * format english locale * format foreign locales * localize * finish locales * cleanup * minor tweaks * fix bug in import csv * optimize card counts display * tighten conditions on drop down menu closing * widen welcome window buttons * Update changelog.txt * tweaks * update cli * add locale entries, add changelog entries * make some values scriptable, rewrite print layout logic * fix "referencing nonexistant file" internal error the error would happen when an image or set symbol file was changed or deleted, then the set was saved, then the change or deletion was undone * add add_card_to_set script function am I crazy or was there no way to do this from the CLI? * fix symbol font bug * add global_script statistics dimension property this script is ran once at the start, and its result is stored in the 'global_value' variable, which is accessible to the regular script. with this we can get rid of the set.global_variable_average_opening_hand field, and make sure its script is ran only once, when the user clicks on the relevant statistics dimension * Add to_json and from_json script functions * Update changelog.txt * bump wxWidgets to 3.3.1 * Update changelog.txt typos and today's prs --------- Co-authored-by: cajun <kajunkittyavenger@gmail.com> Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
18
README.md
18
README.md
@@ -6,23 +6,15 @@ Pack containing nearly all public Magic templates for MSE, except outdated ones.
|
||||
2. Extract the zip file. It will contain 5 items:
|
||||
* a subfolder `data`, which is where the templates are installed.
|
||||
* a subfolder `Magic - Fonts`, which contains necessary font files.
|
||||
* a subfolder `backup`, which contains the previous stable version of the app.
|
||||
* `magicseteditor.exe` and `mse.exe`, the regular version of the app. The files are identical.
|
||||
* `magicseteditor.com`, a command-line version of MSE for advanced users.
|
||||
3. Open the subfolder `Magic - Fonts`. It contains several `.ttf` and/or `.otf` files. Select them all, right-click on one of them, then click Install. Some templates may require additional fonts, provided in the `template specific fonts` subfolder.
|
||||
4. If you already had a previous version of MSE, move or copy all other subfolders into your existing MSE folder. Otherwise, this folder acts as a stand alone installation.
|
||||
* `Template Creation Tutorial.odt`, a guide on how to make your own templates.
|
||||
3. If you already had a previous version of MSE, move or copy everything into your existing MSE folder, and allow overwrite. Otherwise, this folder acts as a stand alone installation.
|
||||
|
||||
# Change Language
|
||||
1. Open the following subfolder:
|
||||
MSE Folder/data/magic.mse-game/
|
||||
2. Rename the "keywords" file to "keywords_en" (without any extension).
|
||||
3. Locate the "keywords_XX" file of your desired language, and rename it to "keywords" (without any extension).
|
||||
4. Rename the "statistics" file to "statistics_en" (without any extension).
|
||||
5. Locate the "statistics_XX" file of your desired language, and rename it to "statistics" (without any extension).
|
||||
6. Launch MSE.
|
||||
7. Go to Edit menu > Preferences... > select your desired language.
|
||||
8. Reload MSE.
|
||||
9. Whenever you create a new Set, go to Set info tab > Defaults and Automation section > Card language > select your desired language.
|
||||
1. Launch MSE.
|
||||
2. Select your desired language at the bottom right of the welcome window.
|
||||
3. Whenever you create a new Set, go to Set info tab > Defaults and Automation section > Card language > select your desired language.
|
||||
|
||||
# CardConjurer
|
||||
Some template images are provided by [CardConjurer](https://cardconjurer.com/):
|
||||
|
||||
Reference in New Issue
Block a user