Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

RE: Icons

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> World in Flames >> RE: Icons Page: <<   < prev  21 22 [23] 24 25   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: Icons - 7/10/2006 12:38:06 AM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline
quote:

ORIGINAL: trees trees
I mentioned in the Hawaii thread about placing the port symbols on the sea boundaries when possible. True if you play WiF a lot you finally get used to the rule about which ports connect to which zones, Batavia being one of the most confusing examples. But the above graphic of Liverpool is a good illustration of why the sea zone should be drawn to bi-sect the port symbol. Many new players would look at that and think Liverpool is connected to the Bay of Biscay zone but not directly to the Faeroes Gap zone. The computer would do the movement right of course, but it's not as clearly intuitive the way it is drawn now. This game is already going to frustrate a lot of newcomers and anything to make things clearer will help.

Maybe where the icons look too small to me is at higher zoom levels...maybe the icons could be a little bigger, porportionate to the total hex area, at zoom 8 than at zoom 1?


I haven't been happy with the way sea zone boundaries enter coastal hexes but I have left it alone (CWIF code does all that). Drawing the boundary into the port presents several other problems. My current plan is to extend the sea boundary line about 1/4 of the way into the coastal hex (instead of 1/10). That will make it more forceful visually. Paying special attention to this geography as part of the tutorials will help. For example, "any coastal hex that is entered by a sea area boundary is accessible from the sea areas on both sides of the boundary". Note that there isn't always a port in the hex.

Icons are staying as is. I do not go back and redesign or rewrite code unless there is a strong reason to do so.

_____________________________

Steve

Perfection is an elusive goal.

(in reply to trees trees)
Post #: 661
RE: Icons - 7/10/2006 3:28:39 AM   
trees trees

 

Posts: 125
Joined: 6/6/2006
From: Manistee, MI
Status: offline
ahhh. http://www.matrixgames.com/forums/micons/m8.gif it is sometimes hard to remember what you have declared finished and what is still being decided.

on the sea zone boundaries I can think of good programming reasons to make the boundaries follow the hex lines. following the Liverpool example, the boundary follows the hex-sides of the all-sea hex NW of Liverpool. on the paper map the boundary neatly bi-sects that hex, making Liverpool accessible to both sea zones at the very first glance. perhaps if this part of the map code is still to be worked on, the 'data' map could keep that hex in the Bay of Biscay zone, but the line could be drawn on the screen like on the paper map. in this case though with no weather boundary near-by it never makes any difference what sea zone that particular hex-dot is in.

note that as it is drawn now, although Liverpool is just barely a port on the Faeroes Gap due to the sliver of ocean to the NE, it also no longer appears to be an invadable coastal hex from the Faeroes zone. This is a change from the paper maps which would cut into one of my favorite Sea Lion tactics, once ashore in force in England, of taking Scapa Flow and then further Royal Navy bases, such as Liverpool, from behind by using the Marines and Paratroopers. Capturing ships is kinda fun.

it appears Plymouth coud benefit from a small extension of the zone boundary as well.

on paper, the boundaries only sometimes use the hex-sides. in data, I could see where all the special cases not using the hex-sides would create would be a lot more work.

(in reply to Shannon V. OKeets)
Post #: 662
RE: Icons - 7/10/2006 4:12:25 AM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline
quote:

ORIGINAL: trees trees
ahhh. http://www.matrixgames.com/forums/micons/m8.gif it is sometimes hard to remember what you have declared finished and what is still being decided.

on the sea zone boundaries I can think of good programming reasons to make the boundaries follow the hex lines. following the Liverpool example, the boundary follows the hex-sides of the all-sea hex NW of Liverpool. on the paper map the boundary neatly bi-sects that hex, making Liverpool accessible to both sea zones at the very first glance. perhaps if this part of the map code is still to be worked on, the 'data' map could keep that hex in the Bay of Biscay zone, but the line could be drawn on the screen like on the paper map. in this case though with no weather boundary near-by it never makes any difference what sea zone that particular hex-dot is in.

note that as it is drawn now, although Liverpool is just barely a port on the Faeroes Gap due to the sliver of ocean to the NE, it also no longer appears to be an invadable coastal hex from the Faeroes zone. This is a change from the paper maps which would cut into one of my favorite Sea Lion tactics, once ashore in force in England, of taking Scapa Flow and then further Royal Navy bases, such as Liverpool, from behind by using the Marines and Paratroopers. Capturing ships is kinda fun.

