ebfb23588e
fixed build error
2023-11-04 10:37:05 +01:00
ce6ed66275
update achievements
2023-10-15 19:48:10 +02:00
fd79fb2b19
updated achievements list
2023-10-15 18:23:40 +02:00
Jadis0x
9ea683f29a
Code cleanup and performance enhancement efforts
2023-08-20 17:02:31 +03:00
Jadis0x
788ffdac9f
Adjusted height of the menu button
2023-08-19 21:10:19 +03:00
Jadis0x
e1c529f0ed
menu style has been removed
2023-08-19 16:42:16 +03:00
Jadis0x
9d12c57588
Added button for ShootPlayer function
2023-08-09 22:28:24 +03:00
Jadis0x
620828d4a0
Added ShootPlayer Function
2023-08-09 22:26:01 +03:00
ALittlePatate
0e461120eb
changed Msg to Warning for the credits
2023-04-25 17:56:01 +02:00
17569ee1ed
add: note about license and credits on the start of the mod
2023-04-25 14:12:24 +02:00
Jadis0x
1efd4bd1b0
added shortkeys for tabs
...
shortkeys:
F1: Visual Tab
F2: Entities Tab
F3: Map Specific Tab
F4: ESP Tab
F5: Items Tab
F6: Misc Tab
F7: Player Tab
3.0
2023-04-20 20:01:53 +03:00
Jadis0x
c50f9263f7
fixed: items tab
2023-04-20 19:48:40 +03:00
Jadis0x
61adb2030c
Add stuffsScrollPosition variable for managing scroll position in spawnable prefabs window
2023-04-20 13:42:39 +03:00
Jadis0x
486301f83a
Added a Scrollbar for Spawnable Prefabs
2023-04-20 13:40:32 +03:00
Jadis0x
27c9e7f83a
tabs fixed
2023-04-20 13:37:07 +03:00
Jadis0x
1d67349a38
the scrollbar has been added to the items tab
2023-04-20 12:47:26 +03:00
Jadis0x
c4187bdb65
Added itemsScrollPosition and rituelObjectsScrollPosition variables to enable scrolling within the items and ritual objects vertical boxes.
2023-04-20 12:41:25 +03:00
0c7158bdca
fixed nullptr exception in BurnRitualObj
2023-04-16 17:35:13 +02:00
25622d70ec
fixed a crash when calling Jumpscare when not host
2023-03-15 08:54:03 +01:00
ALittlePatate
f56b26cdb3
add: german installation tutorial
2023-03-12 15:31:16 +01:00
f732234e7a
code refactor and optimization
2023-03-11 11:59:11 +01:00
9fbabb2de1
add: load slaughterhouse, optimized crosshair
...
i don't lose a single fps when using the crosshair now
2023-03-11 10:29:34 +01:00
Jadis0x
7aeacb2991
Feature Added: Crosshair
2023-03-10 14:03:06 +03:00
Jadis0x
c1c11265a5
Add: GetCircularTexture function
...
In this code, a circular crosshair texture is generated using a nested loop to iterate over each pixel of the texture. The distance between each pixel and the center of the texture is calculated using the Vector2.Distance function. If this distance is less than or equal to the radius of the circle, the pixel is set to white, otherwise it is set to transparent. The resulting texture is then drawn on the screen using the GUI.DrawTexture function.
2023-03-10 12:11:35 +03:00
8793b6b6e2
fixed Sam not being frozen
2023-03-08 09:00:15 +01:00
038c9add25
Merge branch 'MelonLoader' of https://github.com/ALittlePatate/DevourClient into MelonLoader
2023-03-08 08:51:44 +01:00
158afd9bd2
fix: features not working with >4 players
...
very unoptimal but that's in a corroutine ig that's fine
2023-03-08 08:50:30 +01:00
ALittlePatate
157deabf45
explained how to get MelonLoader v0.6.0
2023-03-08 08:40:53 +01:00
7080c72eec
fixed a crash in DrawBones
2023-03-07 19:57:34 +01:00
ALittlePatate
7b20b88b57
changed project description
2023-03-07 18:51:36 +01:00
350f92ea6e
menu fixes
2023-03-07 18:48:41 +01:00
b706f3be7b
add: boar/corpse ESP + spawn/despawn
2023-03-07 18:35:11 +01:00
422b3a69c6
updated features descriptions
2023-03-07 18:28:04 +01:00
faae081b30
fixed color picker overriding GUI.skin.box.normal.background
2023-03-07 12:18:28 +01:00
3e00d483ef
Merge branch 'MelonLoader' of https://github.com/ALittlePatate/DevourClient into MelonLoader
2023-03-07 12:04:03 +01:00
5eb20c0d0b
add: all achievements, a script to generate them
2023-03-07 12:03:35 +01:00
ALittlePatate
a83cba0651
updated dll to reference in the project
2023-03-07 09:41:33 +01:00
94031f346c
ingore collisions when flying
2023-03-07 09:39:29 +01:00
9cf481e196
added more achievements, 2 missing
...
i can't find them f me
2023-03-07 09:04:56 +01:00
1ee1c78b97
added more achievements
...
6 missing
2023-03-06 21:44:41 +01:00
cac4c63dad
added Create Server button in the menu
2023-03-06 21:31:34 +01:00
27e6956f2d
fixed Camera.main being null, changed arg order in CreateCustomizedLobby
2023-03-06 21:26:35 +01:00
666529bbc0
fixed crash in DrawBones
2023-03-06 21:03:10 +01:00
Jadis0x
ff3eea37bb
Updated dll to reference in the project.
2023-03-06 23:00:07 +03:00
Jadis0x
7d581257df
Update Misc.cs
...
Canvases reconfigured using CanvasGroup in Unity.
2023-03-06 22:59:43 +03:00
1f251987b1
MAX_PLAYERS should update when calling CreateCustomizedLobby
...
it will NOT resize to default 4 when quitting the game but whatever, it should not break
2023-03-06 20:29:13 +01:00
Jadis0x
b459b310bb
Added a parameter to make the lobby public/private
2023-03-06 22:21:02 +03:00
a72d36cb5b
fixed player skeleton esp color
2023-03-06 19:59:50 +01:00
f0907c07ff
BEST_REGION is now by default instead of EU in CreateCustomizedLobby
2023-03-06 19:53:08 +01:00
56c3bcd5be
added color picker for player/azazel ESP
...
need to fix the color of the esp preview overriding GUI.skin.box.normal.background
2023-03-06 19:41:38 +01:00