User Tools

Site Tools


proton_vsrename

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
proton_vsrename [2012/01/23 22:07] sethproton_vsrename [2012/07/30 06:53] seth
Line 23: Line 23:
 Now, at this point you can open windows/lasercats.sln and build the game for windows and it should work.  (Don't forget to rebuild your resources with media/build_media.bat ) Now, at this point you can open windows/lasercats.sln and build the game for windows and it should work.  (Don't forget to rebuild your resources with media/build_media.bat )
  
-=== Android considerations === +=== Warning! ===
-But - one fault of vsrename is it doesn't change directory names, and android does have a directory named the app name.. so you'll have to **rename android/src/com/rtsoft/barebones** to **android/src/com/mycompany/lasercats**.+
  
-There are probably other things you'll end up having to hand tweak as you build for each platformfeel free to add them here.+Don't use an underscore in the name, it screws up the android build. 
 + 
 +=== Android notes === 
 +If you're doing Android, you'll probably want to look over the following files by hand to tweak things: 
 + 
 +  * android/AndroidManifest.xml (change the name of the appmight be in two places in this file) 
 +  * android/res/values/strings.xml (to change the display name of the app, unless it was hardcoded in the manifest) 
 +  * android/res/drawable/icon.png (change the app icon) 
 +  * android/build_prepare.bat (any special needs for file resource file copying you would add here)
  
 === Summary === === Summary ===
-And there go, more or less ready to go.  Keep in mind you can't move this project directory anywhere, you need to keep it in the same directory as proton's shared directory, as most of the scripts and tools use relative paths to minimize setup.+And there you go, more or less ready.  Keep in mind you can't move this project directory anywhere, you need to keep it in the same directory as proton's shared directory, as most of the scripts and tools use relative paths to minimize setup.
  
 It IS possible to do directory checkout of your own svn located inside of your svn proton checkout btw - it's what I do for client projects, works like charm. It IS possible to do directory checkout of your own svn located inside of your svn proton checkout btw - it's what I do for client projects, works like charm.
  
proton_vsrename.txt · Last modified: 2023/06/09 00:46 by seth