Author Topic: New/Updated Skins Batch Released (Aug 3, 2021)  (Read 543 times)

Offline hitech

  • Administrator
  • Administrator
  • *****
  • Posts: 12425
      • http://www.hitechcreations.com

Offline Devil 505

  • Aces High CM Staff
  • Plutonium Member
  • *******
  • Posts: 9183
Re: New/Updated Skins Batch Released (Aug 3, 2021)
« Reply #1 on: August 03, 2021, 10:37:28 AM »
Thanks HiTech.
Kommando Nowotny

FlyKommando.com

Offline Vraciu

  • Plutonium Member
  • *******
  • Posts: 14206
Re: New/Updated Skins Batch Released (Aug 3, 2021)
« Reply #2 on: August 03, 2021, 10:40:19 AM »
Thanks, Hitech.  Dang that was fast.
”KILLER V”
Charter Member of the P-51 Mustang Skin Mafia
- THE DAMNED -
King of the Hill Champ Tour 219 - Win Percentage 100
"1v1 Skyyr might be the best pilot ever to play the game." - Via PM, Name Redacted

Offline oboe

  • Plutonium Member
  • *******
  • Posts: 9805
Re: New/Updated Skins Batch Released (Aug 3, 2021)
« Reply #3 on: August 03, 2021, 10:43:50 AM »
 :rock

Offline hitech

  • Administrator
  • Administrator
  • *****
  • Posts: 12425
      • http://www.hitechcreations.com
Re: New/Updated Skins Batch Released (Aug 3, 2021)
« Reply #4 on: August 03, 2021, 11:14:34 AM »
Here is the check list for a skins release.
It now takes me about 15 mins or so.

1. steps before downloading

   Rename /gttest/newskins/update and accepted folders.

   login as skuzzy DO NOT SU TO ROOT
   cd to the skins folder

   a) update
      cd update
           edit the version.sh script with new version number
           run the version.sh script

   b) accepted
      edit the version.sh script with new version number
      run the version.sh script
2.
   Download the update and accepted folder. To the /gttest/newskins folder

   open command prompt in the /gttest/newskins folder

   run the UdateSkins.php script with php UpdateSkins.php

     This checks outs and adds all updated and adds all new skins files to source safe.

   Change the skins.txt file version
   cd to /gttest/skinsrc
   run  makeskin update validates all skins to be updated
   run makeskin accepted validates all new skins.
   run makeskin make makes all the updated or new skin res files

   Add the new .res files to source safe
   check in all files to source safe

3)
   FTP the new resource files back to BBS in /usr/local/apache/share/skins/skins.
   FTP the new resource files to dload skins folder

   run dbflupld skins.txt from the /gttest/skinsrc folder
   .load skins on the announce channel this will load skins in all running arenas
   
4 )
   in skins/accepted run the mvnew.sh script
   in skins/update run the update.sh scrip
   DELETE all skins in the update folder rm -r *_*
   clean the adopted folder


   cd to skins/skins and run crskinpack.php this creates zip files for new or changed skins

   ftp -i dloadb
   cd /usr/local/apache/share/htdocs/dload/zskins
   mput *.zip
   

   run the following sql lines

   update `Skins`.`skins` set ReleaseDate = NOW(),ReleaseSignOff = 113 where Status = 'Accepted'
   update `Skins`.`skins` set Status = 'Released' where Status = 'Accepted'

   edit the newskins/getnew.php file to change the release date.
   run the getnew.php >new.txt

   now run the update sql line

   update `Skins`.`skins` set Status = 'Released' where Status = 'Updated'
        Cut and paste the skins in new.txt to the bbs


   build the full skin release files with
   ahiiiskins1tof.nsi and   ahiiiskinsgtoz.nsi
   sign the output files in C:\BUILDER\skin_builders
   upload to dload root html folder

Offline Vraciu

  • Plutonium Member
  • *******
  • Posts: 14206
Re: New/Updated Skins Batch Released (Aug 3, 2021)
« Reply #5 on: August 03, 2021, 11:47:57 AM »
Holy crap!   :confused:
”KILLER V”
Charter Member of the P-51 Mustang Skin Mafia
- THE DAMNED -
King of the Hill Champ Tour 219 - Win Percentage 100
"1v1 Skyyr might be the best pilot ever to play the game." - Via PM, Name Redacted

Offline Greebo

  • Skinner Team
  • Platinum Member
  • ******
  • Posts: 7075
Re: New/Updated Skins Batch Released (Aug 3, 2021)
« Reply #6 on: August 04, 2021, 10:16:23 AM »
Thanks for doing it so fast Hitech. Interesting to see what you need to do to process them too.