gdsdecomp
Godot reverse engineering tools (by GDRETools)
godot-xr-tools
Support scenes for AR and VR in Godot (by GodotVR)
gdsdecomp | godot-xr-tools | |
---|---|---|
26 | 20 | |
1,991 | 595 | |
9.3% | 4.2% | |
9.8 | 7.2 | |
4 days ago | about 1 month ago | |
C++ | GDScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gdsdecomp
Posts with mentions or reviews of gdsdecomp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-06.
-
Godot 4.1 is here, smoother, more reliable, and with plenty of new features
Tools like https://github.com/bruvzg/gdsdecomp exist, which is good if you need to recover your project.
-
Godot 4.1 Is Released
The main contributor/developer behind Godot also released a very handy little tool that is capable of fully decompiling anything made with Godot:
https://github.com/bruvzg/gdsdecomp
-
How do you guys deal with protecting source code for your game when launch into steam or mobile platform?
It seesm exported game written in GDscript (I havnt tested with c#) is easily reversed into original source code state using tools (e.g. Godot RE Tools from https://github.com/bruvzg/gdsdecomp) and any one can take your source code.
-
Shout out to the 5% game devs in this subreddit
With https://github.com/bruvzg/gdsdecomp it might as well be open-source anyway lmao
-
I accidentally double click one of my Godot 3.5 project and it automatically open with Godot 4. Any chance I can convert project back to 3.5?
GDRE Tools, if you still have an exported artifact
-
Godot Universal Mod Manager - manage and create mods for any Godot game with no changes to its code
Sounds like a job for GDRE Tools :)
-
How Dome Keeper focuses on systems that feed into one another
unforunately godot games are unprotected by default. vast majority of godot games can be decompiled (and recompiled!) by gdsdecomp.
-
If you had to develop a game in Python, what engine and tools would you use?
Pyinstaller has a single-executable option though, right ? As for reverse engineering, not sure that a godot game would be that much harder to decompile compared to pyinstaller, see example.
-
PSA: In 4.0, exported builds contain your code comments.
You should all try this: https://github.com/bruvzg/gdsdecomp
-
hi, can anyone help me with extracting .pck files?
Try this
godot-xr-tools
Posts with mentions or reviews of godot-xr-tools.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-06.
- Godot 4.1 Is Released
- AR for mobile devices?
-
Question on VR game development.
It probably depends on what you want to do and if you want this to be a career. If you want to do this as a hobby and the functions you need are described in this toolkit, then I would give Godot a try as the fastest way to try your idea and get up and running and have fun: https://github.com/GodotVR/godot-xr-tools/tree/master/addons/godot-xr-tools/functions. If you want heavy physics based actions like boneworks with a full body avatar, then yeah go unreal or Unity. If you want to try to get hired by a VR studio, then unreal or Unity.
-
Released the Cruelty Squad VR mod made with Godot's OpenXR and XRTools Assets! 2 months of work, but it's been fun. (Github link in comments)
Using Godot (actually the engine is 3.3 in game, but I used 3.5 in the editor), and using basically every one of the XR tools: https://github.com/GodotVR/godot-xr-tools
-
Align kinematic body with up direction
Hi although developed for VR I wonder if this might give you some ideas: https://github.com/GodotVR/godot-xr-tools/blob/master/scenes/sphere_world_demo/sphere_world_demo.tscn
-
Retrogame INSIDE a Godot game?
There is also a 2din3d object in the xrtools I think that allows you to assign a scene via code if you wanted to make a mame machine. https://github.com/GodotVR/godot-xr-tools/wiki/PointerAndUI
-
Last VR conversion of the year, /u/slaiyn and team’s Solar Gardener. Thanks to everyone for so much support this year helping me learn Godot!
Godot XR Asset and XR Tools asset, making it 100x easier to make these VR conversions, and especially MalcolmNixon who jumped in and literally created an extension of XRTools for the purpose of walking on planets for this project that now everyone can use: https://github.com/GodotVR/godot-xr-tools.
-
I am Robi-Man!
XR Tools asset: https://github.com/GodotVR/godot-xr-tools
- what's the state of VR in godot 4?
- Does godot work with the quest 2? (if so... tutorials?)
What are some alternatives?
When comparing gdsdecomp and godot-xr-tools you can also consider the following projects:
GodotSteam - An ecosystem of tools for Godot Engine and Valve's Steam. For Linux, Mac, and Windows.
a-little-game-called-mario - open source collective hell game
godot-wasm - Interact with WebAssembly modules from Godot
RelEcs - A lightweight and easy to use entity component system with an effective feature set for making games.
gdext - Rust bindings for Godot 4
godot-console - In-game console for Godot 3.