Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #singleinstance force
- softname = Smithy's Anvil Submit Post Creator
- version = V.1.0.0
- ;ressource needed :
- ;app icon : (uncomment if you want to automatly download it.)
- ;UrlDownloadToFile, http://i1176.photobucket.com/albums/x337/Baoulettes/Icon.png, %A_ScriptDir%\Icon.png
- ;app logo : (uncomment if you want to automatly download it.)
- ;UrlDownloadToFile, http://i1176.photobucket.com/albums/x337/Baoulettes/LogoSASPC.png, %A_ScriptDir%\LogoSASPC.png
- ;Also make a ReadMe Files. like this :
- readme = Smithy's Anvil SPC (Submit Post Creator)`n`nInformation :`nThis software is intended to generator for you a basic `npost ready for `"Submited Rocksmith 2014 package`"`n`nThis soft as been made to formalize the presentation `nthat some does a bit too fast.`n`nAnd also provide a good information of the song it self.`nA preview can be found here :`n`nhttp://i1176.photobucket.com/albums/x337/Baoulettes/Untitledddddd.png`n`nFeatures :`nFull make the post of it's own with few click.`nAllow to precise difficulty of EACH arrangement.`na range from 0 (Easiest) to 6 (Monstruous !)`nFor user to put a song preview / Album to make it pretier.`nFew check to prevent common errors.`nAutomatly update Tuning list and AppID from my server `n(so no software update required with new dlc!)`n`nRequirement :`nA windows computer.`nfor now working over `n`nWindows Vista`nWindows Seven`nWindows 8`nWindows 8.1`n`nMore info : `nFor any help feel free to go over `nhttp://forums.smithyanvil.com/`nAnd ask help here :)`n`nFile list :`n`nFirst run :`nSmithyAnvilSPC.exe - Main Application.`nReadMe.txt - This Opened file (O RLY?)`n`nDuring Run :`nSmithyAnvilSPC.exe - Main Application.`nReadMe.txt - This Opened file (O RLY?)`nappidlist.sac - File ressource for AppIDs.`ntuninglist.sac - File ressource for Tunings List.`nLogoSASPC.exe - Application logo you seen while making the post`n`nClosed Software :`nSmithyAnvilSPC.exe - Main Application.`nReadMe.txt - This Opened file (O RLY?)`nappidlist.sac - File ressource for AppIDs.`ntuninglist.sac - File ressource for Tunings List.`n`nCopyrights :`n`nAll reference to Smithy's Anvil are Smithy's Anvil Rights!`nI (Baoulettes) Do not own ANY of Smithy's Anvil and/or S A.`nSoftware Logo/Icon are Baoulettes Modifition of Smithy's one.`nBy Logo I mean `" LogoSASPC.png `"`nBy Icon I mean the software icon.`nAsk Baoulettes AND Smithy's Anvil owner for any use.`nAny link to Photobucket user Baoulettes are Baoulettes's work.`nI mean these :`nhttp://i1176.photobucket.com/albums/x337/Baoulettes/1-10.png`nhttp://i1176.photobucket.com/albums/x337/Baoulettes/2-10.png`nhttp://i1176.photobucket.com/albums/x337/Baoulettes/3-4.png`nhttp://i1176.photobucket.com/albums/x337/Baoulettes/4-4.png`nhttp://i1176.photobucket.com/albums/x337/Baoulettes/5-4.png`nhttp://i1176.photobucket.com/albums/x337/Baoulettes/6-1.png`nhttp://i1176.photobucket.com/albums/x337/Baoulettes/7-1.png`nRespect authors and if you want to use it just ask I won't bite.`nAppid list + Tunings list are on Baoulettes's server and also use `nWikipedia as base.`nif you want to use the exact files feel free to ask for the `nsoftware update list to get the direct link that will be constanly updated.`n`nFor Any question goes over my Facebook page : `nhttps://www.facebook.com/pages/Baoulettes/258752740926874`nOr ask here :`nhttp://forums.smithyanvil.com`n`nThanks for those who would have read to there.`nAlso this files is included in the exe so you can't say there is no `"ReadMe`" `nFor liar that take rights there is no mercy ;)
- ;Fileappend, %readme%, %A_ScriptDir%\ReadMe.txt (uncomment if you want to create a basic ReadMe.)
- ; Software code :)
- Gui, 99:Add, Progress, vloadingbar x12 y49 w520 h30 , 0
- Gui, 99:Add, Text, vloadtext x12 y19 w520 h30 , text1.
- Gui, 99:Show, x682 y305 h94 w545, %softname% - %version% is loading
- lbar = 10
- ltext = Updating AppID List
- GuiControl,99:,loadingbar, %lbar%
- GuiControl,99:,loadtext, %ltext%
- Fileinstall, C:\Users\%username%\Desktop\LogoSASPC.png, %A_ScriptDir%\LogoSASPC.png
- Fileinstall, C:\Users\%username%\Desktop\ReadMe.txt, %A_ScriptDir%\ReadMe.txt
- UrlDownloadToFile, http://www.rs2014mods.t15.org/appidlist.sac, %A_ScriptDir%\appidlist.sac
- lbar = 20
- ltext = Updating Tuning List
- GuiControl,99:,loadingbar, %lbar%
- GuiControl,99:,loadtext, %ltext%
- UrlDownloadToFile, http://www.rs2014mods.t15.org/tuninglist.sac, %A_ScriptDir%\tuninglist.sac
- lbar = 40
- ltext = Implanting AppID List
- GuiControl,99:,loadingbar, %lbar%
- GuiControl,99:,loadtext, %ltext%
- FileRead, File,%A_ScriptDir%\tuninglist.sac ;read file to variable
- Loop, Parse, File ,`r`n ;loop parse by line
- {
- If (SubStr(A_LoopField,1,1)="[")
- tuning.="|" A_LoopField ;add it to the list
- StringReplace, tuning, tuning, [, , All
- StringReplace, tuning, tuning, ], , All
- }
- StringLen, tuninglenght, tuning
- tuninglenght--
- StringRight, tuning, tuning, %tuninglenght%
- lbar = 50
- ltext = Implanting Tuning List
- GuiControl,99:,loadingbar, %lbar%
- GuiControl,99:,loadtext, %ltext%
- FileRead, File,%A_ScriptDir%\appidlist.sac ;read file to variable
- Loop, Parse, File ,`r`n ;loop parse by line
- {
- If (SubStr(A_LoopField,1,1)="[")
- appid.="|" A_LoopField ;add it to the list
- StringReplace, appid, appid, [, , All
- StringReplace, appid, appid, ], , All
- }
- StringLen, appidlenght, appid
- appidlenght--
- StringRight, appid, appid, %appidlenght%
- lbar = 80
- ltext = Generating Main Interface
- GuiControl,99:,loadingbar, %lbar%
- GuiControl,99:,loadtext, %ltext%
- difflist = 0||1|2|3|4|5|6
- Gui, Add, Picture, x0 y0 w500 h65 , %A_ScriptDir%\LogoSASPC.png
- Gui, Add, Text, x12 y69 w30 h20 +Right, Title :
- Gui, Add, Edit, vsongname x42 y69 w130 h20 , My Song Name
- Gui, Add, Text, x182 y69 w30 h20 +Right, Artist :
- Gui, Add, Edit, vartist x212 y69 w110 h20 , Song Artist Name
- Gui, Add, Text, x332 y69 w40 h20 , Album :
- Gui, Add, Edit, valbum x372 y69 w110 h20 , Song Album Name
- Gui, Add, Text, x12 y129 w90 h20 +Right, Instrument(s) :
- Gui, Add, CheckBox, vlead x12 y149 w50 h30 , Lead
- Gui, Add, DropDownList, vleadtune x62 y149 w75 h21 r10 ,%tuning%
- Gui, Add, Text, x142 y149 w50 h20 , Difficulty :
- Gui, Add, DropDownList, vleaddiff x192 y149 w30 h10 r7 , %difflist%
- GuiControl,,lead, 1
- Gui, Add, CheckBox, vrythm x12 y189 w50 h30 , Rythm
- Gui, Add, DropDownList, vrythmtune x62 y199 w75 h21 r10 , %tuning%
- Gui, Add, Text, x142 y199 w50 h20 , Difficulty :
- Gui, Add, DropDownList, vrythmdiff x192 y199 w30 h21 r7 , %difflist%
- Gui, Add, CheckBox, x12 vbass y229 w50 h30 , Bass
- Gui, Add, DropDownList, vbasstune x62 y239 w75 h21 r10 , %tuning%
- Gui, Add, Text, x142 y239 w50 h20 , Difficulty :
- Gui, Add, DropDownList, vbassdiff x192 y239 w30 h21 r7 , %difflist%
- GuiControl,,bass, 1
- Gui, Add, CheckBox, vleadB x242 y149 w80 h30 , Lead-Bonus
- Gui, Add, DropDownList, vleadBtune x322 y149 w75 h20 r10 , %tuning%
- Gui, Add, Text, x402 y149 w50 h20 , Difficulty :
- Gui, Add, DropDownList, vleadBdiff x452 y149 w30 h21 r7 , %difflist%
- Gui, Add, CheckBox, vrythmB x242 y189 w80 h30 , Rythm-Bonus
- Gui, Add, DropDownList, vrythmBtune x322 y189 w75 h20 r10 , %tuning%
- Gui, Add, Text, x402 y189 w50 h20 , Difficulty :
- Gui, Add, DropDownList, vrythmBdiff x452 y189 w30 h21 r7 , %difflist%
- Gui, Add, CheckBox, vbassB x242 y239 w80 h30 , Bass-Bonus
- Gui, Add, DropDownList, vbassBtune x322 y239 w75 h21 r10 , %tuning%
- Gui, Add, Text, x402 y239 w50 h20 , Difficulty :
- Gui, Add, DropDownList, vbassBdiff x452 y239 w30 h21 r7 , %difflist%
- Gui, Add, Text, x12 y99 w90 h20 +Right, Version :
- Gui, Add, Text, vv1 x110 y99 w30 h20 +center, 0
- Gui, Add, UpDown, x135 y99 w20 h20 , UpDown
- Gui, Add, Text, vv2 x150 y99 w30 h20 +Center, 0
- Gui, Add, UpDown, x175 y99 w20 h20 , UpDown
- Gui, Add, Text, vv3 x190 y99 w30 h20 +Center, 0
- Gui, Add, UpDown, x215 y99 w20 h20 , UpDown
- ;version variables :
- GuiControl,,v1, 1
- Gui, Add, Text, x22 y279 w90 h20 +Right, Riff Repeater :
- Gui, Add, DropDownList, vriffrepeater x122 y279 w70 h20 r2, Yes||No
- Gui, Add, Text, x212 y279 w90 h20 +Right, Dynamic Difficulty :
- Gui, Add, DropDownList, vdd x312 y279 w70 h20 r2, Yes||No
- Gui, Add, CheckBox, vlyrics x400 y279 w80 h30 , Lyrics
- Gui, Add, Text, x22 y319 w90 h20 +Right, Custom Tones :
- Gui, Add, DropDownList, vcustomtones x122 y319 w70 h20 r2, Yes||No
- Gui, Add, Text, x192 y319 w85 h20 +Right, Scroll Speed :
- Gui, Add, Text, vspeed1 x280 y319 w30 h20 +center, 0
- Gui, Add, UpDown, x305 y319 w20 h20 , UpDown
- Gui, Add, Text, vspeed2 x315 y319 w30 h20 +Center, 0
- Gui, Add, UpDown, x340 y319 w20 h20 , UpDown
- GuiControl,,speed1, 1
- GuiControl,,speed2, 5
- Gui, Add, Text, x242 y99 w60 h20 +Right, Package ID :
- Gui, Add, DropDownList, vappidspack x312 y99 w170 h20 r40, %appid%
- Gui, Add, Text, x12 y359 w100 h20 , PC CDLC Link :
- Gui, Add, Edit, vpcurl x122 y359 w360 h20 , http://www.
- Gui, Add, Text, x12 y389 w100 h20 , MAC CDLC Link :
- Gui, Add, Edit, vmacurl x122 y389 w360 h20 , http://www.
- Gui, Add, Text, x12 y419 w100 h20 , X360 CDLC Link :
- Gui, Add, Edit, vx360url x122 y419 w360 h20 , http://www.
- Gui, Add, Text, x12 y449 w100 h20 , PS3 CDLC Link :
- Gui, Add, Edit, vps3url x122 y449 w360 h20 , http://www.
- Gui, Add, Text, x12 y479 w100 h20 , AlbumArt Link :
- Gui, Add, Edit, valbumarturl x122 y479 w360 h20 , http://www.%A_space%%A_space%%A_space%.png
- Gui, Add, Text, x12 y509 w100 h20 , Preview Link :
- Gui, Add, Edit, vpreviewurl x122 y509 w360 h20 , http://www.youtube.com/MyVideoId
- Gui, Add, Edit, vcomments x12 y539 w290 h100 , Post comment such as :`nHello,`nHere is `%songname`% by `%artist`% by there album `%album`%.`nI hope you will like it as I do.`nAlso if you think this is good to be Approuved feel free to tell it by speading the word :).
- Gui, Add, Text, x302 y539 w190 h70 +Center, Tips `n`%songname`% = Your song title`n`%album`% = Your song Album name`n`%artist`% = Your CDLC Artist name.
- Gui, Add, Button, gparse x352 y609 w100 h30 , Create My Post !
- lbar = 100
- ltext = Work done it should open now.
- GuiControl,99:,loadingbar, %lbar%
- GuiControl,99:,loadtext, %ltext%
- sleep, 1234
- Gui, Show, h645 w490, %softname% - %version%
- Gui,99:Destroy
- Return
- ;credit Baoulettes btw :)
- parse:
- gui, submit,nohide
- GuiControlGet, v1
- GuiControlGet, v2
- GuiControlGet, v3
- GuiControlGet, speed1
- GuiControlGet, speed2
- FormatTime, currentday,, ShortDate
- if leaddiff = 0
- {
- leaddiff = http://i1176.photobucket.com/albums/x337/Baoulettes/1-10.png
- }
- if leaddiff = 1
- {
- leaddiff = http://i1176.photobucket.com/albums/x337/Baoulettes/2-10.png
- }
- if leaddiff = 2
- {
- leaddiff = http://i1176.photobucket.com/albums/x337/Baoulettes/3-4.png
- }
- if leaddiff = 3
- {
- leaddiff = http://i1176.photobucket.com/albums/x337/Baoulettes/4-4.png
- }
- if leaddiff = 4
- {
- leaddiff = http://i1176.photobucket.com/albums/x337/Baoulettes/5-4.png
- }
- if leaddiff = 5
- {
- leaddiff = http://i1176.photobucket.com/albums/x337/Baoulettes/6-1.png
- }
- if leaddiff = 6
- {
- leaddiff = http://i1176.photobucket.com/albums/x337/Baoulettes/7-1.png
- }
- if leadBdiff = 0
- {
- leadBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/1-10.png
- }
- if leadBdiff = 1
- {
- leadBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/2-10.png
- }
- if leadBdiff = 2
- {
- leadBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/3-4.png
- }
- if leadBdiff = 3
- {
- leadBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/4-4.png
- }
- if leadBdiff = 4
- {
- leadBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/5-4.png
- }
- if leadBdiff = 5
- {
- leadBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/6-1.png
- }
- if leadBdiff = 6
- {
- leadBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/7-1.png
- }
- if rythmdiff = 0
- {
- rythmdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/1-10.png
- }
- if rythmdiff = 1
- {
- rythmdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/2-10.png
- }
- if rythmdiff = 2
- {
- rythmdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/3-4.png
- }
- if rythmdiff = 3
- {
- rythmdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/4-4.png
- }
- if rythmdiff = 4
- {
- rythmdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/5-4.png
- }
- if rythmdiff = 5
- {
- rythmdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/6-1.png
- }
- if rythmdiff = 6
- {
- rythmdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/7-1.png
- }
- if rythmBdiff = 0
- {
- rythmBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/1-10.png
- }
- if rythmBdiff = 1
- {
- rythmBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/2-10.png
- }
- if rythmBdiff = 2
- {
- rythmBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/3-4.png
- }
- if rythmBdiff = 3
- {
- rythmBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/4-4.png
- }
- if rythmBdiff = 4
- {
- rythmBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/5-4.png
- }
- if rythmBdiff = 5
- {
- rythmBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/6-1.png
- }
- if rythmBdiff = 6
- {
- rythmBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/7-1.png
- }
- if bassdiff = 0
- {
- bassdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/1-10.png
- }
- if bassdiff = 1
- {
- bassdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/2-10.png
- }
- if bassdiff = 2
- {
- bassdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/3-4.png
- }
- if bassdiff = 3
- {
- bassdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/4-4.png
- }
- if bassdiff = 4
- {
- bassdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/5-4.png
- }
- if bassdiff = 5
- {
- bassdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/6-1.png
- }
- if bassdiff = 6
- {
- bassdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/7-1.png
- }
- if bassBdiff = 0
- {
- bassBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/1-10.png
- }
- if bassBdiff = 1
- {
- bassBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/2-10.png
- }
- if bassBdiff = 2
- {
- bassBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/3-4.png
- }
- if bassBdiff = 3
- {
- bassBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/4-4.png
- }
- if bassBdiff = 4
- {
- bassBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/5-4.png
- }
- if bassBdiff = 5
- {
- bassBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/6-1.png
- }
- if bassBdiff = 6
- {
- bassBdiff = http://i1176.photobucket.com/albums/x337/Baoulettes/7-1.png
- }
- IfGreater, speed1, 4
- {
- msgbox, Your scroll speed must be between "4.5" and "1.0".`n4.5 is the slowerest.`n2.0 is the default value in toolkit.`n1.5 is great value for visuality.`nCheck the first number thank you.
- return
- }
- If speed1 = 0
- {
- msgbox, Your scroll speed must be between "4.5" and "1.0".`n4.5 is the slowerest.`n2.0 is the default value in toolkit.`n1.5 is great value for visuality.`nCheck the first number thank you.
- return
- }
- If speed2 = 0
- {
- msgbox, Your scroll speed must be between "4.5" and "1.0".`n4.5 is the slowerest.`n2.0 is the default value in toolkit.`n1.5 is great value for visuality.`nCheck the second number thank you.
- return
- }
- if v1 =
- {
- msgbox, Your version number can not be less than 1.0.0 `nCheck it thank you.
- return
- }
- if v1 = 0
- {
- msgbox, Your version number can not be less than 1.0.0 `nCheck it thank you.
- return
- }
- IfGreater, v1, 9
- {
- msgbox, Your version number can not be highter than than 9.9.9 `nCheck it thank you.
- return
- }
- IfGreater, v2, 9
- {
- msgbox, Your version number can not be highter than than 9.9.9 `nCheck it thank you.
- return
- }
- IfGreater, v3, 9
- {
- msgbox, Your version number can not be highter than than 9.9.9 `nCheck it thank you.
- return
- }
- if albumarturl = http://www. .png
- {
- msgbox, You must enter Valid Album Art (Direct Link (url finish by .png / .bmp/ .gif etc.
- return
- }
- if albumarturl = http://www.
- {
- msgbox, You must enter Valid Album Art (Direct Link (url finish by .png / .bmp/ .gif etc.
- return
- }
- if albumarturl = http://www.
- {
- msgbox, You must enter Valid Album Art (Direct Link (url finish by .png / .bmp/ .gif etc.
- return
- }
- if albumarturl = http://www.
- {
- msgbox, You must enter Valid Album Art (Direct Link (url finish by .png / .bmp/ .gif etc.
- return
- }
- if albumarturl =
- {
- msgbox, You must enter Valid Album Art (Direct Link (url finish by .png / .bmp/ .gif etc.
- return
- }
- if lead = 1
- {
- leadok =
- (
- [*]..................................: Lead - %leadtune% [img]%leaddiff%[/img][/*]`n
- )
- }
- if leadb = 1
- {
- leadBok =
- (
- [*]..................................: Lead Bonus - %leadBtune% [img]%leadBdiff%[/img][/*]`n
- )
- }
- if rythm = 1
- {
- rythmok =
- (
- [*]..................................: Rythm - %rythmtune% [img]%rythmdiff%[/img][/*]`n
- )
- }
- if rythmb = 1
- {
- rythmBok =
- (
- [*]..................................: Rythm Bonus - %rythmBtune% [img]%rythmBdiff%[/img][/*]`n
- )
- }
- if bass = 1
- {
- bassok =
- (
- [*]..................................: Bass - %basstune% [img]%bassdiff%[/img][/*]`n
- )
- }
- if bassb = 1
- {
- bassBok =
- (
- [*]..................................: Bass Bonus - %bassBtune% [img]%bassBdiff%[/img][/*]`n
- )
- }
- songname2 = %songname%
- artist2 = %artist%
- StringReplace, comments, comments, `%songname`%, %songname%, All
- StringReplace, comments, comments, `%artist`%, %artist%, All
- StringReplace, comments, comments, `%album`%, %album%, All
- StringReplace, songname2, songname2, %A_Space%,_, All
- StringReplace, songname2, songname2, .,_, All
- StringReplace, artist2, artist2, %A_Space%,_, All
- StringReplace, artist2, artist2, .,_, All
- if previewurl =
- {
- msgbox, You must enter valid preview of your song !`nWithout preview how does peoples could know what they download?`nCheck on youtube or other streaming site to get preview of your song.`nThank you.
- return
- }
- if previewurl = http://www.youtube.com/MyVideoId
- {
- msgbox, You must enter valid preview of your song !`nWithout preview how does peoples could know what they download?`nCheck on youtube or other streaming site to get preview of your song.`nThank you.
- return
- }
- if previewurl = http://www.youtube.com/
- {
- msgbox, You must enter valid preview of your song !`nWithout preview how does peoples could know what they download?`nCheck on youtube or other streaming site to get preview of your song.`nThank you.
- return
- }
- if previewurl = http://www.youtube.com
- {
- msgbox, You must enter valid preview of your song !`nWithout preview how does peoples could know what they download?`nCheck on youtube or other streaming site to get preview of your song.`nThank you.
- return
- }
- if previewurl = http://www.youtube.fr
- {
- msgbox, You must enter valid preview of your song !`nWithout preview how does peoples could know what they download?`nCheck on youtube or other streaming site to get preview of your song.`nThank you.
- return
- }
- if previewurl = http://www.
- {
- msgbox, You must enter valid preview of your song !`nWithout preview how does peoples could know what they download?`nCheck on youtube or other streaming site to get preview of your song.`nThank you.
- return
- }
- if previewurl = http://www
- {
- msgbox, You must enter valid preview of your song !`nWithout preview how does peoples could know what they download?`nCheck on youtube or other streaming site to get preview of your song.`nThank you.
- return
- }
- if pcurl =
- {
- pc1 =
- pc2 =
- pc3 =
- }
- else
- {
- pc1 = PC
- pc2 = [*]PC FILE NAME..............: %songname2%_%artist2%_p.psarc[/*]`n
- pc3 = [url=%pcurl%][PC]%artist% : %songname% V%v1%.%v2%.%v3%[/url]`n
- }
- if macurl =
- {
- mac1 =
- mac2 =
- mac3 =
- }
- else
- {
- mac1 = |MAC
- mac2 = [*]Mac FILE NAME............: %songname2%_%artist2%_m.psarc[/*]`n
- mac3 = [url=%macurl%][MAC]%artist% : %songname% V%v1%.%v2%.%v3%[/url]`n
- }
- if ps3url =
- {
- ps31 =
- ps32 =
- ps33 =
- }
- else
- {
- ps31 = |PS3
- ps32 = [*]PS3 FILE NAME............: %songname2%_%artist2%_ps3.psarc.edat[/*]`n
- ps33 = [url=%ps3url%][PS3]%artist% : %songname% V%v1%.%v2%.%v3%[/url]`n
- }
- if x360url =
- {
- x3601 =
- x3602 =
- x3603 =
- }
- else
- {
- x3601 = |Xbox 360
- x3602 = [*]X360 FILE NAME..........: %songname2%_%artist2%_xbox[/*]`n
- x3603 = [url=%x360url%][X360]%artist% : %songname% V%v1%.%v2%.%v3%[/url]`n
- }
- if lyrics = 1
- {
- lyrics = Yes
- }
- else
- {
- lyrics = No
- }
- post =
- (
- [img]%albumarturl%[/img]
- [list]
- [*]TITLE..........................: %songname%[/*]
- [*]ARTIST.......................: %artist%[/*]
- [*]ALBUM........................: %album%[/*]
- [*]INSTRUMENT(S)..........: [/*]
- %leadok%%leadBok%%rythmok%%rythmBok%%bassok%%bassBok%[*]LYRICS........................: %lyrics%[/*]
- [*]VERSION.....................: %v1%.%v2%.%v3%[/*]
- [*]RIFF REPEATER............: %riffrepeater%[/*]
- [*]DYNAMIC DIFFICULTY...: %dd%[/*]
- [*]CUSTOM TONE..............: %customtones%[/*]
- [*]SCROLL SPEED.............: %speed1%.%speed2%[/*]
- [*]PACKAGE ID.................: %appidspack%[/*]
- [*]PLATFORMS..................: %pc1%%mac1%%ps31%%x3601%[/*]
- %pc2%%mac2%%ps32%%x3602%[/list]
- %comments%
- %pc3%%mac3%%ps33%%x3603%
- [url]%previewurl%[/url]
- [code]
- Change Log:
- %currentday% %v1%.%v2%.%v3% :
- [/code]
- )
- clipboard = %post%
- msgbox, Now past your content in a new thread and click preview and check if all okay :)`n(CTRL+V or Right Click -> paste.)
- return
- GuiClose:
- Filedelete, %A_ScriptDir%\LogoSASPC.png
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment