Map Making Conduit

Topics that are not maps. Discuss general map making concepts, techniques, contests, etc, here.

Moderator: Cartographers

Forum rules
Please read the Community Guidelines before posting.
User avatar
Jack0827
Posts: 101
Joined: Sat Jan 06, 2007 5:54 pm
Location: newport news va
Contact:

Post by Jack0827 »

Jack0827 wrote:there are plenty of other abstract ideas that you could use. I would not be apposed to say a tatoo map with the tatoos being the nations but if you put in blood and gore just for the heck of it I don't think it would be axepted. but if you did somthing like a battle field map with an image in the backround of someone getting stabed through with a speer it might pass(think anything more than what was in the movie 300 as to much or mabey even somthing like lotr as to much) but horror most likely won't get exepted :wink:



I whole heartedly agree that dead bodys are fine in a war setting, but like I said above dead bodys for the sake of having dead bodys laying around or just body parts most likely will not be made
KEYOGI
Posts: 1632
Joined: Tue Oct 10, 2006 6:09 am

Post by KEYOGI »

What's the point of any of it though? I can't see how a soldiers dead body in a background is appropriate either. That soldier was someones family, I'm sure they wouldn't want it as background for a map. :roll:

I'd just forget it DiM, you're going to have a hard time getting any sort of gore theme through the foundry. I for one find it pointless and inappropriate. :wink:
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Post by DiM »

yeah i get the picture. topic closed. :oops:
i'll go document for my tree of evolution map and forget about blood and guts :)
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
Jack0827
Posts: 101
Joined: Sat Jan 06, 2007 5:54 pm
Location: newport news va
Contact:

Post by Jack0827 »

KEYOGI wrote:What's the point of any of it though? I can't see how a soldiers dead body in a background is appropriate either. That soldier was someones family, I'm sure they wouldn't want it as background for a map. :roll:

I'd just forget it DiM, you're going to have a hard time getting any sort of gore theme through the foundry. I for one find it pointless and inappropriate. :wink:


I agree completly with what you are saying. i think that you can go as abstract as you want just don't bring in any blood and gore
User avatar
Wisse
Posts: 4448
Joined: Fri Oct 13, 2006 2:59 pm
Location: The netherlands, gelderland, epe

Post by Wisse »

DiM wrote:
Wisse wrote:yuck...
if cc gets that, i leave...


why did you look?? :lol:

seriously this is what i mean, i don't find that image disturbing and i'm sure others don't but there are people that won't consider playing on such a map.


i can take it, but i don't like it... i don't like the people that put that on the internet
Image Image
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Post by DiM »

i have a xml question and i don't want to start yet another thread so here it goes.

you can code a location to border another one in any side of the map, but can you code it so it connects to 5 other spots randomly?
i want to do a map with an element of surprise. let's say you have territory A that connects randomly to 1 of 5 locations. you don't know where you attack you just hope it all goes well. :D

is it possible?


edit// and another one. is it possible to define a one way border that can only be crossed 3 times in a game??

edit2// max map sizes are 450*800 & 350*600? can maps be a bit larger?? i have an idea but it has around 150 territories and i need a much larger work space.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Post by DiM »

does anybody know the answers to the above questions?? [-o<
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
boberz
Posts: 864
Joined: Sun Dec 03, 2006 12:21 pm

Post by boberz »

i dont know but have often wondered about similar things i have a sneaky suspicion you wont be able to do those but i dont know
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Post by DiM »

still waiting for some clear answers :roll:
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Post by yeti_c »

DiM wrote:i have a xml question and i don't want to start yet another thread so here it goes.

you can code a location to border another one in any side of the map, but can you code it so it connects to 5 other spots randomly?
i want to do a map with an element of surprise. let's say you have territory A that connects randomly to 1 of 5 locations. you don't know where you attack you just hope it all goes well. :D

is it possible?


edit// and another one. is it possible to define a one way border that can only be crossed 3 times in a game??

edit2// max map sizes are 450*800 & 350*600? can maps be a bit larger?? i have an idea but it has around 150 territories and i need a much larger work space.


a) random borders - Sadly not... you could create a map that has no visible borders and no-one knows what happens but the borders would be fixed...

If you wanted you could create an XSLT that randomised the borders each time you generated the file... then you could ask Lack very nicely if he'll run the process every now and then - say every 24 hours...

This would then change the XML for new games and current games... which would make it viciously hard and pure luck to win!!

b) No - unless Lack coded a field into the XML for number of attacks allowed and then his code would have to read this and abide by it - also what constitutes crossing? Conquering the territory? Fortifying across? Attacking across (but not conquering)?

c) Ask Andy - for exceptionally large maps (i.e. world 2.0) I think the sizes can be bent.

C.
Image
Highest score : 2297
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Post by DiM »

yeti_c wrote:
DiM wrote:i have a xml question and i don't want to start yet another thread so here it goes.

you can code a location to border another one in any side of the map, but can you code it so it connects to 5 other spots randomly?
i want to do a map with an element of surprise. let's say you have territory A that connects randomly to 1 of 5 locations. you don't know where you attack you just hope it all goes well. :D

is it possible?


edit// and another one. is it possible to define a one way border that can only be crossed 3 times in a game??

edit2// max map sizes are 450*800 & 350*600? can maps be a bit larger?? i have an idea but it has around 150 territories and i need a much larger work space.


a) random borders - Sadly not... you could create a map that has no visible borders and no-one knows what happens but the borders would be fixed...

If you wanted you could create an XSLT that randomised the borders each time you generated the file... then you could ask Lack very nicely if he'll run the process every now and then - say every 24 hours...

This would then change the XML for new games and current games... which would make it viciously hard and pure luck to win!!

b) No - unless Lack coded a field into the XML for number of attacks allowed and then his code would have to read this and abide by it - also what constitutes crossing? Conquering the territory? Fortifying across? Attacking across (but not conquering)?

c) Ask Andy - for exceptionally large maps (i.e. world 2.0) I think the sizes can be bent.

C.


ok. thanks yeti_c for the answers. i'll do a new topic to present my overall ideas and i'll ask andy to take a look.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
Post Reply

Return to “Foundry Discussions”