Author Topic: .cbp file disappeared  (Read 1826 times)

Offline codinglexernewbie

  • Multiple posting newcomer
  • *
  • Posts: 12
.cbp file disappeared
« on: December 26, 2022, 10:11:04 pm »
i renamed the project, and played around with git, but before i realized it, the .cbp disappeared, i have the rest of the files, how do i make a new .cbp file or restore the old one?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2774
Re: .cbp file disappeared
« Reply #1 on: December 27, 2022, 06:46:57 am »
When that happens to me, I move the good files to a safe place.

Then recreate a new project just like the one I did for the original.

Then I just copy the old saved files back to the original location. The new .cbp file should now be pointing to the files originally in the deleted .cbp .

Be sure to add any files not in the original .cbp with MainMenu->project->add files.

Also re-change any options you may have changed for the original project.

You're now back in business.
« Last Edit: December 27, 2022, 06:48:50 am by Pecan »