it appears Plymouth coud benefit from a small extension of the zone boundary as well.

on paper, the boundaries only sometimes use the hex-sides. in data, I could see where all the special cases not using the hex-sides would create would be a lot more work.


Actually, I decided to stay with what CWIF did rather than WIF FE for drawing sea boundaries in the open sea. It was not so much because of the programming labor involved in the change, but that I thought the CWIF style was less ambiguous. If a sea boundary bisects a sea hex, can an air unit which can reach that very small partial sea hex enter the sea area or does it have to fly another hex? For example, with a fighter based in Holyhead, does it take 1 or 2 movement points to reach Faroes Gap? I know it is 2, but the way it is drawn in WIF FE leaves that open to argument. Less confusion with the sea boundary running along the hexside.

_____________________________

Steve

Perfection is an elusive goal.

(in reply to trees trees)
Post #: 663
RE: Icons - 7/10/2006 5:34:52 AM   
trees trees

 

Posts: 125
Joined: 6/6/2006
From: Manistee, MI
Status: offline
actually, that's where the dots come in to play. the boundary we are talking about is to the north of the hex-dot, so even from Liverpool it takes a lot more than 2 mp (iirc) for an aircraft to enter the 0 box of the Faerores Gap. airplanes fly to the first all sea hex-dot they can reach. as long as the lines are drawn carefully around the dots it works out pretty simply.

i thought you might have dropped some of the non hex-side lines so there was no question which sea zone a sea hex belonged too. but I guess you would always need a bit of data to identify which hexes are considered 'coastal' (i.e. legally invadable) to which zones anyway.

(in reply to Shannon V. OKeets)
Post #: 664
RE: Icons - 7/10/2006 6:45:12 AM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline
quote:

ORIGINAL: trees trees
actually, that's where the dots come in to play. the boundary we are talking about is to the north of the hex-dot, so even from Liverpool it takes a lot more than 2 mp (iirc) for an aircraft to enter the 0 box of the Faerores Gap. airplanes fly to the first all sea hex-dot they can reach. as long as the lines are drawn carefully around the dots it works out pretty simply.

i thought you might have dropped some of the non hex-side lines so there was no question which sea zone a sea hex belonged too. but I guess you would always need a bit of data to identify which hexes are considered 'coastal' (i.e. legally invadable) to which zones anyway.


Several forum members were on my case a few months back, wanting more graphics in the coastal hexes to differentiate which ones could be invaded. Since placing a cursor over a hex gives you that information (along with terrain type, weather, etc.), it seemed overkill to me. I understand that it is a problem when playing over the board because there is no recourse other than digging out the rulebook or some facsimile thereof. But with the computer, it is available instantly by browsing with the cursor. Modifying the map terrain to communicate these subtle (but nonetheless important) hex distinctions is still unjustified to my mind.

_____________________________

Steve

Perfection is an elusive goal.

(in reply to trees trees)
Post #: 665
RE: Icons - 7/10/2006 4:20:28 PM   
wfzimmerman


Posts: 660
Joined: 10/22/2003
Status: offline
quote:

ORIGINAL: Shannon V. OKeets



Several forum members were on my case a few months back, wanting more graphics in the coastal hexes to differentiate which ones could be invaded. Since placing a cursor over a hex gives you that information (along with terrain type, weather, etc.), it seemed overkill to me. I understand that it is a problem when playing over the board because there is no recourse other than digging out the rulebook or some facsimile thereof. But with the computer, it is available instantly by browsing with the cursor. Modifying the map terrain to communicate these subtle (but nonetheless important) hex distinctions is still unjustified to my mind.


Browsing with the cursor is not as satisfactory a way of getting the big picture as simply looking at the screen once.

_____________________________


(in reply to Shannon V. OKeets)
Post #: 666
RE: Icons - 7/10/2006 8:33:15 PM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline
quote:

ORIGINAL: wfzimmerman
quote:

