Map Fixes? - Page 2

Map Fixes?

Discuss maps & map creation - from concept to execution to the ever elusive release.

Moderator: Moderators

User avatar
scifi
Posts: 848
Joined: 10 May 2009, 12:27

Re: Map Fixes?

Post by scifi »

Nobody cares about mutators.

Map mods, well a guy can just be in a regular BA host, and be playing BA, then switch to a mapMod and voila done.

It was actually a very clever way to make people play your mod.
A lot of people played the MapMod version, more than if it was hosted in another autohost with its own Game Name e.t.c...
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Map Fixes?

Post by Forboding Angel »

Or, you could look in the wiki under the map development section.
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Re: Map Fixes?

Post by Jools »

knorke wrote:
Things like allowfactionchange when theres coms inside unit on maps it wont work.
allowfactionchange wupget gets confused when new units are added/removed because it uses hardcoded unitDefIDs.
so map mutator yes but even decided to even lua more like? probally not!
AllowFactionChange is just the frontend, the widget part. It communicates with a gadget called initialspawn. You have to edit both to conform with the mod in question.

Therefore I agree with the people here: a map is a map is a map. It's a part of terrain, think of it like a forest. It should not any dependance on the mod. You can use mod things in a map, but you will run into problems, becausew each mod is its own paradigm, it has its sets of rules, units, systems. If you tie a map to a specific paradigm, then it won't be the same map when using another paradigm.

It's like having a forest turning red when a mouse enters it and yellow when a cat does so. It's just wrong. How do I know? Beacuse I did that on one of my maps.
Senna
Posts: 315
Joined: 17 Mar 2009, 00:20

Re: Map Fixes?

Post by Senna »

Jools wrote:
knorke wrote:
Things like allowfactionchange when theres coms inside unit on maps it wont work.
allowfactionchange wupget gets confused when new units are added/removed because it uses hardcoded unitDefIDs.
so map mutator yes but even decided to even lua more like? probally not!
AllowFactionChange is just the frontend, the widget part. It communicates with a gadget called initialspawn. You have to edit both to conform with the mod in question.

Therefore I agree with the people here: a map is a map is a map. It's a part of terrain, think of it like a forest. It should not any dependance on the mod. You can use mod things in a map, but you will run into problems, becausew each mod is its own paradigm, it has its sets of rules, units, systems. If you tie a map to a specific paradigm, then it won't be the same map when using another paradigm.

It's like having a forest turning red when a mouse enters it and yellow when a cat does so. It's just wrong. How do I know? Beacuse I did that on one of my maps.
Yes thats the problem, but in description it says for BA only, but it should work on other mods too, but will not because it will read the files inside and crash :?
klapmongool
Posts: 843
Joined: 13 Aug 2007, 13:19

Re: Map Fixes?

Post by klapmongool »

scifi wrote:Nobody cares about mutators.

Map mods, well a guy can just be in a regular BA host, and be playing BA, then switch to a mapMod and voila done.

It was actually a very clever way to make people play your mod.
A lot of people played the MapMod version, more than if it was hosted in another autohost with its own Game Name e.t.c...
Yep. Indeed a smart way of having your mod played.. Makes you think huh. Why would be allowed to have a BA 7.64 mod running on your server while the map changes that to the actually played game (like 'special') if it isnt allowed to take BA 7.64 and change units in it and run in on a host with the modname 7.64?

Naming policies :0
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Map Fixes?

Post by Forboding Angel »

I already game him the answer. Thankfully, he will never have the patience to figure it out :-)
Post Reply

Return to “Map Creation”