The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
57 views

Dependency setup between libGDX projects in Eclipse IDE

For my game I'd like to create another project that extends the functionality of libGDX and since it will be an independent project it could be easily reusable. How can I achieve this in Eclipse IDE? ...
5
votes
2answers
232 views

Is it legal to pack LibGdx libraries in my jar file? And to obfuscate them?

I'm using LibGDX and deploying a runnable jar file, using the Eclipse feature, with libraries extracted into it. There are also .so files and .dlls inside. 1 . Is it legal to do so? I didn't find ...
1
vote
2answers
294 views

Deploying MonoGame without OpenAL or Installer

I just shipped my first working MonoGame in-development game to one of my friends. He got some OpenAL DLL crashes, until he installed OpenAL. Is there a way to include the OpenAL dependencies somehow ...
2
votes
1answer
127 views

How do I run my XBOX XNA game without a network connection?

I need to demo my XBOX XNA game in college. The college doesn't allow this type of device to connect to the network. I deployed my game to the Xbox and it is sitting in the games list along with my ...
0
votes
0answers
149 views

Mobile game production workflow using Html5 and visual studio

I want to know of any framework, that lets you build/test applications inside Visual Studio using Html5/JS. We need to be able to have an emulator (like the one on android sdk) for as many devices as ...
4
votes
1answer
295 views

Is developing for non-retina iPod Touch/iPhones still worth it for deployment?

We're a couple of guys making games for iPod Touch and iPhone. I personally have an iPhone 4 with the retina display and I'll be using this as my main test device. I have an opportunity to purchase a ...
1
vote
0answers
324 views

Installer for XNA game, NSIS or WIX

I m evaluating Wix vs NSIS for our installer. Requirements: Runs from command (ie I want to run this in many VMs and see the result of the install, email it or something and roll-back the VM ) I can ...
3
votes
1answer
150 views

How can I run my XNA demo straight from a CD?

I was told by a company that better than putting an installer on a CD would be allowing the user to run the demo directly from the CD. Is this even possible when the demo might require things such as ...
8
votes
1answer
377 views

How do “game maker” tools like Blitz3D create .exe files?

There are several applications like Blitz3D or other kinds of game construction tools that compile scripts or other game data to a single executable file. How do they do that?
18
votes
1answer
621 views

How can I get my game to show up in the Games Explorer on Windows?

I want to create an installer for a game which allows for an icon to be put in the Games Explorer for Vista and Windows 7. I have created the GDF, then built the script for project and obtained the ...