nivek
0/0 Germ
Posts: 4
Favorite Set: Beta
|
Post by nivek on Jul 22, 2022 3:26:34 GMT
I think I have read every post here with the word watermark in it, yet I can't seem to get my custom watermarks to show. No matter where I put them (yes I tried different folders and folder names) or call them I get this type of console warning:
File not found: 'Rainbow\BRG_mana_colored.png' in package 'G:\Users\user\Pictures\Rainbow; The Gathering\Full-Magic-Pack-main\data\magic-watermarks.mse-include'
If you are trying to open a file from another package, use "/package/filename"
I have found many posts that discuss this but neve can find the answer... What has happened? What did I do wrong? How do I fix it? Pretty sure I have the latest release, no updates indicated as available.
|
|
GenevensiS
3/3 Beast
Posts: 170
Favorite Card: Baleful Strix
Favorite Set: Urza's Saga
Color Alignment: Blue, Black
|
Post by GenevensiS on Jul 22, 2022 10:39:00 GMT
Try typing the following:
/magic-watermarks.mse-include/Rainbow/BRG_mana_colored.png
Make sure there are no typos or unwanted white space characters.
Save and reload the program.
Make sure you don't have two copies of the MSE folder, and are saving the file in one, but running the other.
The update checker in the program doesn't work I believe. If you want the latest version, you can get it here: (Just extract it in the folder and let it overwrite. It shouldn't erase any work you've done.)
|
|
nivek
0/0 Germ
Posts: 4
Favorite Set: Beta
|
Post by nivek on Jul 22, 2022 11:08:33 GMT
Fantastic! Though, no fix...
Now the error message has changed...
Images used for blending must have the same size
Which size? Pixel or byte? Same size as what? Each other? It can't be pixel I kept those dimensions...
|
|
GenevensiS
3/3 Beast
Posts: 170
Favorite Card: Baleful Strix
Favorite Set: Urza's Saga
Color Alignment: Blue, Black
|
Post by GenevensiS on Jul 22, 2022 11:46:38 GMT
You're using the 'Blend with colors' option.
In that case, I believe your watermark image must be exactly 500x500 pixels.
|
|
nivek
0/0 Germ
Posts: 4
Favorite Set: Beta
|
Post by nivek on Jul 22, 2022 19:48:27 GMT
Ah... thanks. I turned off blend. It works now. You're my hero!
|
|
nivek
0/0 Germ
Posts: 4
Favorite Set: Beta
|
Post by nivek on Jul 23, 2022 2:10:55 GMT
Two questions kinda' nag at me now...
1. How do the other watermarks not produce the console image size warnings?
2. How do I make another watermark set to be used? Or am I just limited to the one watermark set per card set and have to make another card set to use different watermarks?
I'm not opposed to doing some minor code alteration (being that most of it seems to be textual and may be a simple copy paste with location changes) and I doubt I would need more than two sets (only one coded), it sure would make for a better workflow.
An idea for the program would be for it to accept a folder location for custom watermarks, quick scan, alphabetical sort, thumbnails in drop down (not sure why those don't refresh after restart)..... or maybe just a simple file selection in the drop down menu? Hopefully with a last folder used memory.
|
|
GenevensiS
3/3 Beast
Posts: 170
Favorite Card: Baleful Strix
Favorite Set: Urza's Saga
Color Alignment: Blue, Black
|
Post by GenevensiS on Jul 23, 2022 4:28:59 GMT
Find the following file, and open it with a text editor:
/[Magic Set Editor Folder]/data/magic-watermarks.mse-include/watermark-names
on line 174 or so, add the following line: choice: path
right after the line that says
choice: ten
Respect indentation. Save and close.
Then, find the following file, and open it with a text editor:
/[Magic Set Editor Folder]/data/magic-watermarks.mse-include/watermarks
on line 150 or so, add the following line:
custom watermark path: script: custom_watermark_a()
right after the line that says
custom watermark ten: script: etc...
Respect indentation. Save and close.
Finally, find the following file, and open it with a text editor:
/[Magic Set Editor Folder]/data/magic-m15-altered.mse-style/style
on line 418 or so, you should find the following 4 lines:
styling field: type: text name: card watermark description: Filename in magic-watermarks to use for standalone card watermark
cut these 4 lines and paste them back on line 286, right after the line that says:
############################## Extra style options
Save and close.
You can now add a custom watermark on a per-card basis by going in the style tab, ticking the "options specific for this card" checkbox, and writing the path of the watermark in the 'custom watermark' field, which should be at the top of the list of fields. Then, in the watermark drop down menu, on the card, select: Custom Watermark > Path
|
|