5E Character Create Playlist
Page 3 of 6 First 12345 ... Last
  1. #21
    Quote Originally Posted by damned View Post
    Which means you may a well just use a map...
    Well, my thought was since the "Order" window/map already has the "overlay" functionality of sorts it might not be difficult to add the another overlay of the short/long/melee as well. Then people could just put any old image behind it.

    I'm sure it's possible. It might just be better to have a "overlay" option on any image in maps though instead.
    ---
    Fantasy Grounds AD&D Reference Bundle, AD&D Adventure Bundle 1, AD&D Adventure Bundle 2
    Documentation for AD&D 2E ruleset.
    Custom Maps (I2, S4, T1-4, Barrowmaze,Lost City of Barakus)
    Note: Please do not message me directly on this site, post in the forums or ping me in FG's discord.

  2. #22
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404
    Quote Originally Posted by celestian View Post
    Well, my thought was since the "Order" window/map already has the "overlay" functionality of sorts it might not be difficult to add the another overlay of the short/long/melee as well. Then people could just put any old image behind it.

    I'm sure it's possible. It might just be better to have a "overlay" option on any image in maps though instead.
    Not sure overlay you're referring to. All the standard PS sheet Marching/Formation image is a basic imagecontrol with a 50 pixel grid:

    Code:
    <imagecontrol name="image">
    	<anchored position="insidetopright" offset="10,30">
    		<left offset="270" />
    		<bottom offset="-30" />
    	</anchored>
    	<frame name="groupbox" offset="10,10,10,10" />
    	<indicators availability="image_sent" locked="image_locked" loading="image_loading" zoom="image_zoom" shortcuts="image_shortcuts" />
    	<default snap="on" drawingsize="500,500" gridsize="50" />
    	<script>
    		function onMaskingStateChanged(tool)
    			window.drawtools.onValueChanged();
    		end
    
    		function onDrawStateChanged(tool)
    			window.drawtools.onValueChanged();
    		end
    	</script>
    </imagecontrol>
    Less functionality than a normal map/image.

    Were you referring to the grid as the overlay?
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  3. #23
    Quote Originally Posted by Trenloe View Post
    Were you referring to the grid as the overlay?
    Yeap.
    ---
    Fantasy Grounds AD&D Reference Bundle, AD&D Adventure Bundle 1, AD&D Adventure Bundle 2
    Documentation for AD&D 2E ruleset.
    Custom Maps (I2, S4, T1-4, Barrowmaze,Lost City of Barakus)
    Note: Please do not message me directly on this site, post in the forums or ping me in FG's discord.

  4. #24
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404
    The grid is built into the imagecontrol, it's not an overlay as such.

    I think the most that would be possible would be baking something into the normal image window frame (not the party sheet). Then you could have any image you want, including those from modules, and switch between different frames. The only concern I'd have would be if the frame can be put over the base image, and if the graphics content of this (i.e. the non alpha transparency) would interfere with the normal operation of the image - token selection, drawing, masking, etc.. There's also be problems with scaling to different sized images, and zooming too.

    I just don't know if it's possible in the current architecture.
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  5. #25
    Ellspeth's Avatar
    Join Date
    Nov 2014
    Location
    Where the north begins and pure water flows, eastern time zone USA
    Posts
    589
    Blog Entries
    9
    Okay better, not perfect. I don't use photo shop I did this between GIMP and Corel's Essential Artist. I know you can run theatrical combat right on the tracker, and I play with GM's who do that very well. I tried it and for newer players it makes it a bit confusing, a simple image like this I think resolves that. I could only resize the image so far (you have no idea how hard it was to find a decent image of a printing press in the 1930's) but I think this gives more than a good enough visual to set mood and space.
    Printer Shop map.jpeg

  6. #26
    Trenloe's Avatar
    Join Date
    May 2011
    Location
    Colorado, USA
    Posts
    33,404
    Quote Originally Posted by Ellspeth View Post
    (you have no idea how hard it was to find a decent image of a printing press in the 1930's) but I think this gives more than a good enough visual to set mood and space.
    Spoiler alert?!?
    Private Messages: My inbox is forever filling up with PMs. Please don't send me PMs unless they are actually private/personal messages. General FG questions should be asked in the forums - don't be afraid, the FG community don't bite and you're giving everyone the chance to respond and learn!

  7. #27
    pindercarl's Avatar
    Join Date
    Jan 2015
    Posts
    966
    Blog Entries
    2
    Quote Originally Posted by Ellspeth View Post
    Okay better, not perfect. I don't use photo shop I did this between GIMP and Corel's Essential Artist. I know you can run theatrical combat right on the tracker, and I play with GM's who do that very well. I tried it and for newer players it makes it a bit confusing, a simple image like this I think resolves that. I could only resize the image so far (you have no idea how hard it was to find a decent image of a printing press in the 1930's) but I think this gives more than a good enough visual to set mood and space.
    Printer Shop map.jpeg
    I had pretty luck with an image search by adding "Heidelberg" to the search terms.

  8. #28
    Ellspeth's Avatar
    Join Date
    Nov 2014
    Location
    Where the north begins and pure water flows, eastern time zone USA
    Posts
    589
    Blog Entries
    9
    Quote Originally Posted by Trenloe View Post
    Spoiler alert?!?
    Sure because everyone knows the players are going to go exactly where the GM planned for them to go right?

    Pindercarl "I had pretty luck with an image search by adding "Heidelberg" to the search terms."

    Wow that helped, I am always impressed how often a single word can change a search result.

  9. #29
    pindercarl's Avatar
    Join Date
    Jan 2015
    Posts
    966
    Blog Entries
    2
    Quote Originally Posted by Ellspeth View Post
    Pindercarl "I had pretty luck with an image search by adding "Heidelberg" to the search terms."
    Would it be an abuse of moderator access to edit both my original post and your reply to fix my response to "I had pretty good luck..."? I spent a few years working in print shops back in the day. Heidelberg was the first press manufacturer I could think of that was making presses in the 30s.

  10. #30
    Ellspeth's Avatar
    Join Date
    Nov 2014
    Location
    Where the north begins and pure water flows, eastern time zone USA
    Posts
    589
    Blog Entries
    9
    Quote Originally Posted by pindercarl View Post
    Would it be an abuse of moderator access to edit both my original post and your reply to fix my response to "I had pretty good luck..."? I spent a few years working in print shops back in the day. Heidelberg was the first press manufacturer I could think of that was making presses in the 30s.
    Not at all however the creative writer in me is tempted to suggest a phrase like "a pretty piece of luck" Just for flavor.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
DICE PACKS BUNDLE

Log in

Log in