ORIGINAL: Shannon V. OKeets
Several forum members were on my case a few months back, wanting more graphics in the coastal hexes to differentiate which ones could be invaded. Since placing a cursor over a hex gives you that information (along with terrain type, weather, etc.), it seemed overkill to me. I understand that it is a problem when playing over the board because there is no recourse other than digging out the rulebook or some facsimile thereof. But with the computer, it is available instantly by browsing with the cursor. Modifying the map terrain to communicate these subtle (but nonetheless important) hex distinctions is still unjustified to my mind.


Browsing with the cursor is not as satisfactory a way of getting the big picture as simply looking at the screen once.


Perhaps a toggle switch to show 'invadable' hexes?

_____________________________

Steve

Perfection is an elusive goal.

(in reply to wfzimmerman)
Post #: 667
RE: Icons - 7/10/2006 8:39:04 PM   
Froonp


Posts: 7995
Joined: 10/21/2003
From: Marseilles, France
Status: offline
quote:

note that as it is drawn now, although Liverpool is just barely a port on the Faeroes Gap due to the sliver of ocean to the NE, it also no longer appears to be an invadable coastal hex from the Faeroes zone. This is a change from the paper maps

I agree.

An hex is invadable if it has an all-sea hexside, period (11.14).
From this, Liverpool is clearly invadable.

Then, this hex can be invaded from any sea area that this all-sea hexside touches upon (as the rule says).

From this rule, this is not evident when seeing the MWiF map that the Liverpool hex can be invaded from the Faeroes Gap.





Attachment (1)

< Message edited by Froonp -- 7/10/2006 8:57:37 PM >

(in reply to trees trees)
Post #: 668
RE: Icons - 7/10/2006 8:42:52 PM   
wodin


Posts: 10762
Joined: 4/20/2003
From: England
Status: offline
Liverpool should be juts North of the peninsula.

_____________________________


(in reply to Froonp)
Post #: 669
RE: Icons - 7/10/2006 8:45:40 PM   
Froonp


Posts: 7995
Joined: 10/21/2003
From: Marseilles, France
Status: offline
quote:

For example, with a fighter based in Holyhead, does it take 1 or 2 movement points to reach Faroes Gap? I know it is 2, but the way it is drawn in WIF FE leaves that open to argument. Less confusion with the sea boundary running along the hexside.

Steve you're wrong.
A plane must fly to the nearest hexdot that is in the Sea Area where he wants to perform a mission.
Here it needs 5 MP to reach the Faeroes Gap Sea Area.





Attachment (1)

< Message edited by Froonp -- 7/10/2006 8:53:05 PM >

(in reply to Shannon V. OKeets)
Post #: 670
RE: Icons - 7/10/2006 8:51:13 PM   
wfzimmerman


Posts: 660
Joined: 10/22/2003
Status: offline
quote:

ORIGINAL: Shannon V. OKeets

quote:

ORIGINAL: wfzimmerman
quote:

ORIGINAL: Shannon V. OKeets
Several forum members were on my case a few months back, wanting more graphics in the coastal hexes to differentiate which ones could be invaded. Since placing a cursor over a hex gives you that information (along with terrain type, weather, etc.), it seemed overkill to me. I understand that it is a problem when playing over the board because there is no recourse other than digging out the rulebook or some facsimile thereof. But with the computer, it is available instantly by browsing with the cursor. Modifying the map terrain to communicate these subtle (but nonetheless important) hex distinctions is still unjustified to my mind.


Browsing with the cursor is not as satisfactory a way of getting the big picture as simply looking at the screen once.


Perhaps a toggle switch to show 'invadable' hexes?


That would be fine!

Is there an "air coverable" view? i.e. show all hexes within reach of any plane currently on the map?

_____________________________


(in reply to Shannon V. OKeets)
Post #: 671
RE: Icons - 7/11/2006 12:34:39 AM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline

quote:

ORIGINAL: wfzimmerman

Is there an "air coverable" view? i.e. show all hexes within reach of any plane currently on the map?


I hadn't thought about it.

_____________________________

Steve

Perfection is an elusive goal.

(in reply to wfzimmerman)
Post #: 672
RE: Icons - 7/11/2006 12:37:52 AM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline

quote:

ORIGINAL: wodin

Liverpool should be juts North of the peninsula.


The placement of the city and port icons within a hex was sometimes compromised by the need to fit everything in.

_____________________________

Steve

Perfection is an elusive goal.

(in reply to wodin)
Post #: 673
RE: Icons - 7/11/2006 12:39:22 AM   
wfzimmerman


