E+ 2.0a <-> 1.03 Configurations incompatibility

7 replies [Last post]
=High-Energy=
JoeriBaas's picture
Offline
Joined: Dec 2008
Posts:

Dear folks,

Recently I installed the new E+ release. But almost all the files had to be manually reconfigured.

There is only one thing that really bothers me. I had for me thé perfect configuration settings, but it seems there is no tool to rewrite the file and the old variables are not compatible.

Also the way the knockback now works is uncontrollable compared to the old style which only knocksback if you are near something instead of alwas give a knockback.

I hope that there is some way to convert my old 1.03 config to the new 2.0a style, since it is a great update. I just don't want to lose that many options like item respawn time, item/power up amount, the weird knockback settings, disable the respawn when the warm-up ends, set the warmup, etc, etc..

Thanks in advance.

Kind regards,

JB

p.s. attatched is my old config file

Login or register to view attached files
mow Q [EN]
Offline
Joined: Nov 2003
Posts:
E+ 2.0a <-> 1.03 Configurations incompatibility

wasp beast can, so i guess, translate ur config pretty quick...

he is reading the forum often, u just need some patience

=High-Energy=
JoeriBaas's picture
Offline
Joined: Dec 2008
Posts:
E+ 2.0a <-> 1.03 Configurations incompatibility
mow Q [EN] wrote:

wasp beast can, so i guess, translate ur config pretty quick...

he is reading the forum often, u just need some patience

Good to know that, thanks. Of cource i'm patient Winking. Some detailed guide would have also done the job, but a free conversion is even better!
I only hope the version 2.0a is able to give the exact game experience as 1.03, i just can not find the doc's or tools to make a perfect conversion, otherwise i would of cource have already done it myself, but i tried and failed, especially with the knockback settings...

lagstard
Developer (retired)
rabusmar's picture
Offline
Joined: Jan 2008
Posts:
E+ 2.0a <-> 1.03 Configurations incompatibility

Havent tested extensively, so test it.

Había una vez un barco chiquito...

=High-Energy=
JoeriBaas's picture
Offline
Joined: Dec 2008
Posts:
E+ 2.0a <-> 1.03 Configurations incompatibility
lagstard wrote:

Havent tested extensively, so test it.

Thanks so much! It works great.
Had to fix some fields but nothing big.

=High-Energy=
JoeriBaas's picture
Offline
Joined: Dec 2008
Posts:
E+ 2.0a <-> 1.03 Configurations incompatibility

modifyItem(0, "item_armor_jacket", "", 25, 75);
modifyItem(0, "item_armor_combad", "", 25, 150);

Seem to have no effect on the amount (ingame still 50)

lagstard
Developer (retired)
rabusmar's picture
Offline
Joined: Jan 2008
Posts:
E+ 2.0a <-> 1.03 Configurations incompatibility
Quote:
[NL wrote:

-Joeri=Baas-"]modifyItem(0, "item_armor_jacket", "", 25, 75);
modifyItem(0, "item_armor_combad", "", 25, 150);

Seem to have no effect on the amount (ingame still 50)

The second is written wrong, sorry for that, it should be
[code:1]modifyItem(0, "item_armor_combat", "", 25, 150);[/code:1]

About the first, it works fine. Remember that that item is not in every map, its the green armor that is on some cpma maps.

Había una vez un barco chiquito...

=High-Energy=
JoeriBaas's picture
Offline
Joined: Dec 2008
Posts:
E+ 2.0a <-> 1.03 Configurations incompatibility

Thanks for the fast response!

Stupid of me that i did not see it myself that it was spelled wrong.