Make sure to change the GUID in AssemblyInfo.cs. With the current GUID, Attack will overwrite Alien Game for anybody who already has it. You can make a new GUID by selecting Create GUID from the Tools menu of VS.
Also, you might want to consider RIG for deployment. RIG will take care of the font issues, among other benefits.
Make sure to change the GUID in AssemblyInfo.cs. With the current GUID, Attack will overwrite Alien Game for anybody who already has it. You can make a new GUID by selecting Create GUID from the Tools menu of VS.
Also, you might want to consider RIG for deployment. RIG will take care of the font issues, among other benefits.
cool, thanks for the convenient link in your sig. haha
cool, thanks for the convenient link in your sig. haha
is this RIG stuff pretty easy to figure out?
So far it's varied from person to person but if you read the manual carefully you shouldn't have any problems. The largest issue so far is people not putting the correct GUID in the config file for their applications, so if you get that right, you're most of the way there.
There was an error creating the font: Font 'Palatino Linotype' does not support style 'Regular'.
I know the font is installed, when I installed the font from the folder, there was prompt saying that it was already installed but I installed it anyway because...well because I wanted to. :-)
There was an error creating the font: Font 'Palatino Linotype' does not support style 'Regular'.
I know the font is installed, when I installed the font from the folder, there was prompt saying that it was already installed but I installed it anyway because...well because I wanted to. :-)
No. Open up the spritefont files in the Content folder, find the one that says "Palatino Linotype", and change where it says Regular to Roman or Book. If that doesn't work, switch it back to regular and change it to another font (like Times New Roman or Garamond).
No. Open up the spritefont files in the Content folder, find the one that says "Palatino Linotype", and change where it says Regular to Roman or Book. If that doesn't work, switch it back to regular and change it to another font (like Times New Roman or Garamond).
Took me long enough but it works. I had to change it to Times New Roman since changing the sytles didn't work.