Posts: 660
Joined: 10/22/2003
Status: offline
quote:

ORIGINAL: Shannon V. OKeets


quote:

ORIGINAL: wfzimmerman

Is there an "air coverable" view? i.e. show all hexes within reach of any plane currently on the map?


I hadn't thought about it.


FWIW, it's a very useful feature in Computer War in Europe. Air cover is often a key factor in invasion planning in that game. Maybe it's less true in WIF ... i don't know.

_____________________________


(in reply to Shannon V. OKeets)
Post #: 674
RE: Icons - 7/11/2006 12:39:51 AM   
trees trees

 

Posts: 125
Joined: 6/6/2006
From: Manistee, MI
Status: offline
hmmm. new question: is Barrow now a port and coastal hex on the Bay of Biscay?

(in reply to Shannon V. OKeets)
Post #: 675
RE: Icons - 7/11/2006 1:07:39 AM   
Froonp


Posts: 7995
Joined: 10/21/2003
From: Marseilles, France
Status: offline
quote:

ORIGINAL: trees trees

hmmm. new question: is Barrow now a port and coastal hex on the Bay of Biscay?

No, it isn't. Only on the Faeroes.
However, a plane looking for a mission in the Bay of Biscay would only need 1 MP to go patrolling there.
Barrow is not invadable from the Bay of Biscay neither.

(in reply to trees trees)
Post #: 676
RE: Icons - 7/11/2006 1:10:47 AM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline
quote:

ORIGINAL: Froonp
quote:

For example, with a fighter based in Holyhead, does it take 1 or 2 movement points to reach Faroes Gap? I know it is 2, but the way it is drawn in WIF FE leaves that open to argument. Less confusion with the sea boundary running along the hexside.

Steve you're wrong.
A plane must fly to the nearest hexdot that is in the Sea Area where he wants to perform a mission.
Here it needs 5 MP to reach the Faeroes Gap Sea Area.



Yes, of course. I was only looking at 3 hexes when I wrote the post.

In general this ongoing discussion about invadable hexes is caused by how WIF, in general, simulates invasions. The abstraction of the oceans into sea areas and the coastline into hexes creates a lot of opportunity for confusion. The very careful wording of the WIF FE rules and how the WIF FE map is drawn are in response to the potential confusion. Small differences here and there can have major importance when playing.

CWIF (and MWIF) handles what is invadable not by how the map is drawn - the program doesn't care. Not does it rely on the rules - "all sea hexsides" do not enter into the program at all for invasions. Instead it takes the rather simple approach of having each hex in the game identified as to which sea areas it is 'adjacent'. Hard coded into the data file, just like terrain and where cities are located, is which sea area a hex is adjacent to. Barrow is only adjacent to Faeroes Gap. Liverpool is adjacent to Faeroes Gap and the Bay of Biscay. You can interpret the word adjacent here to mean that the hex can be reached from the sea area for invasions, or to pickup/drop off of units, etc..

As an example of how unconcerned the game is about the map, an earlier typo had a hex just north of the Caucasus mountains as adjacent to the Black Sea, even thought the hex was landlocked and 4 hexes away from any coastal hex. You could have invaded that hex from the Black Sea. "A little teleportation music, Scotty?"

So, I would rather rely on communicating the invadable (adjacent to sea area) hexes some way other than relying on the subtle placement of port symbols or sea area boundary lines. Click on a toggle and - for a given sea area - all the adjacent coastal hexes are indicated/highlighted, or something. I prefer this to be a heavy handed solution, not a margnially visible line.

_____________________________

Steve

Perfection is an elusive goal.

(in reply to Froonp)
Post #: 677
RE: Icons - 7/11/2006 1:37:29 AM   
Froonp


Posts: 7995
Joined: 10/21/2003
From: Marseilles, France
Status: offline
quote:

So, I would rather rely on communicating the invadable (adjacent to sea area) hexes some way other than relying on the subtle placement of port symbols or sea area boundary lines. Click on a toggle and - for a given sea area - all the adjacent coastal hexes are indicated/highlighted, or something. I prefer this to be a heavy handed solution, not a margnially visible line.

Steve, remember the all-sea hexside, this is a mandatory condition for invasion.
In the picture below, the hexes outlined with the red circles cannot be invaded.




