Changing the scale

Please post here for questions and discussion about scenario design and the game editor for WITP.

Moderators: wdolson, Don Bowen, mogami

User avatar
argaur
Posts: 277
Joined: Fri May 13, 2005 9:41 am
Location: Spain

Changing the scale

Post by argaur »

Is possible to change the scale of the map?
Image
"... tell the Emperor that I am facing Russians.
If they had been Prussians, I'd have taken the
position long ago."
- Marshal Ney, 1813
User avatar
DuckofTindalos
Posts: 39781
Joined: Fri Apr 22, 2005 11:53 pm
Location: Denmark

RE: Changing the scale

Post by DuckofTindalos »

No.
We are all dreams of the Giant Space Butterfly.
User avatar
Nikademus
Posts: 22517
Joined: Sat May 27, 2000 8:00 am
Location: Alien spacecraft

RE: Changing the scale

Post by Nikademus »

Not outside of a small programming change.
User avatar
Sardaukar
Posts: 12736
Joined: Wed Nov 28, 2001 10:00 am
Location: Finland/Israel

RE: Changing the scale

Post by Sardaukar »

It was hard-coded max number of hexes a TF can move in phase or day, I think. That'd make changing scale difficult..or futile.
"To meaningless French Idealism, Liberty, Fraternity and Equality...we answer with German Realism, Infantry, Cavalry and Artillery" -Prince von Bülov, 1870-

Image
User avatar
Nikademus
Posts: 22517
Joined: Sat May 27, 2000 8:00 am
Location: Alien spacecraft

RE: Changing the scale

Post by Nikademus »

Its not difficult from what i've been told, but it 'does' require a programmer to go in and make the adjustments. A person can't do it using the editor and altering the map like Andrew or Subchaser has done.
User avatar
DuckofTindalos
Posts: 39781
Joined: Fri Apr 22, 2005 11:53 pm
Location: Denmark

RE: Changing the scale

Post by DuckofTindalos »

Like I said, "no".
We are all dreams of the Giant Space Butterfly.
User avatar
argaur
Posts: 277
Joined: Fri May 13, 2005 9:41 am
Location: Spain

RE: Changing the scale

Post by argaur »

if i want to do for example a map of the mediterranean sea, as tow times Australia, how it would affect the game? The speed of the ships reduced in a half... the airplanes depends on its real endure... and the rest? thanks in advance, i´m a real newbie in this [:)]
Image
"... tell the Emperor that I am facing Russians.
If they had been Prussians, I'd have taken the
position long ago."
- Marshal Ney, 1813
User avatar
Nikademus
Posts: 22517
Joined: Sat May 27, 2000 8:00 am
Location: Alien spacecraft

RE: Changing the scale

Post by Nikademus »

well you could create the map and rework the game data to point to the new bases but the scale would remain the same and it would probably screw the AI which has hardcoded objectives.
User avatar
argaur
Posts: 277
Joined: Fri May 13, 2005 9:41 am
Location: Spain

RE: Changing the scale

Post by argaur »

well, the AI is not problem, it would be for PEBM. Can the roads and the railroads be changed in the editor (or they are also modeled in the programming)?and the terrain?

Image
"... tell the Emperor that I am facing Russians.
If they had been Prussians, I'd have taken the
position long ago."
- Marshal Ney, 1813
User avatar
Nikademus
Posts: 22517
Joined: Sat May 27, 2000 8:00 am
Location: Alien spacecraft

RE: Changing the scale

Post by Nikademus »

no, that has to be changed in the map data. Andrew Brown is a good source to ask as he created his own WitP Map. Its a bit of work but can be done.
User avatar
argaur
Posts: 277
Joined: Fri May 13, 2005 9:41 am
Location: Spain

RE: Changing the scale

Post by argaur »

thanks! i will ask him
Image
"... tell the Emperor that I am facing Russians.
If they had been Prussians, I'd have taken the
position long ago."
- Marshal Ney, 1813
User avatar
jwilkerson
Posts: 8249
Joined: Sun Sep 15, 2002 4:02 am
Location: Kansas
Contact:

RE: Changing the scale

Post by jwilkerson »

BTW it has been attempted (unsuccessfully) before (the Med) ... at that point it was suggested that trying to do it with UV game might be easier ... another issue is hardcoded weather areas ... you will still get monsoons and blizzards on portions of the map ...

