OpenArena Message Boards

OpenArena Contributions => Development => Topic started by: BLuu on September 20, 2018, 06:48:57 PM



Title: Where can I get a visual studio sln/fileset openable by vs for openarena?
Post by: BLuu on September 20, 2018, 06:48:57 PM
I may be new here, but I'm not new to programming. I wanted to do a special build of openarena with a plugin exclusive to visual studio, is there a pre-made sln file, or any reddomendations on how to import https://github.com/OpenArena/gamecode/ (https://github.com/OpenArena/gamecode/) to vs smoothly? any help would be appreciated, as the build currently fails in vs2010, citing that my "operating system is not supported"(I use windows 10)


Title: Re: Where can I get a visual studio sln/fileset openable by vs for openarena?
Post by: BLuu on September 20, 2018, 06:54:26 PM
I'm going to make an emscripten build of this like quakejs.com did for a separate quake mod


Title: Re: Where can I get a visual studio sln/fileset openable by vs for openarena?
Post by: sago007 on September 22, 2018, 01:25:12 PM
There is no officially supported sln file. You may be inspired by the original solution file from the original idtech3 release (https://github.com/id-Software/Quake-III-Arena/blob/master/code/quake3.sln). But be aware that a some modules have been split and other merged. Example: The bg_* files from code/game need to be included while compiling code/cgame too.