Attachment (1)

(in reply to Shannon V. OKeets)
Post #: 678
RE: Icons - 7/11/2006 6:00:08 AM   
mlees


Posts: 2263
Joined: 9/20/2003
From: San Diego
Status: offline
In AH's Third Reich, the only hexes that can be invaded had a "sand" color/texture along the waters edge... however this game has many more invasion beaches... hmmm.

(in reply to Froonp)
Post #: 679
RE: Icons - 7/11/2006 2:49:01 PM   
c92nichj


Posts: 440
Joined: 1/14/2005
Status: offline
quote:

So, I would rather rely on communicating the invadable (adjacent to sea area) hexes some way other than relying on the subtle placement of port symbols or sea area boundary lines. Click on a toggle and - for a given sea area - all the adjacent coastal hexes are indicated/highlighted, or something. I prefer this to be a heavy handed solution, not a margnially visible line.


I think this should be a good solution, making it obvious how you can invade.
An example could be to highlight all invadable hexes with an Orange outline when a toggle is switched on. When moving the cursor over a searea the highlight would change to yellow for the hexes invadable from that sea area.

(in reply to Shannon V. OKeets)
Post #: 680
RE: Icons - 7/11/2006 6:04:04 PM   
trees trees

 

Posts: 125
Joined: 6/6/2006
From: Manistee, MI
Status: offline
I know the sea connections of the port of Barrow and the invadability of the hex it is in immediately on looking at the WiFFe paper map. I've been playing WiF since the late 80s so practice makes perfect. But how will a new person understand that with the blue zone line drawn on the boundary of the Barrow hex that it is not a port on the Bay of Biscay nor can it be invaded from there? That seems rather counter-intuitive and potentially frustrating. I doubt I've ever put a counter in that hex but this same question would come up in other places too I would think. Maybe nobody noticed this in CWiF because only experienced players were using it, or maybe very few sea zone lines were moved like this.

(in reply to c92nichj)
Post #: 681
RE: Icons - 7/11/2006 6:51:10 PM   
Froonp


Posts: 7995
Joined: 10/21/2003
From: Marseilles, France
Status: offline
quote:

ORIGINAL: c92nichj
An example could be to highlight all invadable hexes with an Orange outline when a toggle is switched on. When moving the cursor over a searea the highlight would change to yellow for the hexes invadable from that sea area.

I like it.

(in reply to c92nichj)
Post #: 682
RE: Icons - 7/11/2006 6:54:33 PM   
wfzimmerman


Posts: 660
Joined: 10/22/2003
Status: offline
quote:

ORIGINAL: Froonp

quote:

ORIGINAL: c92nichj
An example could be to highlight all invadable hexes with an Orange outline when a toggle is switched on. When moving the cursor over a searea the highlight would change to yellow for the hexes invadable from that sea area.

I like it.

Ditto.

_____________________________


(in reply to Froonp)
Post #: 683
RE: Icons - 7/11/2006 10:11:43 PM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline

quote:

ORIGINAL: c92nichj

quote:

So, I would rather rely on communicating the invadable (adjacent to sea area) hexes some way other than relying on the subtle placement of port symbols or sea area boundary lines. Click on a toggle and - for a given sea area - all the adjacent coastal hexes are indicated/highlighted, or something. I prefer this to be a heavy handed solution, not a margnially visible line.


I think this should be a good solution, making it obvious how you can invade.
An example could be to highlight all invadable hexes with an Orange outline when a toggle is switched on. When moving the cursor over a searea the highlight would change to yellow for the hexes invadable from that sea area.


Thanks. This is currently my #1 contender for the design - though the image and color choice might be somewhat different.

_____________________________

Steve

Perfection is an elusive goal.

(in reply to c92nichj)
Post #: 684
RE: Icons - 7/11/2006 10:51:33 PM   
Anendrue


Posts: 817
Joined: 7/8/2005
Status: offline
Toggle, toggle, click and goggle...

Now thats a mantra to live by!

_____________________________

Integrity is what you do when nobody is watching.

(in reply to Shannon V. OKeets)
Post #: 685
RE: Icons - 7/26/2006 10:49:35 PM   
lordzyplon

 

Posts: 40
Joined: 7/6/2006
Status: offline

quote:

ORIGINAL: c92nichj

