444 / 348 / 32
Регистрация: 16.10.2010
Сообщений: 842
Записей в блоге: 7
1

Дружим XNA с Visual Studio 2013/2012 (+русификация)

30.06.2013, 22:51. Показов 36971. Ответов 1
Метки нет (Все метки)

Самый простой способ

Сложный способ №1 (только для 2013)
Установить XNA. Если появится ошибка, перейти в C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\Setup и установить всё, что получится.
После чего скопировать папку, что из->XNA Game Studio 4.0.rar (если не сработает, то из->try it if other extension is not working.zip) в C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft.
Затем Windows+R (меню выполнить) ввести такую строку "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe" /setup

Сложный способ №2
Visual Studio 2013:
1) First, install XNA Game Studio 4.0. The easiest way is to install the Windows Phone SDK 7.1 which contains everything required.
2) Copy the XNA Game Extension from VS 10 to VS 13 using (may vary if not x64 computer with defaults paths) :
xcopy /e "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Microsoft\XNA Game Studio 4.0" "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\XNA Game Studio 4.0"
3) Then, open the file extension.vsixmanifest in the latter directory
Upgrade the Supported product version to match the new version:
XML
1
2
3
4
5
6
7
8
9
<SupportedProducts>
  <VisualStudio Version="12.0">
    <Edition>VSTS</Edition>
    <Edition>VSTD</Edition>
    <Edition>Pro</Edition>
    <Edition>VCSExpress</Edition>
    <Edition>VPDExpress</Edition>
  </VisualStudio>
</SupportedProducts>
4) You may have to run the command to tells Visual Studio that new extensions are available. If you see an 'access denied' message, try launching the console as an administrator. "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe" /setup
Visual Studio 2012:
1) First, install XNA Game Studio 4.0. The easiest way is to install the Windows Phone SDK 7.1 which contains everything required.
2) Copy the XNA Game Extension from VS 10 to VS 12 using (may vary if not x64 computer with defaults paths) :
xcopy /e "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Microsoft\XNA Game Studio 4.0" "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Microsoft\XNA Game Studio 4.0"
3) Then, open the file extension.vsixmanifest in the latter directory
Upgrade the Supported product version to match the new version:
XML
1
2
3
4
5
6
7
8
9
<SupportedProducts>
  <VisualStudio Version="11.0">
    <Edition>VSTS</Edition>
    <Edition>VSTD</Edition>
    <Edition>Pro</Edition>
    <Edition>VCSExpress</Edition>
    <Edition>VPDExpress</Edition>
  </VisualStudio>
</SupportedProducts>
4) You may have to run the command to tells Visual Studio that new extensions are available. If you see an 'access denied' message, try launching the console as an administrator. "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe" /setup

Если возникает ошибка при запуске установщика.
To manually install XNA Game Studio 4.0/4.0 Refresh:

Note - if you are running a 64-bit version of Windows, you will need to use %programfiles(x86)% instead of %programfiles% for the installation paths.

Download xnags40_setup.exe and save it to your hard drive
Run xnags40_setup.exe /x to extract the contents to a folder of your choosing
Go to the folder you extracted to in step 2 and run the MSI named redists.msi
Note: This MSI will only display a small progress bar while it is installing and will not tell you when it is done. When the progress bar disappears, continue to the next step.

Run the MSI at %ProgramFiles%\Microsoft XNA\XNA Game Studio\v4.0\Setup\XLiveRedist.msi
Run the MSI at %ProgramFiles%\Microsoft XNA\XNA Game Studio\v4.0\Redist\XNA FX Redist\xnafx40_redist.msi
Run the MSI at %ProgramFiles%\Microsoft XNA\XNA Game Studio\v4.0\Setup\xnaliveproxy.msi
Run the MSI at %ProgramFiles%\Microsoft XNA\XNA Game Studio\v4.0\Setup\xnags_platform_tools.msi
Run the MSI at %ProgramFiles%\Microsoft XNA\XNA Game Studio\v4.0\Setup\xnags_shared.msi
For not refresh version run the MSI at %ProgramFiles%\Microsoft XNA\XNA Game Studio\v4.0\Setup\xnags_documentation.msi
Run the MSI at %ProgramFiles%\Microsoft XNA\XNA Game Studio\v4.0\Setup\xnags_visualstudio.msi
Go to the folder you extracted to in step 2 and run the MSI named arpentry.msi

Обсуждение этой темы ведётся тут.

Дружим XNA с Visual Studio 2013/2012 (+русификация)
6
Programming
Эксперт
94731 / 64177 / 26122
Регистрация: 12.04.2006
Сообщений: 116,782
30.06.2013, 22:51
Ответы с готовыми решениями:

XNA Game Studio 4.0 и Visual Studio 2013 / 2012 на русском
Купил Visual Studio 2013, столкнулся с проблемой установки в нее XNA Game Studio. Может быть есть...

Как установить XNA 4 в Visual Studio 2012
Всё в названии темы )

Можно ли установить XNA в Visual Studio 2012?
подскажите, пожалуйста, можно ли установить XNA GAME STUDIO для 2012 студии, а то работал раньше в...

Стоит ли переходить на Visual Studio 2013 Express c Visual Studio 2012 Ultimate
Слишком дорого стоят полные версии. Какие значимые функции теряются при переходе на версию Express ?

1
Нарушитель
Эксперт С++
3562 / 2817 / 450
Регистрация: 03.05.2011
Сообщений: 5,193
Записей в блоге: 22
20.12.2013, 23:47 2
русификация XNA - сам пак не устанавливается, просит 2010 студию, но вытащить из него xml можно. Скопировать в соответствующую папку с заменой файлов.
Миниатюры
Дружим XNA с Visual Studio 2013/2012 (+русификация)  
Вложения
Тип файла: 7z RU.7z (114.0 Кб, 485 просмотров)
2
IT_Exp
Эксперт
87844 / 49110 / 22898
Регистрация: 17.06.2006
Сообщений: 92,604
20.12.2013, 23:47
Помогаю со студенческими работами здесь

Интерфейс приложений в стиле Office 2013, Visual Studio 2012/2013, Adobe CC
Привет программистам!) Я начинающий программист... C# изучаю на данный момент. Хочу разработать...

Не устанавливается Visual Studio 2012/2013
Не могу установить Visual Studio 2012/2013 на свой пк. При запуске установщика появляется лого и...

Не устанавливается Visual Studio (2010, 2012, 2013)
Добрый день! Недавно потребовалось установить VS (сам пользуюсь Mono), но столкнулся с проблемой......

Visual Studio 2012/2013 на х64-системе
Сейчас стоит windows 8 x86. Студия 2013 сьедает при открытии хелловорлда около 100 мб. Но на х86 не...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
2
Закрытая тема Создать тему
Опции темы

КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2023, CyberForum.ru