Config Dump

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
User avatar
ShohS
Posts: 76
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

Config Dump

Post by ShohS »

I'm back on the groove for making configs here are some of them:

Code: Select all

//Chakram By ShohS
Aspc=1 
Stps=2001
NUM = "5"
A0=".3+rnd(1)"
A1="rnd(3)"
A2="rnd(10)"

B0="B0+bass*.01*A1"
C0="0.07 ", // Radius 
C1="2 * pi", // Angle 
C2="(t * A0+B0)*.2+2*pi*id/num"
C3="sin(C2+sin(s*2*pi+t*.2)*1-abs(mag(sin(s*2*pi)))^2)*sin(s*A2+t*.3)"
C4="cos(C2+sin(s*2*pi+t*.2)*1-abs(mag(sin(s*2*pi)))^2)*sin(s*A2+t*.3)"

X0="1*(c3 + C0 * sin(C1*s + c2+1))" 
Y0="1*(c4 + C0 * cos(C1*s + c2+1))" 

X1="-1*(c3 - C0 * sin(C1*s + c2+1))" 
Y1="-1*(c4 - C0 * cos(C1*s + c2+1))" 

ConB=1 

LWdt="1.5" 

Vers=540 

Code: Select all

//Sensei By ShohS
Aspc=1 
Stps=2001
NUM = "1"
A0=".3+rnd(1)"
A1="rnd(3)"

B0="B0+bass*.01*A1"
C0="0.07 ", // Radius 
C1="2 * pi", // Angle 
C2="t * A0+B0+2*pi*id/num"
C3="sin(C2+sin(s*2*pi)*1+abs(mag(sin(s*2*pi))))*(s)"
C4="cos(C2+sin(s*2*pi)*1+abs(mag(sin(s*2*pi))))*(s)"

X0="c3 + C0 * sin(C1*s + c2+1)" 
Y0="c4 + C0 * cos(C1*s + c2+1)" 

X1="-(c3 - C0 * sin(C1*s + c2+1))" 
Y1="-(c4 - C0 * cos(C1*s + c2+1))" 

ConB=1 

LWdt="2" 

Vers=540 

Code: Select all

//Light Show by ShohS
NUM = "2*(5 + abs(round( rnd(7) )))" 
stps=1000 
Aspc=1 

A0="(0.5)*.001" 
A1="2 * pi" 
A2=".5+rnd(1)"
A3=".5+rnd(1)"

B0="B0+round(bass^2)" 
B1="1.1 * cos( sin(B0 * A0) + A1 + 2 * pi * ID / NUM )" 
B2="1.1 * sin( sin(B0 * A0) + A1 + 2 * pi * ID / NUM )" 
B3="sin(B0*.0001)" 
B4="cos(B0*.0001)" 

C0="s*4" 
C1="" 
C2="c0 * cos( c1 )" 
C3="c0 * sin( c1 )" 

X0="(B1 * c2 - B2 * C3)+B3" 
Y0="(B1 * c3 + B2 * C2)+B4" 

X1="-((B1 * c2 - B2 * C3)+B3)" 
Y1="-((B1 * c3 + B2 * C2)+B4)" 

Y2="-((B1 * c2 - B2 * C3)+B3)" 
X2="((B1 * c3 + B2 * C2)+B4)" 

Y3="((B1 * c2 - B2 * C3)+B3)" 
X3="-((B1 * c3 + B2 * C2)+B4)" 

LWdt="40*(mag(id/num))*s^2" 
ConB=0 


Vers=270 
And some colormaps too
Weather Report.png
Weather Report.png (365 Bytes) Viewed 7032 times
Event horizon.png
Event horizon.png (354 Bytes) Viewed 7032 times
Auroric.png
Auroric.png (372 Bytes) Viewed 7032 times
Nut

unimportantClosedBox
Posts: 24
Joined: Sun Mar 27, 2022 7:06 pm

Re: Config Dump

Post by unimportantClosedBox »

Say, these are pretty neat! What tool do you use for colormap creation?

User avatar
ShohS
Posts: 76
Joined: Fri Apr 06, 2018 11:46 am
Location: no one must know shhhh

Re: Config Dump

Post by ShohS »

I only use Paint.net
Nut

User avatar
juxtiphi
Moderator
Posts: 1469
Joined: Sat Jan 15, 2005 1:29 pm

Re: Config Dump

Post by juxtiphi »

ShohS wrote:
Sat Sep 21, 2024 1:19 pm
I'm back on the groove for making configs here are some of them:

Code: Select all

//Chakram By ShohS
Aspc=1 
Stps=2001
NUM = "5"
A0=".3+rnd(1)"
A1="rnd(3)"
A2="rnd(10)"

