Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 43
  1. #16
    toxicsunmoon's Avatar
    Join Date
    Jan 2019
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by David94555 View Post
    As for me i would consider myself a beginner, do what i did look around a few old tutorials to learn the directories, set syntax to C# since it is easier to read, play around for a bit with the here provided locations and variables, of course use the search and dont forget to backup.

    But basically you open the assembly, locate the variable you want to change, highlight the part of code you want to edit and go right click edit IL instructions and the code will be highlighted there as well (ILspy instructions will do since it is IL syntax), once done click ok and review how the code has changed, if you are satisfied save the new assembly.
    Thanks for the reply.. I was able to figure some of the stuff out with the help of youtube and whatnot. I the download you provided in the downloads but with that or even changing my own i'm unable to connect to my server for some reason. The onlyything it has running on it is the darknessfalls mod. If you have any idea about that why it wont connect anymore let me know

  2. The Following User Says Thank You to toxicsunmoon For This Useful Post:

    David94555 (08-18-2019)

  3. #17
    David94555's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    55
    Quote Originally Posted by toxicsunmoon View Post
    Thanks for the reply.. I was able to figure some of the stuff out with the help of youtube and whatnot. I the download you provided in the downloads but with that or even changing my own i'm unable to connect to my server for some reason. The onlyything it has running on it is the darknessfalls mod. If you have any idea about that why it wont connect anymore let me know
    First time i heard of that happening, if it is an non-EAC server and you have the mod installed. Open the console while connecting to the server and see if there are any errors.

  4. #18
    pixelmaniac's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    2
    Can anyone please update the file with a new version ,all players visible.
    I can not edit the file myself,im a mac user.

  5. #19
    Sqeegie's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Mountains.
    Posts
    94
    Reputation
    10
    Thanks
    817
    My Mood
    Busy
    Quote Originally Posted by toxicsunmoon View Post
    Thanks for the reply.. I was able to figure some of the stuff out with the help of youtube and whatnot. I the download you provided in the downloads but with that or even changing my own i'm unable to connect to my server for some reason. The onlyything it has running on it is the darknessfalls mod. If you have any idea about that why it wont connect anymore let me know
    A lot of popular mods, such as Darkness Falls, make their own custom modifications to the Assembly-CSharp.dll. If you try to use the modded assembly from the downloads, it will obviously not have the modifications that the mod developer made, causing the mod to no longer function correctly. The same thing applies if you try to edit the assembly yourself and do not use the assembly that came with the mod as your starting assembly for the editing.

    Quote Originally Posted by pixelmaniac View Post
    Can anyone please update the file with a new version ,all players visible.
    I can not edit the file myself,im a mac user.
    Google "AvaloniaILSpy" and navigate to the ****** page. There should be a download link for a macOS version of ILSpy you can use to edit the assembly yourself.

    Best,
    Sqeegie
    Last edited by Sqeegie; 08-19-2019 at 11:38 AM. Reason: Typo

  6. The Following User Says Thank You to Sqeegie For This Useful Post:

    David94555 (08-20-2019)

  7. #20
    Tribal23's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    i get black screen on start up ?

  8. #21
    Owniver's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Tribal23 View Post
    i get black screen on start up ?
    Need to turn OFF EAC.

  9. The Following User Says Thank You to Owniver For This Useful Post:

    David94555 (08-20-2019)

  10. #22
    David94555's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    55
    [QUOTE=Aidan402;14513248]
    Quote Originally Posted by pixelmaniac View Post

    EntityPlayerLocal.IsDrawMapIcon()

    Just make it return true.
    [QUOTE=pixelmaniac;14512824]
    Quote Originally Posted by Levante14 View Post

    Thanks Guy's
    Anyone manage to find the see all players function?
    Actually it is: Assembly-CSharp.dll/-/EntityPlayer/IsDrawMapIcon():

    Shows all online payers on map only, if you also want all offline players remove "base.IsSpawned();" and put "true;" instead.
    Shown how it needs to be edited.

    Last edited by David94555; 08-24-2019 at 01:56 PM.

  11. #23
    Aidan402's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    78
    My Mood
    Cheeky
    [QUOTE=David94555;14522896][QUOTE=Aidan402;14513248]

    Quote Originally Posted by pixelmaniac View Post

    Actually it is: Assembly-CSharp.dll/-/EntityPlayer/IsDrawMapIcon():
    Oh, true. Was just trying to be fast at the time.

  12. The Following User Says Thank You to Aidan402 For This Useful Post:

    David94555 (08-25-2019)

  13. #24
    Alma696's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    45
    My Mood
    Amused
    Put somebody pliz ready a file with the changes. I can not make these changes as in the screenshots

  14. The Following User Says Thank You to Alma696 For This Useful Post:

    David94555 (08-25-2019)

  15. #25
    David94555's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    55
    Quote Originally Posted by Alma696 View Post
    Put somebody pliz ready a file with the changes. I can not make these changes as in the screenshots
    I can send you the new version with a file host or something, since i don't want to go trough the hassle of making screenshots (my username and somebody elses on the map) that the hack works since it is a must when uploading attachments. So far i have creative and debug menu, spawn menu that does not work, comand consloe that works partially and show all online players on the map.

  16. The Following User Says Thank You to David94555 For This Useful Post:

    Alma696 (08-27-2019)

  17. #26
    Alma696's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    45
    My Mood
    Amused
    Quote Originally Posted by David94555 View Post
    I can send you the new version with a file host or something, since i don't want to go trough the hassle of making screenshots (my username and somebody elses on the map) that the hack works since it is a must when uploading attachments. So far i have creative and debug menu, spawn menu that does not work, comand consloe that works partially and show all online players on the map.


    I will gladly accept your help and your file. Thanks in advance.

  18. #27
    jim2029's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    3
    Thank You. Hopefully it will be approved soon so I can play while I have time off of work today.

  19. The Following User Says Thank You to jim2029 For This Useful Post:

    David94555 (09-02-2019)

  20. #28
    Haiduc151's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    1
    thanks man nice guide

  21. The Following User Says Thank You to Haiduc151 For This Useful Post:

    David94555 (09-02-2019)

  22. #29
    Slayheim's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Home
    Posts
    138
    Reputation
    10
    Thanks
    23
    It's been deleted?

  23. The Following User Says Thank You to Slayheim For This Useful Post:

    David94555 (09-03-2019)

  24. #30
    David94555's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    55
    Quote Originally Posted by Slayheim View Post
    It's been deleted?
    Seems so, and yet i got a message that it is approved. I really don't get this site.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] 7DTD A17.3-b18 Assembly
    By Sqeegie in forum 7 Days to Die Hacks & Cheats
    Replies: 27
    Last Post: 09-14-2019, 11:58 PM
  2. [Release] 7DTD A17.2-b27 Assembly
    By Sqeegie in forum 7 Days to Die Hacks & Cheats
    Replies: 22
    Last Post: 07-29-2019, 12:13 AM
  3. [Release] 7DTD A17.1-b8 Assembly
    By Sqeegie in forum 7 Days to Die Hacks & Cheats
    Replies: 18
    Last Post: 03-02-2019, 06:43 AM
  4. [Release] 7DTD A16.1-b1 Assembly Release
    By Sqeegie in forum 7 Days to Die Hacks & Cheats
    Replies: 59
    Last Post: 08-06-2017, 07:38 PM
  5. [Release] 7DTD A16-b129 Assembly Release
    By Sqeegie in forum 7 Days to Die Hacks & Cheats
    Replies: 54
    Last Post: 07-13-2017, 01:43 AM