Slightly changed addon - now game wont recognize it!

Have a really dumb question? Ask it here to get help from the experts (or those with too much time on their hands)

Moderator: Moderator

Post Reply
Message
Author
carpediem77
Low Yeek
Posts: 5
Joined: Tue Feb 03, 2015 10:52 pm

Slightly changed addon - now game wont recognize it!

#1 Post by carpediem77 »

I downloaded the Infinite 500 addon (http://te4.org/games/addons/tome/infini ... d-level-50) from the addons section of the main menu and it showed up in the list to configure addons. Wanting to get as strong a character as possible in order to challenge the infinite dungeon on nightmare mode, I changed the mod only slightly, from:

if self.level == 10 or self.level == 20 or self.level == 36 or self.level == 46 or (self.level > 50 and (self.level - 6) % 30 == 0)

into:

if self.level == 10 or self.level == 20 or self.level == 36 or self.level == 46 or (self.level > 50 and (self.level - 6) % 15 == 0)

However, even with this slight change the addon no longer shows up in my configure addon menu and is not affecting the game. It's definitely installed into the right folder (game/addons) and the file name is the same as it used to be. Im stumped on how to get the game to recognise the addon and would appreciate any help.

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: Slightly changed addon - now game wont recognize it!

#2 Post by HousePet »

Did you unpack or repack this addon?
That is likely where the problem is.
My feedback meter decays into coding. Give me feedback and I make mods.

carpediem77
Low Yeek
Posts: 5
Joined: Tue Feb 03, 2015 10:52 pm

Re: Slightly changed addon - now game wont recognize it!

#3 Post by carpediem77 »

To a novice, what do you mean by unpacking or repacking? What I did was opened the game/addons folder, opened the tome-Infinite500_9.teaa file, changed the line of text and saved the file in the same location with the same name.

EDIT: I just figured it out. Thanks for the help anyway.

Post Reply