AXEL777
Members-
Content Count
80 -
Joined
-
Last visited
Everything posted by AXEL777
-
I am install a modification Expansion Game chat. I am try create a my submod with this as sample: modded class ExpansionGlobalChat { override void GlobalChat(CallType type, ref ParamsReadContext ctx, ref PlayerIdentity sender, ref Object target) { GetExpansionChatBase().GlobalChat(type, ctx, sender, target); Param2< string, string > data; if ( !ctx.Read( data ) ) return; if( type == CallType.Server ) { string name = sender.GetName(); string steamid = sender.GetPlainId(); string bisid = sender.GetId(); string idtable = sender.GetPlayerId().ToString(); string log_date_time = ExpansionGetDateTime(); string format = "[" + log_date_time + "] " + "[Chat]" + " " + name + "(steamid=" + steamid + ", bisid=" + bisid + ") " + data.param2; Print(format); } } }; but i am get error: How correct rewriting and customise functios in class other mod?
-
Worked, fix: class CfgPatches { class DayZExpansionChat_SelverLogs { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "DayZExpansionChat" }; }; }; Thanks other community forums
-
fixed with community https://steamcommunity.com/sharedfiles/filedetails/?id=1663588331 Nice supporting game
-
Problem game for starting with parameters: -connect-{server ip} -port={server port} Described in T136971! Please, fix this! WIndows 7 SP1 x64!
-
thsnks for help developvers game, i am fix this with using community https://steamcommunity.com/sharedfiles/filedetails/?id=1663588331
-
can't search my local server 127.0.0.1:2302 : https://i109.fastpic.ru/big/2019/0221/56/_a441196351dab4cfca67289395ec6c56.png https://i110.fastpic.ru/big/2019/0221/92/_95281c9cb4c8237ecdb8b7694edc2192.png
-
https://i109.fastpic.ru/big/2019/0221/1b/_8db432bd9c933b6379725c2db0f1b81b.png game will be reinstalled
-
yes, this don't help me
-
can't be: https://i110.fastpic.ru/big/2019/0219/a1/_7c42daf93d8357ac5a952d91c6eda7a1.png fresh installing game with clearning all configs game files in logs: https://i110.fastpic.ru/big/2019/0219/53/8fc4be7684c33f423b75e9f4145fb853.png This file don't exist in game folder: This reported again in ticket T137105, existed in stable version game, but worked normal in 1.0.150192 version.
-
game crashes in windows 7 x64 don't fixed
-
why it is not fixed more 5 days after update? I am can't connect to my local server. No response from anyone either on the forum or on the bugtracker
-
that's right, it's easier to keep silent than to do something and fix it. Great support, even community manager has not given a standard response in all this time. Feel that in a year this game will be bent due to lack of proper support for modding and servermania
-
void SendMessageToAllPlayers(string message) { private array<Man> players = new array<Man>; GetGame().GetPlayers( players ); private int numbOfplayers = players.Count(); if(( numbOfplayers > 0 ) && (message != "")) { foreach(Man player: players) { if(( player ) && (message != "")) { Param1<string> m_GlobalMessage = new Param1<string>(message); GetGame().RPCSingleParam(player, ERPCs.RPC_USER_ACTION_MESSAGE, m_GlobalMessage, true, player.GetIdentity()); } } } } void SendPersonalMessage(string message, Man player) { if(( player ) && (message != "")) { Param1<string> m_GlobalMessage = new Param1<string>(message); GetGame().RPCSingleParam(player, ERPCs.RPC_USER_ACTION_MESSAGE, m_GlobalMessage, true, player.GetIdentity()); } } Add this functions in your mission server or you mod and call him with: For all players global message: SendMessageToAllPlayers("My global test message"); For one player only: SendPersonalMessage("My test private message", player); where player is notNULL Man base object! Any functiuons, as this: proto native void Chat(string text, string colorClass); proto native void ChatMP(Man recipient, string text, string colorClass); proto native void ChatPlayer(string text); is not worked in server, tested with my friends, because i am can't connect to my test server (local server don't searched in game browser, in community server him don't founded (my provider block my ports server) and from commandline start game this game client will be crashed, developvers game don't ask anything, very bad support for release game)
-
yes, it is poroblem starting game.0 Habve this problem with start DayZ_x64.exe or from dayz launcher or from steam! Please, fix this!! Or back money for unworked unstable game in 'stable section steam'!
-
In this day and time i am can't start game without any parameters. Default starting game is have error after 3 second: https://i109.fastpic.ru/big/2019/0215/6d/_23f16ff83b05db3fe5c3024f4e405f6d.png Logs: https://dropmefiles.com/hYM54
-
you need fix mod PermissionsFramework, send this him author modification
-
you need feedback? read this:
-
yes, have it. https://i109.fastpic.ru/big/2019/0214/cb/_aeadcd643f74e87a0b0d642e5bb773cb.png AMD FX-6350, Nvidia GTX-970 (2Gb memory vram), 16Gb ram, more 50Gb memory HDD, have error! FIX IT, i am don't can connect to my test server in my local network!!! In this day and time i am can't start game without any parameters. Default starting game is have error after 3 second: https://i109.fastpic.ru/big/2019/0215/6d/_23f16ff83b05db3fe5c3024f4e405f6d.png Logs: https://dropmefiles.com/hYM54
-
Where is fix? What are you fixed? Where is answeres? Game crash: https://i109.fastpic.ru/big/2019/0214/cb/_aeadcd643f74e87a0b0d642e5bb773cb.png it is described in ticket your official bugtracker, no have noone answeres! And noone answeres from community manager in this forum on more 2 month! FIX IT!!!! Or back my money!!!!
-
Please, fix this error for using parameters: -conect={server ip} -port={server port} https://i109.fastpic.ru/big/2019/0214/ed/_1ea94cdb37e78b1efd7311635f43dced.png This bug reported in T136971! Windows 7 SP1 x64
-
How change and edit time left dead players in game map in server?
-
don't worked
-
How send request? errors after send:
-
this fixed automatically
-
I am view this in script.log: SCRIPT (E): NULL pointer to instance Function: 'Get_State_For_Item' Stack trace: $CurrentDir:mpmissions/dayzOffline.chernarusplus/EnScript/Functions_Fixed.c:2036 $CurrentDir:mpmissions/dayzOffline.chernarusplus/EnScript/Functions_Fixed.c:2136 $CurrentDir:mpmissions/dayzOffline.chernarusplus/EnScript/Functions_Fixed.c:1948 $CurrentDir:mpmissions/dayzOffline.chernarusplus/EnScript/Functions_Fixed.c:2210 $CurrentDir:mpmissions/dayzOffline.chernarusplus/EnScript/Functions_Fixed.c:2191 what this is and how fix this? I am use functions: void Get_State_For_Item() { ... code ... } in init.c mpmission. What is wrong???