Source Filmmaker

Source Filmmaker

Quick Acces Menu Redux
26 条留言
DaOhioBoom 1 月 3 日 下午 1:07 
it doesn't work
Doctor Timbrwulf 2024 年 9 月 14 日 上午 12:07 
This actually was rather annoying - it doesn't stay tabbed or closed; it just keeps opening up as a window on top of the main one. I'm sorry, but I don't find this useful.
Fames  [作者] 2024 年 5 月 31 日 下午 12:44 
ive added instructions on how to uninstall it.
Fullcaber 2024 年 5 月 31 日 下午 12:11 
well not it just stays there in my tab lel after uninstalling oh well did not get it to work :I
Fullcaber 2024 年 5 月 31 日 上午 11:31 
yee dont know why it wont apear :t
Jakefromstatefarm 2024 年 5 月 12 日 下午 9:51 
when i try to open quickmenu it doesnt open or appear i've tried reinstalling it nothing
[UA] Olexa007 2024 年 4 月 27 日 上午 2:41 
how do i get rid of it? I unsubscribed from it, but it still in my sfm
nager4ik 2024 年 4 月 5 日 下午 9:12 
is it works for changing color of models
Fames  [作者] 2024 年 4 月 3 日 上午 2:25 
yeah dont do that.
clear the script from sfm_init and let it do the rest
it will load itself automatically.
TheOneCalledGaming 2024 年 4 月 3 日 上午 2:22 
Yes, prior to removing everything below that line I mentioned earlier. It was the entire script.
Fames  [作者] 2024 年 4 月 3 日 上午 2:10 
did you put the entire script into sfm_init?
TheOneCalledGaming 2024 年 4 月 2 日 下午 3:45 
Alright, I ended up resolving the issue. I just had to remove everything below this line, and that did the trick.

def appendScript(self):
PATH = "usermod\\scripts\\sfm\\sfm_init.py"
Flame 2024 年 4 月 2 日 上午 10:46 
Someone needs to make a script where you can combind things together and save them as a model.mdl
TheOneCalledGaming 2024 年 4 月 2 日 上午 1:46 
Apparently it's having a hiccup in regards to it being put into sfm_init. The first time SFM loads in with this, Flex Unlocker and Directional Scale Patch, it works fine. But the second time SFM is launched, I get hit with this.

File "<string>", line 1453
##QMENU_END##
^
SyntaxError: EOF while scanning triple-quoted string literal
LittleArsenal 2024 年 4 月 1 日 下午 5:14 
@Fames Good news. Doing that worked!
Fames  [作者] 2024 年 4 月 1 日 上午 2:40 
@LittleArsenal put this in your sfm_init file (includiding the ## parts)
Not sure why it would remove the DSP parts. I've tested it myself and it worked on my end
LittleArsenal 2024 年 3 月 31 日 下午 7:58 
Unless I move the content of this addon's .py in the SFM.init file, what could possibly happen?
LittleArsenal 2024 年 3 月 31 日 下午 7:57 
@Fames, my sfm_init have both Flex Unlocker and Directional Scale Patch's .py inside. All the content from both files. For some reason, the .py of Quick Access only disables the Flex Unlocker's while the DSP works fine on startup.
Jwan 2024 年 3 月 31 日 下午 5:14 
I tried using the link you provided, but there are many bugs and errors... :(
Jwan 2024 年 3 月 31 日 上午 3:29 
I would like to use the camera focus distance tied to the model. Can you create a script for me?
Fames  [作者] 2024 年 3 月 31 日 上午 2:54 
this script shouldn't even touch anything other than its own parts (everything inbetween ##QMENU_BEGIN## and ##QMENU_END##") what does your sfm_init look like?
LittleArsenal 2024 年 3 月 30 日 下午 7:51 
Uh, for those that have Flex Unlocker installed on SFM, and have its patch programmed to be installed every time you open SFM, installing the Quick Access Menu Redux will override the FU startup.
Animaritides 2024 年 3 月 27 日 上午 7:00 
@Fames
I am now able to get the window to reappear when starting up. Thanks!
Fames  [作者] 2024 年 3 月 27 日 上午 1:28 
Thanks, I think I know why.
Please clear your usermod/scripts/sfm_init.py file and try again and let me know if it works
Animaritides 2024 年 3 月 26 日 下午 5:40 
I am able to load and dock the window. The issue is that I am unable to get the window to reappear after starting up SFM again. I received the following error log whenever I load up SFM.

Traceback (most recent call last):
File "<string>", line 9, in <module>
ImportError: No module named QuickMenu_V3