Garry's Mod

Garry's Mod

309 ratings
DREAMS module (v1.1)
2
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Tool
Addon Tags: Cartoon, Scenic
File Size
Posted
Updated
5.691 MB
Feb 19 @ 7:31pm
Jun 15 @ 4:19pm
12 Change Notes ( view )

Subscribe to download
DREAMS module (v1.1)

In 1 collection by noskill
DREAMS
3 items
Description
This is a module! This will not do anything for your game in particular!

To fly around the example for funsies, put this in your console, and kill yourself to exit
lua_run player.GetAll()[1]:SetDream("example")
In short, this adds a custom player handler module that allows for clientside custom collisions. Dreams are built out of BSP-like solids (Think Hammer and VMFs)

Better documentation is coming soon on the Github Wiki
However, If you are a developer and looking to create mods using this module, you should really look over the code of it yourself to get a grasp on how it works. Its meant to be as customizable as possible while keeping a common interface for mods, sort of like the built in drive module but more complicated.

Github:
https://github.com/alexswad/dreams/tree/main/lua

Wiki (things on the wiki are most likely safe from changing during updates)
https://alexswad.github.io/dreams-wiki/

Example Room with available hooks:
https://github.com/alexswad/dreams/blob/main/lua/includes/dreams/example.lua

SCP 106 PD as an example
https://github.com/alexswad/gm-scp106-pd

please don't reupload or include this in your mod, add it as a required item instead
if you also make a mod let me know and I'll add it to the collection
Popular Discussions View All (1)
3
May 9 @ 2:02pm
An idea for how this could be used.
Fox.Xd.
68 Comments
noskill  [author] May 31 @ 8:19am 
see if the update fixed it, if not its definitely a bug with arccw and how it stores positions for attachments, there's nothing more I can do
DJ May 31 @ 6:34am 
Visual and audio, this is with more than one player. when you watch another player fire a weapon with a fast firerate the other player will seem to be firing at an incorrect rate and their bullets will come from the world origin to the impact spot
noskill  [author] May 31 @ 6:21am 
is it just visual or functional too
DJ May 31 @ 6:19am 
This seems to be conflicting with arccw's firing origin points, they keep coming from world origin instead of from other players origin.
Pluto May 20 @ 11:27am 
what is this then?
noskill  [author] May 7 @ 9:02pm 
not by other people I believe, tbf its been in development
Tf2player3253 May 7 @ 8:26pm 
has there been any custom content made for this yet?
BenEViolent Apr 28 @ 6:55pm 
How did you bake lighting onto the example room's textures? ik I gotta use blender but I cant figure it out
frestylek Apr 19 @ 7:02am 
Nice exacly what i want. I will leave you a reward like and send to other developers that may want to use this in there addons
noskill  [author] Apr 18 @ 7:29pm 
yeah for sure, im in the process of rewriting everything right now, next update will have comprehensive documentation and be easiser to use