I’ve cleared all my Iexporer history and cache again but the link from your site goes to this file: http://www.orionflame.com/light/Light%20-%20C4.ms which still doesn’t have the function in it…
Also, Supra doesn’t call for that function either, is this corect?
Yeah that’s correct. Supra doesn’t use that fn. It’s just a fn that only exist in the new C4 library. That’s why I wanted you to look for it.
I have tried the link you have posted, which is the correct link, and when I open the file, it contains this line:
fn convertValue2Integers val = for i = 24 to 8 by -8 collect (local a = bit.shift val -i; val -= a * (2 ^ i); a),
Can anyone please check if it really does?
Light
Im trying to make it wprk too on my machine and have max8 with service pack3 .
I have put supra and the fuctions in stdplugins/stdscripts
copy light – C4.ms and supra nad massive
massive work but give me and error with
theDialog.ops.dialogPos = pos
unknow propertie “dialogPos” in true
and supra give me this error:
and doesnt work:
on the line
local original = deepCopy scripts
should i been using max 9 or is another error.
love massive , and for sure wil love supra wen i realize how o make it work :).
Yeah I remember now. I have used some max 9 fns in Supra. Will release the max 8 version today.
As for Mass!ve, the one on the website doesn’t work as when I update C4 function library, I update the scripts using it too, but not always on the website,
Will try to upload both today.
Thanks for your interest.
Light
I uploaded a modified version of Supra to the website that should work with max 8.
Please let me know if it does.
Thanks,
Light
Thanks for the quick reply and upload of the script.
starting ti use it and i love it :).
quite quick question what are the s and f on top useful for?
i been reading about favorites in this thread but i can found it on the script , what is this favourite about.
im trying to ad a external folder than is not inside max folder, one i have on my desktop where I save my work in progress scripts. use add folder but give me and error on this line.
[size=1]
on addFolder picked doif (ops.dirPath = getSavePath initialDir:(C4.replaceString supra.ops.dirs[2][supra.ops.currentDirectory] “/””\”)) != undefined do (ops.dirPath = C4.replaceString ops.dirPath “\””/”; supra.ops.addNewDir str ops.dirPath)
can supra has folder that are not inlude in max folder or in places in the network.[/size]
can you notify hear when you update mass!ve too , is realy handy too.
thanks for sharing the tool
[size=2]wil continue using supra for give proper advice.
[/size]
Thanks alot for your kind words Luigi.
S is for searching inside scripts, and F is filtering script names which only shows scripts that have the input string in their names.
Supra has the ability to add custom folders using the top line. Right click there to see the complete list of your folders, and another right click will roll it up. Add folder should work correctly. Can you please show me the error message?
I will post here when I update Mass!ve too.
Thanks again,
Light
I tried in this case to ad a UI/macroscript folder to be able to edit and see al the macros.
got the same error when i try to add a folder in my c: drive
I got :
-unknown properties: “dirPath” in undefined
this is the line that high lights on the script when i do that.
on addFolder picked do if (ops.dirPath = getSavePath initialDir:(C4.replaceString supra.ops.dirs[2][supra.ops.currentDirectory] “/” “\”)) != undefined do (ops.dirPath = C4.replaceString ops.dirPath “\” “/”; supra.ops.addNewDir str ops.dirPath)
Sorry for the late reply
Hi light download the last version 0f Supra from orionflame and got a error when i try to launch it. i removed the one in UI/Macroscript before i copy thr new script on stdplugin/stdsripts.
I coudnt make it work i give me an error when i launch it via a quad.
this is the error.
type error: call needs function or class, got: undefined
on the fn initializeScripts
on the line:
local original = deepCopy scripts