Heroscapers


Reply
 
Thread Tools Display Modes
  #349  
Old October 27th, 2010, 10:54 AM
jschild jschild is offline
Dr Feelgood
 
Join Date: January 4, 2009
Location: USA - KY - Louisville
Posts: 6,536
jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla jschild is inducted into the Halls of Valhalla
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Keyword file is missing - Mediafire says it's not there.


Now through May 28th, the Louisville region is in desperate need of platelets - call the Red Cross if you are interested in donating!

Reply With Quote
  #350  
Old October 27th, 2010, 11:19 AM
bmaczero's Avatar
bmaczero bmaczero is offline
 
Join Date: August 23, 2008
Location: CA - Orange County
Posts: 837
bmaczero rolls all skulls baby! bmaczero rolls all skulls baby! bmaczero rolls all skulls baby! bmaczero rolls all skulls baby! bmaczero rolls all skulls baby! bmaczero rolls all skulls baby!
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Thanks, it must have still been linking to the old one.


MSE: Easy Heroscape Card Creation
V2.5 Expanded Glyphs

Reply With Quote
  #351  
Old November 18th, 2010, 09:55 AM
Darkmage7a's Avatar
Darkmage7a Darkmage7a is offline
Is The Skullmaster
 
Join Date: February 9, 2009
Location: USA - RI - North Providence
Posts: 1,816
Darkmage7a wears ripped pants of awesomeness Darkmage7a wears ripped pants of awesomeness Darkmage7a wears ripped pants of awesomeness Darkmage7a wears ripped pants of awesomeness Darkmage7a wears ripped pants of awesomeness Darkmage7a wears ripped pants of awesomeness Darkmage7a wears ripped pants of awesomeness
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Has anyone used this program with linux/ubuntu? I see there is a linux version of MSE but I was curious if anyone used it with the templates provied here as well. Just wanted a better idea of what I was getting myself into. Thanks.


Reply With Quote
  #352  
Old December 3rd, 2010, 02:22 PM
dok's Avatar
dok dok is online now
GenCon Main Event Champion - 2010 & 2011
 
Join Date: October 9, 2008
Location: USA - CO - Denver
Posts: 13,319
dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Hey all,

I've been using this program a lot recently, and I wanted to share a small modification I made.

I found that the test box for the powers on the left-hand side of the card is a bit too small, and as a result, you tend to get smaller font sizes than is necessary. I figured out how to modify the style files, and I've gotten the results I like.

Here's my edited style file for the "dungeon set" cards:
Code:
mse version: 0.3.8
game: heroscape
short name: DS
full name: Dungeon Set Styles
icon: card-sample.png
installer group: heroscape/DS
position hint: 6

version: 2010-9-17
depends on: heroscape.mse-game 2010-9-17
depends on: heroscape-marvelsymbols.mse-symbol-font 2008-07-29

card background: white
card width: 728
card height: 691
card dpi: 150

styling field:
	type: boolean
	name: fog image
	description: Automatically add fog effect to card image?
	initial: yes

init script:
	
	caps := "yes"
	
	colorcheck := {
		if to_lower(input) = "jandar" then rgb(70,70,70)
		else if to_lower(input) = "valkrill" then rgb(40,40,40)
		else rgb(255,255,255)
	}
	abilheight := {
		if card.marvelsym = "" then 472
		else 430
	}

include file: /heroscape.mse-game/styleinclude


