Conquest of Elysium 4
Mod that removes terrain penalties or doubles all movement?
Is there a mod that removes all terrain penalties, giving all squares a cost of 1? Or a mod that doubles movement available for everyone?
< >
Εμφάνιση 1-14 από 14 σχόλια
This is pretty easy to do, make a list of,
selectterr 0
apcost 1
...
selectterr 1
apcost 1
...
selectterr 250
apcost 1

I'd check out the next iteration of my civilization mod that brings in engineer option to build roads to reduce most tiles apcost if greater than 1 by 2 for terrain tiles except mountains which is left at 2 and swamps which I felt are sparse enough to not allow roads.

As a side note apcosts negative and zero are not possible last I tried. Personally I have a few ideas if we could have 0 and -1 or smaller negative apcosts.
Τελευταία επεξεργασία από Xelos; 1 Ιαν 2017, 13:15
I think it was said somewhere that it was possible to do half or quarter movement.
I know I suggested that somewhere, and I think somebody else mentioned it too. To be honest I just assumed that it would work, I haven't actually tested it.
Αναρτήθηκε αρχικά από Jakalor:
I think it was said somewhere that it was possible to do half or quarter movement.
decimal causes badmp error and fractions just use the first digit such as 1/4 = apcost 1.
Αναρτήθηκε αρχικά από Xelos:
This is pretty easy to do, make a list of,
selectterr 0
apcost 1
...
selectterr 1
apcost 1
...
selectterr 250
apcost 1

I'd check out the next iteration of my civilization mod that brings in engineer option to build roads to reduce most tiles apcost if greater than 1 by 2 for terrain tiles except mountains which is left at 2 and swamps which I felt are sparse enough to not allow roads.

As a side note apcosts negative and zero are not possible last I tried. Personally I have a few ideas if we could have 0 and -1 or smaller negative apcosts.

Xelos, I took your advice and made the mod :D
Thanks for your help.

It can be downloaded here : https://github.com/bulltorious/MovementOne/archive/master.zip
Τελευταία επεξεργασία από Bulluthu; 16 Ιαν 2017, 7:17
Ok, this does not work on snowed tiles. Looking around a bit I need to give the snow ability to every class / creature.

Question is...is there a master list of units / heroes somewhere? In fact how did the above poster know that I had to iterate from 0 to 250 for terrain?
Hmmh. Ok I set all terrain to only have 1 AP. This works fine. Next I gave all monsters the snow ability using the following:

selectmonster "Hillary Clinton"
snow

The problem is...it seems to only give it to most monsters. When I start a new game, most of the units / heroes have the ability, but not all. EVEN IF THEY ALREADY EXIST as an entry in selectmonster "name".

Can someone take a look and see what I am doing wrong.
https://github.com/bulltorious/MovementOne/blob/master/MovementOne.c4m

P.S. Github made me change to windows EOL characters.

Τελευταία επεξεργασία από Bulluthu; 15 Ιαν 2017, 12:12
some monster names have duplicates so you need to use the offset option, by default you select 0.

selectmonster "Longdead" 0
snow

selectmonster "Longdead" 1
snow

...
Τελευταία επεξεργασία από Xelos; 15 Ιαν 2017, 12:54
Αναρτήθηκε αρχικά από Xelos:
some monster names have duplicates so you need to use the offset option, by default you select 0.

selectmonster "Longdead" 0
snow

selectmonster "Longdead" 1
snow

...

How does one know which ones have duplicates ?
Αναρτήθηκε αρχικά από BRING EMOUT BRING EMOUT:
Αναρτήθηκε αρχικά από Xelos:
some monster names have duplicates so you need to use the offset option, by default you select 0.

selectmonster "Longdead" 0
snow

selectmonster "Longdead" 1
snow

...

How does one know which ones have duplicates ?
I generally generate a list based upon units file that i linked which has all units including copies.
is it safe to just do a 0 and a 1 for each monster or is there a 2 3 and 4 ?
Αναρτήθηκε αρχικά από Xelos:
Units, and others
http://steamcommunity.com/app/403950/discussions/1/351660338708920980/

Ritual data
https://steamcommunity.com/app/403950/discussions/1/358417461606655946/

These dumps do not seem to contain the dryad queen, is there a later version I am missing ?
Αναρτήθηκε αρχικά από BRING EMOUT BRING EMOUT:
is it safe to just do a 0 and a 1 for each monster or is there a 2 3 and 4 ?
im not sure

Αναρτήθηκε αρχικά από BRING EMOUT BRING EMOUT:
Αναρτήθηκε αρχικά από Xelos:
Units, and others
http://steamcommunity.com/app/403950/discussions/1/351660338708920980/

Ritual data
https://steamcommunity.com/app/403950/discussions/1/358417461606655946/

These dumps do not seem to contain the dryad queen, is there a later version I am missing ?

not that i know
< >
Εμφάνιση 1-14 από 14 σχόλια
Ανά σελίδα: 1530 50

Ημ/νία ανάρτησης: 23 Δεκ 2016, 13:57
Αναρτήσεις: 14