tModLoader

tModLoader

Signature Equipment
797 条留言
Kenflesh  [作者] 10 月 22 日 下午 5:19 
@Mischief&Mayhem_Games
This is normal and is done for balance, you can change this in the Server Config of the mod
Kenflesh  [作者] 10 月 22 日 下午 5:18 
@joaopedrocostamaria
There's too little information for me to recommend anything. Either you haven't installed the mod, or you've disabled it in the config, or the sword isn't leveling up, or you're too low a level, or you haven't leveled up at all—the list of possibilities is endless.
Mischief&Mayhem_Games 10 月 20 日 下午 9:44 
i only gain xp by killing enemies :(
joaopedrocostamaria 10 月 15 日 下午 12:42 
why my swords don't get bigger? just increase the damage but the sword don't get big
Kenflesh  [作者] 10 月 3 日 上午 12:48 
@Snaily
From source code:

if (config.IncreaseBaseDamage)
damage.Base += statDamage;

if (config.IncreaseFlatDamage)
damage.Flat += statDamage;

if (config.IncreaseMultDamage)
damage += statDamage * 0.01f;

Mult Damage is final mult
Snaily 10 月 2 日 下午 6:08 
how does mult damage work?
Kenflesh  [作者] 10 月 1 日 下午 1:58 
@Raziel
Just remember that my mod only works properly if the developer has coded their mod properly.
Hearing about this issue, I created the StrongReference function. You can just look for something similar in the config file. You'll be able to select a projectile and an item associated with the projectile. When you fire a beam, the beam will hit, think "we need to search for the specified item," and take the first item from your inventory, which is how it starts working.
Raziel 9 月 28 日 下午 12:26 
I'm having an interesting problem.
With the dragon ball mod normal ki blasts are leveling up just as intended but beam attacks can't get exp wich is werid because even stellar novas from the stars above are getting xp and signature effects... somehow
Marblelight9681 9 月 26 日 下午 6:34 
i fixed it by removing the mod and adding it back and then resting the config
Beetah Ƹ̴Ӂ̴Ʒ 9 月 20 日 下午 12:59 
@Kenflesh i can't seen to get it to happen with the level cap turned off. and it only seemed to happen in multiplayer.
Kenflesh  [作者] 9 月 18 日 下午 5:58 
@JoLo A Tricky Guy
I tried, but Terraria doesn't have such a feature and I can't implement the same mechanics with Sentry, but you can cause chaos with the extra projectiles from each of them.
Kenflesh  [作者] 9 月 18 日 下午 5:56 
@Marblelight9681 @Beetah Ƹ̴Ӂ̴Ʒ
What level will be if you remove the max level cap?
JoLo A Tricky Guy 9 月 17 日 上午 4:59 
hey ya since there is "reduce minion slot requirement" could you add for a sentry slot too? it would be really fun for the sentry only run.
Marblelight9681 9 月 14 日 下午 3:56 
Im also having problems where items spawn with max level like i have a block of dirt that has max level its really weird
Beetah Ƹ̴Ӂ̴Ʒ 9 月 12 日 下午 3:48 
is anybody else having a problem with weapons spawning at max level? I think it's a mod conflict somewhere but i can't seem to find it.
Kenflesh  [作者] 9 月 11 日 上午 12:59 
@Rashiiii
Everything should work from the start, you just need the Pokemon to kill the mob, and in extreme cases, call the Pokemon from the hotbar, holding the item in your hand while it lies in the very top panel.
Kenflesh  [作者] 9 月 11 日 上午 12:57 
If you do something not according to these principles, you will get a situation where you will need to violate several of them, and this can lead to unnecessary bugs or give something different from what people expected.
Kenflesh  [作者] 9 月 11 日 上午 12:57 
@SonicX8000
In fact, this is one of the main questions.
It is not stated anywhere, but the mod has several principles.
1 - works by itself, installation is enough, no interface, and you can only go into the config if you want.
2 - no items, not even test ones, not even for displaying stats, this is a mod for mechanics, not content.
3 - the mod must work without exceptions. In order for the system to work well in most cases, you need to make sure that there are no exceptions. For example, if there are problems with some weapon, I try to solve the problems without directly mentioning the weapon. The mod will not think "I have the last prism, so I will work a little differently", it just makes everything work from the copper dagger to the last prism.
4 - the effect is only on the equipment, not on the player himself.
Kenflesh  [作者] 9 月 11 日 上午 12:49 
@PortalPrizm
I already made a mod (AbsoluteRPG) that allowed opening a window with improving any player statistics, but I couldn't port it to new versions, the saves just stopped working, and I stopped messing around with it. But the point is that there was a full-fledged menu for improving stats, and there were several sections, each of which could have several pages with stats. At the same time, they were easy to add, it was enough to come up with a stat and write a simple implementation, throw the file into the folder and everything else worked by itself, for example, saving and placing in sections / pages, even the description of the stat was shown.
I was tired of messing around with interfaces from Terraria back then, and I don't really want to repeat all this from scratch.
PortalPrizm 9 月 1 日 上午 2:52 
@SonicX8000
why not make the display like a window you can open similar to the recipe browser or even something the map where you can open and close it with a hot key, just a thought.
You could even, if its not a hassle or isn't in theme with the mod, a book item that can display char stats. similar to the guide book you could get in certain minecraft mods eg tinkers construct: Materials and You book.
SonicX8000 8 月 28 日 上午 10:28 
I just had a thought, usually the XP Info is displayed on the item, but for Player Leveling... how would you show the Info, that is... if it were to be added?
Rashiiii 8 月 27 日 下午 9:23 
I'm playing with the PokeMod mod and I don't know how to make the pokemons be affected by this mod how do I fix this?
SonicX8000 8 月 23 日 下午 1:35 
The Player improving is more-so long-term since one may cap weapon/armor level to a low value and want to still switch weapons/armor from time to time. (In my case, The max level is 20 for Weapons & Armor), the player will still grow overtime throughout their session of the playthrough.

If it's stat-wise, I suppose Movement Speed, Jump and Luck could be some other stats to add in? Dunno what other stats to factor in as I don't wanna add in some stats that weapons use. (Armor I think is only Defense while Weapons get a bunch of extra stuff like more projectiles, cost decrease, etc. Correct me on this if I've missed something.)

For the XP Multipliers ah... alright. I'll try to mess around with that.
Kenflesh  [作者] 8 月 23 日 上午 8:43 
@SonicX8000
For optimization, I use only 2 numbers, storing them in items, so there is only one experience for everything, but the effect you want can be obtained by simply correcting the multipliers. Let's say you make the experience gain multiplier 1, for armor you make the price 100, for weapons 400, for accessories 200, and so you have everything progressing from one variable, but differently
As for improving the player himself - I don't know if it's worth adding
SonicX8000 8 月 22 日 下午 2:27 
Would it be outside the scope for a Signature Player? Basically... the Player can gain XP by either dealing damage, slaying a mob, or by taking damage but at a percentage from what is config'd for Weapons, Armor & Accessories Gained XP. (Or it could be it's own config.)

For Signature Player, Health, Mana, Damage, Defense, Minions & Sentries and prob Regen can be possible stats to increase as you level up via the Player. Some defaults I could think of...

Per Level...

Health: 2
Mana: 1
Damage: 0.5
Defense: 0.25
Minions & Sentries: 0.05
HP Regen: 0.02
MP Regen: 0.04

This would be it's own level cap, at Level 100 since that' the cap I would use... your overall total would be...

Health: 200
Mana: 100
Damage: 50
Defense: 25
Min/Sen: 4
HP Regen: 2
MP Regen: 4

Dunno what other stats to list as I kinda don't wanna overshadow the weapons/armor stats too much.

P.S.
Could the exp price be separated from Weapons/Armor/Accessories? Instead of being for all of them? Or is that not possible?
Kenflesh  [作者] 8 月 20 日 上午 7:57 
@Sle3p7
Try just reset your config, there is a button below for this
Sle3p7 8 月 16 日 上午 12:27 
I messed up all my stats settings and its now just 0 gain experience all the time how do i fix this
Lenon218 8 月 6 日 上午 9:07 
because i cant ´play the Mod. because the Mod Manager says that the Mod is out dated,
Kenflesh  [作者] 8 月 5 日 下午 4:09 
@Lenon218
Why? There is nothing to add yet, and the mod works stably on the latest version of the game
Lenon218 8 月 5 日 下午 2:17 
update pls
Kenflesh  [作者] 7 月 22 日 下午 12:17 
@Mr. Eldebh Uberpod
No, everything is fine. I launched the game, entered the world with this mod (and a hundred others), gave levels to my weapons, no crashes or anything else. Most likely, your game is broken by another mod (even if you think "I played with this mod 100 times and everything was fine" - they can release an unstable update. There is also a possibility that my mod along with another one is breaking the game, but... it definitely won't break anything at the game loading stage, since it is already enabled in the world.
[D.O.H] Mr. Eldebh Uberpod 7 月 19 日 下午 8:32 
this is crashing my game when trying to boot up it
Kenflesh  [作者] 7 月 1 日 下午 11:12 
@都射成这样子了你还不润
The point is that there are a lot of variables, and there was a lot of text, so I just left the main text so that you could make basic settings, and the rest can be seen in the source code / asked in the discussions or comments. If you want to make such a detailed translation, I can take the time and write everything in more detail and more clearly, but this will take time and most likely redo what is already there. Therefore, if you want to do everything here and now, it is better to just leave it empty as if it does not need to be translated
Kenflesh  [作者] 7 月 1 日 下午 11:05 
@Michulecc
The mod had a rebalance.
You kill an enemy, you get experience for it, you always need the same amount of experience, experience does not depend on the weapon, while you are going through the game the enemies become more difficult, and their number does not change, not counting the appearance of potions and a water candle. As a result, you can kill enemies with absolutely any weapon, getting the same level at all stages of progress in the same time, and due to the fact that you always need the same experience, you have no reason to take a new weapon saying "well, damn, here you need 10,000 experience and here 1000, I'll take the right one to improve it already"

So this is not a problem, it's a joy for you
AyoWeizmb 7 月 1 日 下午 9:30 
@Kenflesh Hello author, while I was localizing this mod into Chinese, I found that some texts are missing from the Localization files. Since I don't know programming, could you please help add the remaining texts into the files?
Michulecc 7 月 1 日 上午 10:44 
i`m having problem with this mod. the xp lv stays at 500 and the only way i get XP is from kiling idk why is that
Kenflesh  [作者] 7 月 1 日 上午 8:25 
@辰星
I'm include something like this in this mod, and it works on abigails flower
辰星 6 月 30 日 上午 7:44 
@Kenflesh
@gtsolos2009
@KorvyWorvy

Try this mod, it may be helpful for you

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3018279603&searchtext=minion
KorvyWorvy 6 月 29 日 下午 8:39 
@Kenflesh
Thanks! I think magic storage ended up being the problem for me.
Kenflesh  [作者] 6 月 29 日 上午 12:21 
@gtsolos2009
@KorvyWorvy

I understand that Abigail's flower is very strong, and you want to make it even better, so it's sad that the improvement does not work

But the improvement works, to get experience you need to kill at least one enemy by calling the flower from the quick access panel yourself

Just wait until this wonderful weapon can kill at least someone
And if it does not work, just reset the config, or look at other mods. Perhaps some mod breaks Abigail. But it works with the most popular mods, so I do not think that is the problem
KorvyWorvy 6 月 27 日 下午 10:56 
@gtsolos2009 im having the same issue and i NEED to know how to fix it.
autisticat 6 月 27 日 下午 8:32 
abigail never gains exp when killing enemys for some reason
Kenflesh  [作者] 6 月 11 日 下午 1:38 
@Dott
Previously, the mod allowed you to get experience for dealing damage, but now, for the sake of balance, everything is done so that experience is given for killing mobs. As an example - before, you could just endlessly try to kill a boss with some weapon, and it became stronger each time, and by the end of the game any weapon became too, too strong. Now, at any stage, weapons are improved equally over time. In other words, everything should be fine for you, you just need to kill enemies. Kill a couple of slimes and watch the experience. Calamity has nothing to do with it.
Kenflesh  [作者] 6 月 11 日 下午 1:34 
@AoffyDosy
Let's imagine that we made it so that defense was Per Level = 1. If we made Per Level Mult = 5, we will receive 1 * 5 = 5 armor for each level. If we made Per Level = 2, and Per Level Mult = 10, we get 20 armor per level. If we made Per Level = 0.1 and Per Level Mult = 10, there will be 1 per level. That is, you have a level, and you get Per Level for it, and it is then multiplied by others in order to get the number you need.
Dott 6 月 9 日 上午 10:46 
I have a lil problem, seems that the mod doesn't works with calamity bosses, because after hitting one of them the weapon gets bugged and doesn't levels up and not only that, the weapon itself bugs and doesn't lets it level up anymore :/
AoffyDosy 5 月 31 日 下午 11:28 
How per level multiplier work for weapons? I set it to 0.3 dmg per level and having per level multiplier of 2, having level 21 so it should be 0 + 0.3 + 0.6 +1.2 + 2.4 + 4.8 + 9.6 + 19.2 + . .. . or 0.3x2 every level?
guiga 5 月 30 日 下午 1:18 
@Kenflesh thanks bro! i understand now and do a config to fit what i want
Kenflesh  [作者] 5 月 30 日 上午 10:53 
@guiga
This can't be done, the mod is aimed at improving the weapon itself, when the number of minion slots is specific to the player. There is no way to do this without breaking the game, so there is only a function to reduce the requirement for slots by minions. You can read more about it in the Steam discussions for this mod.
guiga 5 月 29 日 下午 9:06 
Yo Kenflesh, how can i configure the minions to like a each 4-6 lvls, I summon one more? i try some things, but i cant reach a result that i like
✝ The Pintus ⭕⃤ 5 月 24 日 下午 3:58 
How do I use evolution points?