quote:

So, I would rather rely on communicating the invadable (adjacent to sea area) hexes some way other than relying on the subtle placement of port symbols or sea area boundary lines. Click on a toggle and - for a given sea area - all the adjacent coastal hexes are indicated/highlighted, or something. I prefer this to be a heavy handed solution, not a margnially visible line.


I think this should be a good solution, making it obvious how you can invade.
An example could be to highlight all invadable hexes with an Orange outline when a toggle is switched on. When moving the cursor over a searea the highlight would change to yellow for the hexes invadable from that sea area.



This IS an excellent idea, since the brain will react better to a change in color, rather than just an obvious one.
For example, if someone rolls a ball across the floor, parts of the floor can be hot pink, but the brain will want to follow the ball.

(in reply to c92nichj)
Post #: 686
RE: Icons - 7/29/2006 1:58:51 AM   
Incy

 

Posts: 336
Joined: 10/25/2003
Status: offline
More toggles and functions to learn means the game will take longer to learn, and longer to program.

There is an elegant solution that takes almost nothing to implement.
invadable hexides = blue
non-invadable hexides = black

blue and black hexides are actually implmentd allready, but the algorithm for drawing hexes blue or black need to change slightly for the hexides to indicate invadability. Incidentally, this will also make the game prettier, right now some blue hexides appear a bit inland, which is not pretty.


Incy

(in reply to lordzyplon)
Post #: 687
RE: Icons - 7/29/2006 5:24:57 AM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline
quote:

ORIGINAL: Incy
More toggles and functions to learn means the game will take longer to learn, and longer to program.

There is an elegant solution that takes almost nothing to implement.
invadable hexides = blue
non-invadable hexides = black

blue and black hexides are actually implmentd allready, but the algorithm for drawing hexes blue or black need to change slightly for the hexides to indicate invadability. Incidentally, this will also make the game prettier, right now some blue hexides appear a bit inland, which is not pretty.
Incy


The black and blue hexside coloring/coding is somewhat too subtle for my taste.

As for the learning task, players will have to either learn what the blue and black hexsides mean or what the toggle switch does. As the old saying goes: "6 of one and a half a dozen of the other."


_____________________________

Steve

Perfection is an elusive goal.

(in reply to Incy)
Post #: 688
RE: Icons - 7/31/2006 1:47:17 AM   
GJK


Posts: 554
Joined: 7/17/2004
Status: offline
Apologies in advance if this has been asked before, and I'm sure that it has, but will the maps/units be hard-coded into the .exe of the program or will they be accessible graphic files that could be modified? And the screenshots of what I've seen so far look great, I just get a kick out of map making and I'm sure that at some point I'd get an itch to see what I would come up with.

(in reply to Shannon V. OKeets)
Post #: 689
RE: Icons - 7/31/2006 2:07:10 AM   
Shannon V. OKeets

 

Posts: 22095
Joined: 5/19/2005
From: Honolulu, Hawaii
Status: offline
quote:

ORIGINAL: GJK
Apologies in advance if this has been asked before, and I'm sure that it has, but will the maps/units be hard-coded into the .exe of the program or will they be accessible graphic files that could be modified? And the screenshots of what I've seen so far look great, I just get a kick out of map making and I'm sure that at some point I'd get an itch to see what I would come up with.


My goal is to produce WIF FE for the computer. It is not to create a WIF design kit. So, only things that require virtually no additional work from me will be available.

However, I am making comma separated values (CSV) the standard for data files and the Player's Manual will describe what the field definitions are for every file. I consider these thinigs just basic/correct/standard programming practices. They make my life easier as the programmer/developer too.

That means the player will have the ability to change a lot of things about the map and units. Not the rules though, since they involve extensive coding.

Changing the look of the map won't be easy either. The coastal hexes are done one at a time by the graphics artist (5000+) and I overlay the terrain graphics on them as part of a preprocessing routine. So if you change the look of clear hexes (for example) that will not affect any of the clear coastal hexes.

_____________________________

Steve

Perfection is an elusive goal.

(in reply to GJK)
Post #: 690
Page:   <<   < prev  21 22 [23] 24 25   next >   >>
All Forums >> [New Releases from Matrix Games] >> World in Flames >> RE: Icons Page: <<   < prev  21 22 [23] 24 25   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.984