.9.92 gameproj on .9.90

iScetiScet Member Posts: 30
edited May 2012 in Working with GS (Mac)
I remember someone having a way to do this previously I believe maybe? I can't find the forum on here and I don't want to update or even edit it in .9.92... I really wanna continue my project on .9.90 if possible.

Best Answer

Answers

  • jimmyellingerjimmyellinger Member Posts: 13
    Open the Terminal and type the following commands:

    Step 1: cd yourGame.proj
    Step 2: find . -type f -name "*.xml" -exec sed -i "" 's/0.9.92/0.9.90/g' {} \;
Sign In or Register to comment.