Garry's Mod

Garry's Mod

Somewhat Seamless Level Transitions (HL2 Styled)
Xenthio  [开发者] 2021 年 4 月 6 日 下午 10:35
Please give me feedback and tell me about any issues you are having!
The title says it all!
< >
正在显示第 1 - 15 条,共 40 条留言
TROFY-KSA 2021 年 4 月 7 日 上午 12:31 
website dead
Xenthio  [开发者] 2021 年 4 月 7 日 上午 12:31 
the one in the link?
Xenthio  [开发者] 2021 年 4 月 7 日 上午 12:32 
works fine for me
Xenthio  [开发者] 2021 年 4 月 7 日 上午 12:34 
hold on i'll make another upload on google drive for ya
Xenthio  [开发者] 2021 年 4 月 7 日 上午 12:43 
Beagledude 2021 年 4 月 7 日 下午 1:08 
game crashes when i start a level
Xenthio  [开发者] 2021 年 4 月 7 日 下午 1:10 
hmm, does it work when you disable all your other addons? sounds like something is interfering with it
Darkcrown24 2021 年 4 月 8 日 上午 4:18 
I downloaded a series of maps and when I finish the level I get the default gmod screen and I have followed the tutorial but that happens to me
Beagledude 2021 年 4 月 8 日 上午 9:05 
ok it was the map i was on but it only works when i manually go through levels
Xenthio  [开发者] 2021 年 4 月 8 日 下午 2:41 
引用自 Darkcrown19
I downloaded a series of maps and when I finish the level I get the default gmod screen and I have followed the tutorial but that happens to me
hmmm. are you sure you followed the tutorial?
The Bunkerman 2021 年 4 月 10 日 上午 6:58 
Regarding the fact that some addons cause this one not to work, it's probably because your Lua script is called client.lua. Some other addons also have a file with the same name, and thus when content is mounted, it's a lottery as to which one is actually going to be mounted and executed.
It should be a simple case of renaming it to something else that's unique (i.e. seamless-transitions.lua or anything that is not likely to be used by another addon), since any Lua script in that folder should be automatically executed regardless of file name.
最后由 The Bunkerman 编辑于; 2021 年 4 月 10 日 上午 9:27
The Bunkerman 2021 年 4 月 10 日 上午 9:24 
Another thing: You should really encourage players to put it inside a folder inside the
GarrysMod/garrysmod/addons
directory so that the change is non-permanent and can be restored easily, and also the change will not be reverted if the player decides to verify their game's cache.
So it would look like this:
GarrysMod/garrysmod/addons/folder/html
Though GMAD will not let you include HTML files in the Workshop addon, you can still mount them using a legacy addon, which is what this does.
最后由 The Bunkerman 编辑于; 2021 年 4 月 10 日 上午 9:27
Xenthio  [开发者] 2021 年 4 月 10 日 下午 3:59 
引用自 Ranch the Deer
Another thing: You should really encourage players to put it inside a folder inside the
GarrysMod/garrysmod/addons
directory so that the change is non-permanent and can be restored easily, and also the change will not be reverted if the player decides to verify their game's cache.
So it would look like this:
GarrysMod/garrysmod/addons/folder/html
Though GMAD will not let you include HTML files in the Workshop addon, you can still mount them using a legacy addon, which is what this does.
i did consider that tbh lol
Rotectytehiest 2021 年 4 月 11 日 下午 11:07 
does not work
Xenthio  [开发者] 2021 年 4 月 12 日 上午 12:01 
Hmm, got any more info?
< >
正在显示第 1 - 15 条,共 40 条留言
每页显示数: 1530 50