B0="B0+bass*.01*A1"
C0="0.07 ", // Radius 
C1="2 * pi", // Angle 
C2="(t * A0+B0)*.2+2*pi*id/num"
C3="sin(C2+sin(s*2*pi+t*.2)*1-abs(mag(sin(s*2*pi)))^2)*sin(s*A2+t*.3)"
C4="cos(C2+sin(s*2*pi+t*.2)*1-abs(mag(sin(s*2*pi)))^2)*sin(s*A2+t*.3)"

X0="1*(c3 + C0 * sin(C1*s + c2+1))" 
Y0="1*(c4 + C0 * cos(C1*s + c2+1))" 

X1="-1*(c3 - C0 * sin(C1*s + c2+1))" 
Y1="-1*(c4 - C0 * cos(C1*s + c2+1))" 

ConB=1 

LWdt="1.5" 

Vers=540 

Code: Select all

//Sensei By ShohS
Aspc=1 
Stps=2001
NUM = "1"
A0=".3+rnd(1)"
A1="rnd(3)"

B0="B0+bass*.01*A1"
C0="0.07 ", // Radius 
C1="2 * pi", // Angle 
C2="t * A0+B0+2*pi*id/num"
C3="sin(C2+sin(s*2*pi)*1+abs(mag(sin(s*2*pi))))*(s)"
C4="cos(C2+sin(s*2*pi)*1+abs(mag(sin(s*2*pi))))*(s)"

X0="c3 + C0 * sin(C1*s + c2+1)" 
Y0="c4 + C0 * cos(C1*s + c2+1)" 

X1="-(c3 - C0 * sin(C1*s + c2+1))" 
Y1="-(c4 - C0 * cos(C1*s + c2+1))" 

ConB=1 

LWdt="2" 

Vers=540 

Code: Select all

//Light Show by ShohS
NUM = "2*(5 + abs(round( rnd(7) )))" 
stps=1000 
Aspc=1 

A0="(0.5)*.001" 
A1="2 * pi" 
A2=".5+rnd(1)"
A3=".5+rnd(1)"

B0="B0+round(bass^2)" 
B1="1.1 * cos( sin(B0 * A0) + A1 + 2 * pi * ID / NUM )" 
B2="1.1 * sin( sin(B0 * A0) + A1 + 2 * pi * ID / NUM )" 
B3="sin(B0*.0001)" 
B4="cos(B0*.0001)" 

C0="s*4" 
C1="" 
C2="c0 * cos( c1 )" 
C3="c0 * sin( c1 )" 

X0="(B1 * c2 - B2 * C3)+B3" 
Y0="(B1 * c3 + B2 * C2)+B4" 

X1="-((B1 * c2 - B2 * C3)+B3)" 
Y1="-((B1 * c3 + B2 * C2)+B4)" 

Y2="-((B1 * c2 - B2 * C3)+B3)" 
X2="((B1 * c3 + B2 * C2)+B4)" 

Y3="((B1 * c2 - B2 * C3)+B3)" 
X3="-((B1 * c3 + B2 * C2)+B4)" 

LWdt="40*(mag(id/num))*s^2" 
ConB=0 


Vers=270 
And some colormaps too
Weather Report.png
Event horizon.png
Auroric.png
What folder do I put these in??? and Thank you for your work!!

User avatar
BTT
Administrator
Posts: 2256
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Re: Config Dump

Post by BTT »

Hello juxtiphi

Click This PC - Programs(86) - SoundSpectrum - G-Force - Packages. Copy the WaveShapes into the WS Folder and the ColorMaps into the CM Folder.

It's really good to have ShohS contibuting so much new stuff.
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

User avatar
juxtiphi
Moderator
Posts: 1469
Joined: Sat Jan 15, 2005 1:29 pm

Re: Config Dump

Post by juxtiphi »

BTT wrote:
Sat Sep 21, 2024 6:34 pm
Hello juxtiphi

Click This PC - Programs(86) - SoundSpectrum - G-Force - Packages. Copy the WaveShapes into the WS Folder and the ColorMaps into the CM Folder.

It's really good to have ShohS contibuting so much new stuff.
What I want to know is how do I know where these particular configs go, I don't know if they are wav shapes or particles or maps

User avatar
BTT
Administrator
Posts: 2256
Joined: Sun Jun 20, 2010 9:34 pm
Location: United Kingdom

Re: Config Dump

Post by BTT »

Hello juxtiphi

WaveShapes:-
Chakram
Light Show
Sensei

ColorMaps:-
Auroric
Event horizon
Weather Report
.
Regards BTT

ColorMap Creator for G-Force and Aeon --- SoundSpectrum Forum Administrator.

User avatar
juxtiphi
Moderator
Posts: 1469
Joined: Sat Jan 15, 2005 1:29 pm

Re: Config Dump

Post by juxtiphi »

BTT wrote:
Sun Sep 22, 2024 7:37 pm
Hello juxtiphi

WaveShapes:-
Chakram
Light Show
Sensei

ColorMaps:-
Auroric
Event horizon
Weather Report
Thank you

Post Reply