card style:
	
	disclaimer:
		left: 5
		top: 490
		width: 70
		height: 120
		z index: 2
		font:
			name: Arial Narrow
			size: 7
			color: rgb(0,0,0)

	author text:
		left: 650
		top: 490
		width: 70
		height: 120
		z index: 2
		font:
			name: Arial Narrow
			size: 7
			color: rgb(0,0,0)

	card type:
		left:	0
		top:	0
		width:	728
		height:	691
		z index: -2
		render style: image
		popup style: in place
		choice images:
			jandar:		cardblanks/jandar.png
			ullar:		cardblanks/ullar.png
			utgar:		cardblanks/utgar.png
			einar:		cardblanks/einar.png
			vydar:		cardblanks/vydar.png
			aquilla:	cardblanks/aquilla.png
			valkrill:	cardblanks/valkrill.png
			custom:	cardblanks/custom.png

	image:
		left:	{if styling.fog_image = "no" then 348 else -1000}
		top:	30
		width:	239
		height:	512
		z index: 1
		mask: imagemask.png

	imagefogged:
		left:	{if styling.fog_image = "yes" then 348 else -1000}
		top:	30
		width:	239
		height:	512
		z index: 1
		mask: imagemask_fogged.png

	hitzone:
		left:	585
		top:	228
		width:	126
		height:	238
		z index: 2
		mask: hzmask.png

	########################################################### Ability Text

	abilities:
		left: 159
		top: 178
		width: 205
		height:
			script: abilheight()
		z index: 3
		font:
			name: Arial Narrow
			size: 12
			color: black
			scale down to: 6
		line height soft: 0.96
		mask: textmask.png

	#####LARGECOMMON

	generallogo:
		left: 209
		top: 41
		width: 51
		height: 59
		render style: image
		popup style: in place
		choice images:
			blank: /heroscape.mse-game/gensymbols/hex.png
			jandar: /heroscape.mse-game/gensymbols/jandar.png
			utgar: /heroscape.mse-game/gensymbols/utgar.png
			vydar: /heroscape.mse-game/gensymbols/vydar.png
			ullar: /heroscape.mse-game/gensymbols/ullar.png
			einar: /heroscape.mse-game/gensymbols/einar.png
			aquilla: /heroscape.mse-game/gensymbols/aquilla.png
			valkrill: /heroscape.mse-game/gensymbols/valkrill.png
			custom1: /heroscape.mse-game/gensymbols/custom1.png
			custom2: /heroscape.mse-game/gensymbols/custom2.png
			custom3: /heroscape.mse-game/gensymbols/custom3.png
			symbolcustom1: script: symbol_variation(symbol: set.symbol1, variation: "standard")
			symbolcustom2: script: symbol_variation(symbol: set.symbol2, variation: "standard")
			symbolcustom3: script: symbol_variation(symbol: set.symbol3, variation: "standard")

	name:
		left: 158
		top : 107
		width: 156
		height: 35
		alignment: middle center
		padding bottom: 0
		z index: 1
		font:
			name: Arial Narrow
			weight: bold
			size: 15
			color: rgb(255,255,255)
		line height soft: 0.9

	###### LARGEMASTER

	general:
		left: 192
		top: 147
		width: 91
		height: 17
		alignment: middle center shrink-overflow
		z index: 1
		font:
			name: Arial Narrow
			weight: bold
			size: 10
			color: rgb(255,255,255)

	species:
		left: 72
		top : 285
		width: 63
		height: 15
		alignment: middle right shrink-overflow
		z index: 2
		font:
			name: Arial Narrow
			size: 11
			weight: bold
			color: rgb(255,255,255)
			separator color: rgb(128,128,128)

	type:
		left: 39
		top: 311
		width: 97
		height: 15
		alignment: middle right shrink-overflow
		z index: 2
		font:
			name: Arial Narrow
			size: 11
			weight: bold
			color: rgb(255,255,255)
			separator color: rgb(128,128,128)

	class:
		left: 22
		top: 335
		width: 113
		height: 15
		alignment: middle right shrink-overflow
		z index: 2
		font:
			name: Arial Narrow
			size: 11
			weight: bold
			color: rgb(255,255,255)
			separator color: rgb(128,128,128)

	personality:
		left: 22
		top: 361
		width: 113
		height: 14
		alignment: middle right shrink-overflow
		z index: 2
		font:
			name: Arial Narrow
			size: 11
			weight: bold
			color: rgb(255,255,255)
			separator color: rgb(128,128,128)

	size:
		left: 51
		top: 384
		width: {85 - card_style.marvel_size_number.content_width}
		height: 30
		alignment: right shrink-overflow
		z index: 2
		font:
			name: Arial Narrow
			size: 15
			weight: bold
			color: rgb(255,255,255)
			separator color: rgb(128,128,128)
	
	marvel size number:
		left: 99
		top: 384
		width: 40
		height: 30
		alignment: right shrink-overflow
		z index: 3
		font:
			name: Arial Narrow
			size: 15
			weight: bold
			color: rgb(255,255,255)
			separator color: rgb(128,128,128)

	life:
		left: 458
		top: 340
		width: 39
		height: 27
		alignment: top center shrink-overflow
		z index: 3
		font:
			name: Arial
			size: 20
			weight: bold
			color: rgb(255,255,255)

	move:
		left: 503
		top: 393
		width: 53
		height: 30
		alignment: top center shrink-overflow
		z index: 3
		font:
			name: Arial
			size: 18
			weight: bold
			color: rgb(255,255,255)

	range:
		left: 503
		top: 441
		width: 53
		height: 30
		alignment: top center shrink-overflow
		z index: 3
		font:
			name: Arial
			size: 18
			weight: bold
			color: rgb(255,255,255)

	attack:
		left: 503
		top: 488
		width: 53
		height: 30
		alignment: top center shrink-overflow
		z index: 3
		font:
			name: Arial
			size: 18
			weight: bold
			color: rgb(255,255,255)

	defense:
		left: 503
		top: 537
		width: 53
		height: 30
		alignment: top center shrink-overflow
		z index: 3
		font:
			name: Arial
			size: 18
			weight: bold
			color: rgb(255,255,255)

	points:
		left: 443
		top: 582
		width: 68
		height: 27
		alignment: top center shrink-overflow
		z index: 3
		font:
			name: Arial
			size: 18
			weight: bold
			color:
				script: colorcheck( card.card_type )

	########################################################### Abilities

	marvelsym:
		left: 192
		top: 601
		width: 76
		height: 45
		z index: 3
		alignment: middle center
		symbol font:
			name: heroscape-marvelsymbols
			size: 60
			alignment: middle center

	########################################################### Static Text

	move ext:
		left: 493
		top: 416
		width: 76
		height: 15
		alignment: middle center
		z index: 2
		font:
			name: Arial Narrow
			size: 9
			color: rgb(255,255,255)

	range ext:
		left: 493
		top: 465
		width: 76
		height: 15
		alignment: middle center
		z index: 2
		font:
			name: Arial Narrow
			size: 9
			color: rgb(255,255,255)

	attack ext:
		left: 493
		top: 513
		width: 76
		height: 15
		alignment: middle center
		z index: 2
		font:
			name: Arial Narrow
			size: 9
			color: rgb(255,255,255)

	defense ext:
		left: 493
		top: 561
		width: 76
		height: 15
		alignment: middle center
		z index: 2
		font:
			name: Arial Narrow
			size: 9
			color: rgb(255,255,255)
