Jump to content

AXEL777

Members
  • Content Count

    80
  • Joined

  • Last visited

Everything posted by AXEL777

  1. AXEL777

    Rewritng classes other mods

    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?
  2. AXEL777

    Rewritng classes other mods

    Worked, fix: class CfgPatches { class DayZExpansionChat_SelverLogs { units[]={}; weapons[]={}; requiredVersion=0.1; requiredAddons[]= { "DayZExpansionChat" }; }; }; Thanks other community forums
  3. AXEL777

    Out of Memory crash

    fixed with community https://steamcommunity.com/sharedfiles/filedetails/?id=1663588331 Nice supporting game
  4. Problem game for starting with parameters: -connect-{server ip} -port={server port} Described in T136971! Please, fix this! WIndows 7 SP1 x64!
  5. AXEL777

    Crash game with parameters starting

    thsnks for help developvers game, i am fix this with using community https://steamcommunity.com/sharedfiles/filedetails/?id=1663588331
  6. AXEL777

    Stable Update 1.0150627

    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
  7. AXEL777

    Stable Update 1.0150627

    https://i109.fastpic.ru/big/2019/0221/1b/_8db432bd9c933b6379725c2db0f1b81b.png game will be reinstalled
  8. AXEL777

    Experimental Update 1.0150625

    yes, this don't help me
  9. AXEL777

    Experimental Update 1.0150625

    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.
  10. AXEL777

    Experimental Update 1.0150625

    game crashes in windows 7 x64 don't fixed
  11. AXEL777

    Stable Update 1.01

    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
  12. AXEL777

    Crash game with parameters starting

    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
  13. AXEL777

    Problem with ChatPlayer()

    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)
  14. AXEL777

    Memory write problems

    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'!
  15. AXEL777

    Crash game with parameters starting

    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
  16. AXEL777

    Compile error

    you need fix mod PermissionsFramework, send this him author modification
  17. AXEL777

    Some feedback and questions

    you need feedback? read this:
  18. AXEL777

    Out of Memory crash

    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
  19. AXEL777

    Crash game with parameters starting

    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!!!!
  20. AXEL777

    Stable Update 1.01

    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
  21. AXEL777

    Time deleting dead players

    How change and edit time left dead players in game map in server?
  22. AXEL777

    GUID to steam Profil

    don't worked
  23. AXEL777

    Errors sending BugReport

    How send request? errors after send:
  24. AXEL777

    Errors sending BugReport

    this fixed automatically
  25. AXEL777

    NULL pointer to instance

    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???
×