Any idea of a beta or a release?
How about Pre-Alpha?
Honestly, release is like, months and months away, if not years.
...just making this mock-up concept is going to take a lot of work. We're building our own engine from scratch.Why does everything good have to be years away?![]()
Well, since programming just started (like today) its not as if we've had time to even come up with a basic engine, but we're working fastWhy does everything good have to be years away?![]()
Each one will probably be named after their real world titles, so back to using the channel as an example no matter where you fight within the borders of the channel it will be called the battle of the English channel.Alright, you are a programmer, so I trust your opinion.
As for naming Ocean tiles, do we really need to name ALL of them? or can we just have like 40 provinces named the English Channel? or whatever applies?
I've been putting some thought into it, such as a militia system and the ability for the emperor to draw manpower from states with its same religion.So what ideas to you guys have for the Holy Roman Empire mechanism? I mean, the interaction between the Emperors and their vassals.
Each one will probably be named after their real world titles, so back to using the channel as an example no matter where you fight within the borders of the channel it will be called the battle of the English channel.
well were using bitmaps, as for size 4000x4000 should do it;Alright, tell me what to do (in terms of what file type, size, etc.), and I'll get started on a map that differentiates between the ocean, the HRE, and land outside of the HRE but with standard hexagons
Still, we've only just started and i'm now putting together an overview file.
as we come up with ideas, you'll know about them
well were using bitmaps, as for size 4000x4000 should do it;
oh and keep it at 32bits
What's an IRC? And what time on Sunday?
I put the info in the OPWhat's an IRC? And what time on Sunday?
Meetings: Every Sunday at 7pm EST (4pm PST, 12am GMT) in #ahgame on mibbit (irc.mibbit.net)
it will be able to zoomwill 4000x4000 be the maximum size of the map? or will be map be able to zoom?
it will be able to zoom
i suppose the map can be larger, but the hexagon just needs to be one pixel bigger it needs to be 35 X 35Alright then, I will get started on the map.
Do you have an idea how big the hexagons would be roughly?
I was thinking about this big, as it would allow us to represent the smallest free cities without getting too small: snip
EDIT: Can the map be 4700 x 5300 instead?
i suppose the map can be larger, but the hexagon just needs to be one pixel bigger it needs to be 35 X 35
Uh... the way I'm coding this, one hexagon will be represented by one pixel. The hex's texture will correspond to the color of the pixel. You could make a hex map for conceptual purposes, but it's needlessly complicated to try to load that in via the program.