UV is already 30 mile hex ... so you start out further down the path ...

WITP Admiral's Edition - Project Lead
War In Spain - Project Lead
User avatar
timtom
Posts: 1500
Joined: Wed Jan 29, 2003 9:23 pm
Location: Aarhus, Denmark

RE: Changing the scale

Post by timtom »

ORIGINAL: jwilkerson
You will still get monsoons and blizzards on portions of the map ...

Monsoons? Really? News to me!
Where's the Any key?

Image
User avatar
argaur
Posts: 277
Joined: Fri May 13, 2005 9:41 am
Location: Spain

RE: Changing the scale

Post by argaur »

where can i see the predominant weather of each map zone? Some of the India climate is like mediterranean sea
Image
"... tell the Emperor that I am facing Russians.
If they had been Prussians, I'd have taken the
position long ago."
- Marshal Ney, 1813
el cid again
Posts: 16983
Joined: Mon Oct 10, 2005 4:40 pm

RE: Changing the scale

Post by el cid again »

ORIGINAL: Terminus

No.


Since Terminus likes to be blunt and impolite at the same time - and was only today to me - I
will take this opportunity to point out he is wrong. The answer is "yes."

Further, while I am 99% certain the scale will be changed for WITPII (to 30 miles per hex - and
I hope NAUTICAL miles rather than statute - making ship speeds and ranges sensible)

you can do this in WITP I RIGHT NOW.

What you are limited to is 148 x 148 hexes on your map - so if scale goes up the area goes down.

Also - you need to look at your data. IF you want things to work - you need to make sure you program
speeds and ranges so the PRESENT code will get the right number of hexes. A lot of work - but the only
big problem is land units - and that is so slow it doesn't matter very much. Everything in a game involves
compromises - nothing more than map scale - so this is just SOP that there is a side effect/trade off.

Note Joe Wilkerson and I passionately advocated Andrew change the scale for CHS - and RHS may indeed do
just that - converting from statute miles to nautical miles - for accuracy sake. It is a lot of work on the data
entry side - and no one has done it yet. But it is fully feasible - and note Joe is a mathmetician and programmer.
It is not too hard to do the data in a spreadsheet.
User avatar
CobraAus
Posts: 2322
Joined: Mon Aug 23, 2004 6:15 am
Location: Geelong Australia
Contact:

RE: Changing the scale

Post by CobraAus »

BTW it has been attempted (unsuccessfully) before (the Med) ... at that point it was suggested that trying to do it with UV game might be easier ... another issue is hardcoded weather areas ... you will still get monsoons and blizzards on portions of the map ...

Who tried that I remember seeing a lot of map work done if that was still available it would be a start point for you as well

Cobra Aus
Coral Sea Battle = My Birthday
User avatar
Monter_Trismegistos
Posts: 1359
Joined: Tue Feb 01, 2005 8:58 pm
Location: Gdansk

RE: Changing the scale

Post by Monter_Trismegistos »

The answer is yes. You can change scale of the map. But only in one direction :) There is absolutely no problem with creating map with 1 hex = 120 miles [:D]
Nec Temere Nec Timide
Bez strachu ale z rozwagą
User avatar
Bodhi
Posts: 1267
Joined: Tue Aug 26, 2003 1:36 am
Location: Japan

RE: Changing the scale

Post by Bodhi »

ORIGINAL: jwilkerson

BTW it has been attempted (unsuccessfully) before (the Med) ... at that point it was suggested that trying to do it with UV game might be easier ... another issue is hardcoded weather areas ... you will still get monsoons and blizzards on portions of the map ...

UV is already 30 mile hex ... so you start out further down the path ...


So, after six months on the WitP team, development of WitP II is already well underway with 30 mile hexs, and you don't want to deter anyone from doing the groundwork for a Med add-on. [:D]
Bodhi
Buck Beach
Posts: 1974
Joined: Sun Jun 25, 2000 8:00 am
Location: Upland,CA,USA

RE: Changing the scale

Post by Buck Beach »

Whoa, WITP II development is underway? First I have heard of this and where do I send my money. I want it!!!
User avatar
VSWG
Posts: 3217
Joined: Wed May 31, 2006 5:04 pm
Location: Germany

RE: Changing the scale

Post by VSWG »

Hold your horses, Buck Beach, Bodhi made a joke. [:)]
Image
Post Reply

Return to “Scenario Design”