Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Can I repack your mod on my server?
Best mod
really confusing =/
The batteries i found on the map wont charge on ANY charger. The ones i SPAWN myself (VPP) do charge. at the same charger. i really dont get it...
Anyone have the types names for me?
(Classname: Battery_Charger)
If i try to buy it from a trader, my client crashes, when i select it.
I think our server isn't crashing, because you can't find this item
on our server. You can only buy it, so the "spawnrate" in our Types.xml
is set to Zero.
If i give this item right into my inventory, via command, then i can move it
around in my inventory and i also can take it in my characters hand.
And when i try to place or drop it, then the server crashes.
I tryed all other items from the mod. They all seem to work without
any problems. So it is possible to use this mod. The only thing you
can't do is recharging your powerbanks^^ The 9V battery's from
this mod can be recharged via a generator and the red battery-recharger
from the vanilla items.
I hope this helps a little bit. :D
With 1.12 this didn't happen. A fix would be very awsome. :D
thank you for your reply.
cordially.
When you have any questions or interessted in my other mods join my discord.
https://discord.gg/AeXxfG3
In both Recharger2.c and BatteryReCharger.c there is a function that needs changed. I'll paste the changed code here:
override void OnPlacementComplete( Man player , vector position = "0 0 0", vector orientation = "0 0 0" )
{
super.OnPlacementComplete( player, position, orientation );
The function OnPlacementComplete added new variables "vector position" and "vectororientation"
Hopefully this will help you fix the mod faster. I'm not aware of any other issues at this time.