Just copy that text into notepad, save the file as "style" (NOT "style.txt"), and copy it into data\heroscape-ds.mse-style in your MSE directory. Replace existing (back it up if you don't trust me ) and you're good to go.


Reply With Quote
  #353  
Old December 3rd, 2010, 03:38 PM
Confred's Avatar
Confred Confred is offline
Power Codex Architect
 
Join Date: April 26, 2008
Location: USA - VA - Danville
Posts: 1,014
Confred knows what's in an order marker Confred knows what's in an order marker Confred knows what's in an order marker
Send a message via AIM to Confred Send a message via Skype™ to Confred
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Request: Drop down bar for Sizes (Small, Medium, etc)


C3G / HoF Ally
My Customs: RPG / Fiction / Supers / Space Hulk
Let's take your vision to pristine together.

Reply With Quote
  #354  
Old December 3rd, 2010, 03:42 PM
bmaczero's Avatar
bmaczero bmaczero is offline
 
Join Date: August 23, 2008
Location: CA - Orange County
Posts: 837
bmaczero rolls all skulls baby! bmaczero rolls all skulls baby! bmaczero rolls all skulls baby! bmaczero rolls all skulls baby! bmaczero rolls all skulls baby! bmaczero rolls all skulls baby!
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Thanks dok, I added the changes into my copy . You just changed the numbers for the abilities box, right?

EDIT:

Quote:
Request: Drop down bar for Sizes (Small, Medium, etc)
I'm pretty sure that's in there?


MSE: Easy Heroscape Card Creation
V2.5 Expanded Glyphs

Reply With Quote
  #355  
Old December 3rd, 2010, 04:17 PM
Confred's Avatar
Confred Confred is offline
Power Codex Architect
 
Join Date: April 26, 2008
Location: USA - VA - Danville
Posts: 1,014
Confred knows what's in an order marker Confred knows what's in an order marker Confred knows what's in an order marker
Send a message via AIM to Confred Send a message via Skype™ to Confred
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

ah, my version must not be the latest.
Good job bmaczero


C3G / HoF Ally
My Customs: RPG / Fiction / Supers / Space Hulk
Let's take your vision to pristine together.

Reply With Quote
  #356  
Old December 3rd, 2010, 07:06 PM
dok's Avatar
dok dok is online now
GenCon Main Event Champion - 2010 & 2011
 
Join Date: October 9, 2008
Location: USA - CO - Denver
Posts: 13,319
dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth dok is a man of the cloth
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Quote:
Originally Posted by bmaczero View Post
Thanks dok, I added the changes into my copy . You just changed the numbers for the abilities box, right?
Yep, and the "abilheight" parameters. I just figured it was easier to tell people to replace the file than to explain how to edit the parameters.


Reply With Quote
  #357  
Old December 5th, 2010, 01:22 PM
Margloth's Avatar
Margloth Margloth is offline
More Interesting Than He Actually Is
 
Join Date: March 28, 2010
Location: USA-OH-Dayton
Posts: 4,192
Margloth is inducted into the Halls of Valhalla Margloth is inducted into the Halls of Valhalla Margloth is inducted into the Halls of Valhalla Margloth is inducted into the Halls of Valhalla Margloth is inducted into the Halls of Valhalla Margloth is inducted into the Halls of Valhalla Margloth is inducted into the Halls of Valhalla Margloth is inducted into the Halls of Valhalla
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

I'm having problems trying to download the Marvel Templates. Mediafire just keeps saying "Processing Download Request..."

Is this just me?


Reply With Quote
  #358  
Old December 5th, 2010, 02:43 PM
Drewman-chu's Avatar
Drewman-chu Drewman-chu is offline
 
Join Date: June 9, 2007
Location: MA
Posts: 775
Drewman-chu knows what's in an order marker Drewman-chu knows what's in an order marker Drewman-chu knows what's in an order marker
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Is there a way to toggle the keywords on or off?


Reply With Quote
  #359  
Old December 5th, 2010, 05:50 PM
mac122's Avatar
mac122 mac122 is offline
Saving the world - one lonely Marro at a time
 
Join Date: October 12, 2009
Location: USA - IL - Edwardsville
Posts: 5,985
mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun mac122 is a penguin with a machine gun
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Quote:
Originally Posted by Drewman-chu View Post
Is there a way to toggle the keywords on or off?
2 ways.
First, you can turn Keywords off for all cards by clicking the "Set Info" button on the menu bar, then selecting "No" on the Automatic Abilities line.

If you want to turn off an individual Keyword, after typing it in, highlight the name like "Flying" and click the [...] button located by the Bold and Italic buttons.



My Customs HoSS
Looking for the Codex?
Tourney Record: 1-8
I4031

Reply With Quote
  #360  
Old December 7th, 2010, 09:17 AM
Corzan's Avatar
Corzan Corzan is offline
 
Join Date: October 20, 2010
Location: Canada-ON-Freelton
Posts: 444
Corzan is surprisingly tart
Re: MSE - Easy Army Card Creator (V2.3 w/ Dungeon Styles)

Quote:
Originally Posted by mac112 View Post
If you want to turn off an individual Keyword, after typing it in, highlight the name like "Flying" and click the [...] button located by the Bold and Italic buttons.
Or right-click the text itself, and click the "Reminder Text" button.


Kinda (sorta) taking a break from HSers. Check out Toraili, a group effort by me and I Hate Atlaga.

And if there's one thread I'll still post in, it's the Minecraft thread, here.

Reply With Quote
Reply


Go Back   Heroscapers > Custom HeroScape Creations > Software
Software: Software created for enhancing HeroScape


Similar Threads
Thread Thread Starter Forum Replies Last Post / Vote
Custom Card Creator? The Super Atheist Software 1 November 23rd, 2007 03:55 PM
My 600 point army, easy 500 conversion... tyguy94920 Competitive Armies Discussion 4 October 19th, 2007 09:49 AM
Ok all you creative card creator people...I have a challenge Onacara Custom Units & Army Cards 14 March 2nd, 2007 08:12 PM
Card creator? theats Software 7 December 28th, 2006 01:15 PM
Card-Sized Army Cards and Army Card Reference Sheets droolster HeroScape General Discussion 20 August 21st, 2006 05:26 PM

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -4. The time now is 12:55 AM.

Heroscape background footer

Page Layout/Style Options