Project Zomboid

Project Zomboid

Avatar offline [MP/SP]
Showing 21-30 of 32 entries
< 1  2  3  4 >
Update: 11 Sep, 2023 @ 3:31am

if you have problems with item sharing from avatar, in sandbox option, desactivate the sharing items option (GlobalItemActionFunction = false)

Update: 9 Sep, 2023 @ 1:23am

**UPDATE

- Fixed message login for the first connection
- Fixed error for the get info admin menu of an avatar

for any problem, tell me ;)

Update: 8 Sep, 2023 @ 2:05am

General :

- New sandbox options
- New features
- You can now take/give an item from an avatar (several restrictions possible in sandbox options) [this is in beta test, it is not advisable to put it on a big server with a lot of people for the moment, test it on your small server, fairplay between people. ]
- You now have information on the right click of the avatar on the ground (the last player to have carried this avatar, the last player to have taken/given an item, the time elapsed since the last disconnection of the player etc... )
- Now you have a new restriction manageable by the players themselves, the players have the choice through their own personal white list, to authorize or not its transport (avatar), or a second white list: the sharing of items (by his avatar) (white list management: right click on your character (the square at your feet) or right click on the other players (the square at his feet))
- The player can also have the information of who took objects from him, who transported him etc ... by right clicking on his character (the square of the feet), "My Avatar"


Administration :

- There is more information on the server console (the player who takes/gives an item to an avatar, the player who transports an avatar etc...)
- New for Admin Tools in admin context menu:
- Global “Print” of avatar mod information
- Different "Print" special information from the avatar mod
- With this new admin information you can check if the player is abusing a corrupt logout or machine crash, because if the players do not exit the game correctly, like an AltF4, it will be considered a bad disconnection, a meter is in place.
- Take/give an object from an avatar, but everywhere (no need to be near the avatar)
- new Teleport Menu (to avatars on the ground only, to avatars inside a vehicle only, and other..)


Global :

- Some small inconsistencies corrected
- New save system when you transport an avatar, save the position every 7 meters, instead of every 10 minutes IG, from now on, if you do not transport an avatar, the avatar mod is inactive, I mean that 'no code checks anything, it's only that you transport an avatar, that the Avatar mod functions act.
- An auto clean has been installed, from now on, the server will take care of cleaning the map of avatars that are too old, in a time defined by the sandbox options, after a certain time has elapsed since the last connection of a player, the server will erase his avatar from the world.
- I'm probably forgetting a lot of things to say, but I've been working on this update for a few months, I haven't finished with this mod, I intend to continue development, I'm going to try to make it compatible in solo before the end of the year, but it will require a lot of revision, but it is possible.

- If I think of anything else, regarding this update, I will update this list afterwards.

Update: 25 Jul, 2023 @ 5:21am

fix loop

Update: 9 Mar, 2023 @ 11:33pm

** update : new language

Update: 10 Feb, 2023 @ 12:47am

******************************************************************
UPDATE :

Now your avatar choice is synced with the server, when you pick up your friend from a vehicle it will be their avatar and not a random one.

I changed the shelter/faction restrictions, being part of the same shelter or the same faction, it became the same thing.

fixed some stuff


*********

Maintenant, votre choix d'avatar est synchronisé avec le serveur, lorsque vous récupérez votre ami dans un véhicule, ce sera son avatar et non un hasard.

J'ai changé les restrictions de refuge/faction, faire partie du même refuge ou de la même faction, c'est devenu la même chose.

corrigé quelques trucs

******************************************************************

Update: 8 Feb, 2023 @ 12:48am

the code is completely rebuilt

Update: 17 Jan, 2023 @ 2:59am

******************************************************************
UPDATE :

le mod "Snake's Mod Pack 41.77" est maintenant compatible avec avatar mod.


*********

"Snake's Mod Pack 41.77" mod is now compatible with avatar mod.


******************************************************************

Update: 17 Jan, 2023 @ 12:36am

Fix inventory problem

Update: 16 Jan, 2023 @ 1:48am

some possible problems are corrected.

Now your avatar will appear on the ground when you log out, not when you press the ESC key.

4 optional sandboxs are added:

- Forbidden to take an avatar that is not part of your faction
- Forbidden to take an avatar that is not part of your faction to someone else's safehouse (safehouse that does not belong to you)
- You can disable the option to manually place your avatar via shift+ESC (avoid to place your avatar in order to hide it)
- an option is added to automatically expel the player from the server if he does not have an avatar affiliated with his name. (10s to auto kick)

Several Print() are effective on the server side, when the players manipulate the avatars, this will tell you the position of the saved avatar, and the player who saved the avatar, and if it is in a vehicle. Another print() is generated on the server side when there is a possible glitch on the part of a player, for example, if a player has an avatar, while the player is present.



new SANDBOX options :

AvatarMOD = {
ShiftEscManualPlace = true,
TakeAvatarFromNotYourSafehouseIsProhibited = false,
TakeAvatarIfNotYourFactionIsProhibited = false,
IfNotAvatarExistThenAutoQuit = false,
},