Jump to content

Sid Debian

Members
  • Content Count

    649
  • Joined

  • Last visited

Everything posted by Sid Debian

  1. Sid Debian

    Troubles with logging into servers

    ipconfig /release ipconfig /flushdns ipconfig /renew 1st step releases and stops all network connections on your PC and releasing IPv4/6 address. 2nd after releasing of all connections you free for wipe off all your DNS cache (because if you didn't done 1st step data will be saved) 3rd required windows to update information about connected networking and request new IPs (same as publishing information that your device is connected to the network). Execute each command one-by-one it's not required to execute as admin. Also you can create and Batch/CMD file and place it to the autostart (through win registry or startup folder). I made it on my PC and it's working for me.
  2. Sid Debian

    Troubles with logging into servers

    Man you know that issue can he hidden everywhere? Do you know that Windows caches DNS roadways for stabilizing data traffic through the internet? Idk try from simple stuff then head up to upper levels. For example yesterday I was not able to connect to my server because of old data in windows DNS cache 2 times tryed to connect to the server and no luck, wiped it out DNS - connected without an issues. Also if you think that's current forum is for contacting with devs - I've got some bad news, it's not. There's a Bug Tracker of BI - there you have an awesome chance for resolving your issues same as bug reporting.
  3. Sid Debian

    Don't Use BattlEye

    You have a small mistake. battleye (BE) is not BI product, so BE issues isn't related to the BI at all, but I think BI shall consider to changing antcht system coz BE has only one good stuff - is banning fine players. BE is reached it's end same as PunkBuster and keep data collecting software with permission to send any file to company that's do escaply nothing for game protection (and possible data selling and black marketing of data) - i think that's wrong idea.
  4. Sid Debian

    Trying to reduce skinning time

    I was able to reduce amount of your blah-blah blah to get the idea of the question. Here the solution: 1. If you wish make something faster - no need create clocks, need to redefine timeouts! So for that case you have 2 way for resolving: Case 1: Global reduce time by modify the Constant: DayZ\dta\scripts\4_World\Classes\UserActionsComponent\Actions\ActionConstants.c /**@class Constants for Time spent while doing action*/ modded class UATimeSpent { /* Another constants that's I don't cares, but you better safe them for something */ const float SKIN = 10; // <- in 1.26 default value is 10, set 4 or idk how many you prefer and IT DEFINED AS CONST, so you can't redefine it in runtime by assign. } Case 2: If you don't want to create duplicate of class - redefine the timeout on action (your code is almost right, but wrong overriding, try this way): modded class ActionSkinningCB { // You're only modifing the existing callback class, when you define parent - you're redefiend the class and that can mess up the game override void CreateActionComponent() { float time_spent = UATimeSpent.SKIN; time_spent = time_spent / 4; m_ActionData.m_ActionComponent = new CAContinuousTime(time_spent); } }; Let me know about results 🙂
  5. Sid Debian

    Trying to reduce skinning time

    So instead of blah-blah-blah what's your problem? No need to write a poem how you wanted your summer, just the question, facts and code it's not so hard.
  6. Sid Debian

    making item pickable when empty

    First I suggest you to check inventory: super.GetInventory() 2nd if you're using attachments - check attachment slot on does it has item attached or not? So here the example of items check (you're free to use this code):
  7. Did you ever tryed to execute command prompt with admin rights on windows 10/11 through cmd and guest account? I did and want to say it's nothing hard. Still no way to resolve it (or MS not really willing to do so). So explain me an interesting stuff why shall devs of the game shall give anyone ability to download anonymous file? You willing to make the potential virus hall out of the game? Windows as operation system is the awesomest hall of security without any kind of seriously protection (yeah let's remember the BitLocker another useful feature by MS). How do you think will BI fall so hard to get 'eir face into the crp so hardly? That's why you can't download from the game and that's why still there's no open DLL system (like in arma2 & 3 aka RVextension), because it's huge security risk for the system.
  8. It was made for uploading (data, idk for logs uploading to python/PHP backend or something else useful) and not meant to use as downloader (that's about viruses and other bad stuff). Can you imagine how many server's would be filled with viruses from annoying ads up to cryptominers and different backdoors?
  9. Because. Actually game has RestApi and it's considered only for uploading data to Webserver. Not important what's method did you selected Get, Post or file, not matter what's header type you had setted up and what's kind of data did you submitted you will get ErrorCode 8 on success. So you shall dig to RestApi.c file and while you'll digging it you'll find the brief part of ANY submit type (GET/POST/FILE): "Pushes {type} request and return result (ERestResultState) and/ or data (timeout, error) when finished". That means whe you get in your callback OnError with code 8, data was submitted and received by server, maybe issue is hidden by the method of termination of the connection, on PHP i prefer end the script with die(); //kills PHP script. And that unexpected termination (for the RestApi) causes this error, but i don't know never had tryed with other ways. So I suggest you to try other ways for server-side script termination (on receiver side) idk PHP, Python or whatever do you use for soft termination of connection and that may help you to finalize without error code 8. If you got luck may you share your result please because it's interesting for me too. With my regards.
  10. Contact with Battleye. If you're not thinking that's not mean that there's no other options... DayZ has an anti-cheat, it banned you, not the game.
  11. Sid Debian

    Nerfed weapon spawn for dlc???

    Heh,ay that's a point for new experience or forgotten experience... If content was cutted then it was reason for it, but does it have any reason that cutted content still in the game files and not working last 5 - 7 years? For example Red9 (Mauser C96 718 mod if I don't missed), 2 another models of V3S, Ikarus 256 (TrasitBus)? Anyway I already not cared that game will introduce back all loosen items and that's the main question why I each time want to put a **** on that game. And it's quite often helping me. If devs not wanna make game better (just putting new cpr-items then it's only time waiting game and nothing more about it. I bet if you asking real players who played in old DZ and they will say to you that the game become better i think they had lie to you, when ask newbie it's idea for idiyots and others who had brain issues...
  12. Sid Debian

    Nerfed weapon spawn for dlc???

    So what's the reason for crying if any admin of private server without public hive can manually include necessary objects to spawn on the server?
  13. Sweetheart, I have only 2 obvious questions: 1. How does your problem with your server have any relation to software that should help players or/and server admins? 2. Shall you find less worn mission files after reading your logs escaply the lines: "10:39:04 Mission script has no main function, player connect will stay disabled! 10:39:04 Mission script has no main function, player connect will stay disabled!"?
  14. Sid Debian

    couleur des messages du fichier ( messages.xml)

    Bonjour, excusez-moi, je ne parle pas français, je vais donc utiliser Google Translate pour répondre. Concernant votre question, malheureusement, le jeu n'a pas la possibilité de changer la couleur du texte du message. Ce serait cool et, en principe, raisonnable, mais désolé, cela ne viendrait jamais à l'esprit des développeurs. Mais ne désespérez pas, il existe toujours des solutions alternatives ! Comme je n'ai remarqué aucune référence à la plate-forme (ordinateur ou console de jeu) dans votre question, je suppose que vous parliez d'un ordinateur et que vous disposez donc de plusieurs options pour résoudre le problème. Option 1 : utilisez un mod de chat, par exemple SchanaModGlobalChat. Dans ce cas, vous pouvez spécifier dans les paramètres du serveur quelle couleur de discussion sera utilisée pour les différents canaux. Option 2 : créez vous-même un mod qui changera la couleur du texte de la chaîne. La liste des couleurs par défaut est écrite dans : DayZ\dta\scripts.pbo; Après le déballage vous devrez vous rendre dans le dossier 1_Core\constants.c, vous serez intéressé par les variables : COLOR_RED Option 3 : ne rien faire. Honnêtement, je ne sais pas quelle option vous choisirez, mais en gros, ce sont 3 méthodes différentes pour résoudre le problème. Alors je vous souhaite bonne chance!
  15. To be honest, as folk that's shooting common soviet calibers (5.45x39, 7.62x39 and 7.62x54R) I can say 2 shots with 5.45x39 and you have great pressure on your years with ringing, it can be fixed by inserting in your ear channel the shells (shell's shoulders shall look away from ear not into the ear) and yeah it's quite awesome saves your ears (in that case if you have no ear plugs or something similar for ears protection). So actually in game everyone shall not hearing then hearing everything. I think that's quite awesome mechanics that shall be implemented inside the game, and let BI to starting that crrp with not a simulation and other useless blah-blah-blah. Actually why the keck ingame theres the bullet ballistics and physics, if it's not a simulator?
  16. Sid Debian

    question for those enjoying the update

    I just don't give a hecck and made my own mod that's reverting the changes, but Ive done it at DZ 1.04 and just don't cares about "tweaks", "upgrades" and to be clear just not matter how it called by anyone. To be honest I can understand that useless cry about new update. Dislike new chages - delete DayZ and don't start it again. Dislike inventory shrink - find the community servers that has no that inventory shrinks and fitted to you and play there. But again, what's purpose to cry on the moon? The moon isn't cares about your cries... Assept or search alternatives or leave, from the simple check wveryone has 3 different chooses, what's the problem, folks?
  17. Sid Debian

    Getting a new DLС if there is Livonia

    Your memory is bad, because BI said: those one who already purchased Limonia (enoch), when it was released, will receive DayZ Soundtrack for free (earlier this year)... So idea is that you had Complete DZ bundle you should twice get soudtrack or what? Then some years passed and Limonia (enoch) becamed as part of the game (free out your head), because price of DZ gowed up for 10 EU (that's mean free for BI). That's the short story of Limonia and how everyone can be ****ed up so simply. And yeah if you had Limonia before that update (as part of DayZ) - you'll get your awesomeness and useless soundtrack. Also was the case with Arma 3, who owns the Arma 3: Contact, shall get the discount about 35% from price of Limonia (enoch) for DayZ SA, then it's gone (the discount).
  18. First of all the code structure of DZ reminds C# 3.5. How hard - hard and simple. Actually it's the same question like what was first chicken or egg? So basically depends on what you want to implement (you, not me). 2nd the basement of the question - search for Steam Workshop maybe it's already implemented (who knows). Is it hard to implement - not really. You meed to understand the structure of PBO addon and some directives of compiler (yeah like in CPP). On other positions answer is simple: explore game PBOs and dta\scrips.pbo (for example with PBO Manager). Everything else in your hands...
  19. Sid Debian

    Free Frostline

    Idk man, after that dance with limonia around arma3 and dz you know - I won't buy that frostline or whatever else addon by BI. One I've been ****ed up by BI and not really willing to be ****ed up again. I thought that I'll purchase DZ for my 3rd account (don't ask why for), but then I thought: "why the heck shall I do it?" and terminate the purchase. Coz they said: Limonia is free blah-blah-blah, but why then the price had been changed for DZ? Yeah with another words let they ****in up newbies, I feel got enough...
  20. Sid Debian

    Dayz frostline

    Man, you can change the world, but you can't change the time. It's a paradox isn't? So you same as others shall await for it's release 🙂
  21. Sid Debian

    Dayz frostline

    Well, depends how fast will be pushed the update to the steam. Often it happens from 3pm up to 6pm UTC/GMT+2 timezones, anyway you'll able to get it in the same day if will nit be any issues 🙂
  22. Sid Debian

    Expansion builds despawning

    You know, there's several issues related with Expansion mod. 1st you has wrong setup for the Expansion types, events and etc. 2nd you has messed types configuration. At 1st case - search in intet how to install expansion mod on you server. At 2nd case - you need to validate all XMLs that's related to the types idk how many such files do you have, so I guess that's only 2 of them: db\types.xml and expansion_ce\expansion_types.xml Check both files for: 1. Correct XML syntax. 2. Duplicates records of classname. While I wrote previous 2 cases I got 3rd on the line: how about vehicles and Server's Database itself? Likewise are you sure that database saves vehicles and buildings (tents as example). If not - check init.c main-function. If server saves cars, but not buildings - bet on XMLs.
  23. Point that anyway after that would be English. And again not me, read the forum rules. That's another case that it's quite hard to find them, but never the less. And be honest sometimes i just don't give a something even on the rules. Am i bad? - I don't care, coz who the hell you're to judge me, same as who gave you such right. And if compare to the current reality - no one is blocked the Google Translate or it's alternatives. Catch a flick on the nose xD
  24. PS действительно, проверь параметры запуска. Возможно DZ запускается с Intel'овской видюхой.
  25. First of all, it's English speaking forum. By forum rules you shall write here on English first, then on Russian or any other languages that's how you can talk here. It's not my desire, it's the forum rules. I'll answer to you on Russian, thank god that's not a problem to me, but respect others with following the rules amd everything here would be fine. Во-первых, это англоговорящий форум. Согласно правилам форума, ты должен писать сообщения/вопросы тут на английском, а потом дублировать на русском или любом другом языке, только так тут можно общаться, это не моё желание или прихоть, таковы правила. Я тебе отвечу на русском, слава богу для меня это не проблема, но уважай других, соблюдая правила форума и всё будет хорошо. Теперь, поясни пожалуйста, какие системные требования твоего ноута? В частности интересует ЦП, Видео адаптер(ы). После этого проверь пакеты дистрибьюции игры (Visual C++ Redistributions, DirectX). Проверь наличие последних версий драйверов для видюхи и чипсета. Если у тебя система с интегрированной и "внешней" видюхами - убедись, что в драйверах указано, что игра (DayZ_x64.exe) запускается через не интегрированную видюху (если Intel + nVidia, то запуск происходит через nVidia), возможно есть такая фигня и для Radeon... Если ц твоего ноута только Intel карта - возможно это создаёт проблемы. Но ц меня есть мнение, что проблема именно в Visual C++ & DirectX
×