Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

WildAnthrax

Custom script issue with my server

Recommended Posts

Hi everybody,

I've got some issue to add some scripts to my server.

Indeed, my script should add marker on your own position on the map (createMarkerLocal). The script works fine on singleplayer but fail on multiplayer... no marker are created, so my question is : is the marker creation disables in DayZ ?

I hope you could help me, I become crazy trying that ;)

Share this post


Link to post
Share on other sites

Idk what script your trying, but to enable PlayerArrow (showing your arrow on the map) you need to go to your bliss.arma2oaprofile in your file manager and change Map;0 to Map;1

Share this post


Link to post
Share on other sites

ok I've fond a profile on my FTP (server) : cfgdayzDEFAULT.ArmA2OAProfile

I've edited Map = 0 -> Map = 1

I'll see if it works...

I still have some issues with the balleye scripts.txt, I always need to disable it because he doesn't take into account my modifications, any ideas ?

EDIT


class Regular
{
class Flags
{
Armor=1;
FriendlyTag=0;
EnemyTag=0;
HUD=1;
HUDPerm=0;
HUDWp=1;
HUDWpPerm=0;
WeaponCursor=1;
AutoAim=0;
AutoGuideAT=0;
3rdPersonView=1;
ClockIndicator=1;
Map=1;
Tracers=1;
AutoSpot=0;
UltraAI=0;
DeathMessages=1;
NetStats=1;
VonID=1;
};
skillFriendly=0.44999999;
skillEnemy=0.44999999;
precisionFriendly=0.34999999;
precisionEnemy=0.34999999;
};

even with MAP = 1 it's not displaying any markers.... another idea ?

Edited by WildAnthrax

Share this post


Link to post
Share on other sites

ok I've fond a profile on my FTP (server) : cfgdayzDEFAULT.ArmA2OAProfile

I've edited Map = 0 -> Map = 1

I'll see if it works...

I still have some issues with the balleye scripts.txt, I always need to disable it because he doesn't take into account my modifications, any ideas ?

EDIT


class Regular
{
class Flags
{
Armor=1;
FriendlyTag=0;
EnemyTag=0;
HUD=1;
HUDPerm=0;
HUDWp=1;
HUDWpPerm=0;
WeaponCursor=1;
AutoAim=0;
AutoGuideAT=0;
3rdPersonView=1;
ClockIndicator=1;
Map=1;
Tracers=1;
AutoSpot=0;
UltraAI=0;
DeathMessages=1;
NetStats=1;
VonID=1;
};
skillFriendly=0.44999999;
skillEnemy=0.44999999;
precisionFriendly=0.34999999;
precisionEnemy=0.34999999;
};

even with MAP = 1 it's not displaying any markers.... another idea ?

Give me the ip address and port of your server

Share this post


Link to post
Share on other sites

×