The loading tag has no wiki summary.
3
votes
1answer
403 views
How to load data for specific level at runtime?
I'm trying to create a game with many levels loaded from XML files. In my game I have many objects in each level.
At present my game contains 20 levels, and I load all the textures at once on ...
0
votes
0answers
30 views
Apply bone tranforms when importing FBX in XNA
Preconditions: I have some models, that does only contain some meshes and one texture. There is no animation within the model. An example: a model of a table.
I want to draw the Model with a custom ...
1
vote
1answer
97 views
Terrain square loading
Games like Skyrim, Morrowind, and more are using quads or square to divide the terrain if im correct. The player is always at #5
1 | 2 | 3
4 | 5 | 6
7 | 8 | 9
So whenever you cross the border you ...
0
votes
0answers
60 views
Saving and Loading the Game (Automatically or Manually) via Internal Storage Only (Tablet PC Issues)
Here is my question. When making a game app for Android, I considered first the device. It's no problem to save progress everything (from levels to records) on a smartphone because it has an SD Card ...
-3
votes
1answer
85 views
Auto Save and Auto Load Game onto the Device's Storage Concept Question [closed]
I'm trying to make a simple app that will test the save and load state. Is it a good idea to make an app that has an auto save and load game feature only every time the newbies open the first app then ...
0
votes
2answers
163 views
Logic / Render phases with a single thread
The question I have may generate different opinions from different developers, but I'd still like to have an answer on this.
Its all about the updating and rendering steps of the game loop, and their ...
-1
votes
1answer
327 views
Asset missing problem XNA
I'm using VS2010 with XNA 4.0 and I'm trying to load an FBX model with texture on the screen. The problem I'm having is this error:
Missing Asset: C:\Users\ChocoMan\Documents\Visual Studio ...
2
votes
5answers
885 views
Xna Loading Screens
I'm making a 2D XNA game. I'd like to implement loading screens when stuff has to load for a while. Like when I login to an account, connect to the server, and generate worlds. I'm pretty sure it ...
6
votes
1answer
561 views
Are there any open source Source engine VTX/VVD viewers?
I've been playing with loading and displaying Source Engine models (TF2, specifically) and have had mild success, but there are some aspects of it that are eluding me still. I've been primarily ...
-1
votes
1answer
226 views
How to reduce the time it takes to load my web game? [closed]
I created a puzzle game with Unity and uploaded it to one server. This works fine, but I bought a new server and uploaded my game to it as well. There, the loading time is much longer.
These are the ...
1
vote
2answers
264 views
Dynamically load images inside jar
I'm using Slick2d for a game, and while it runs fine in Eclipse, i'm trying to figure out how to make it work when exported to a runnable .jar. I have it set up to where I load every image located in ...
1
vote
2answers
176 views
Optimization and Saving/Loading
I'm developing a 2D tile based game and I have a few questions regarding it.
First I would like to know if this is the correct way to structure my Tile class:
namespace TileGame.Engine {
public ...
1
vote
1answer
178 views
Hidden Loading with UDK
I was wondering, how would I go about creating hidden loading scenes with UDK? For example, a character walks in to an elevator, the elevator fakes movement, whilst the previous floor is destroyed and ...
5
votes
1answer
182 views
Loading content (meshes, textures, sounds) in the background
In my game, I am aiming for a continuous world, that is, a world where you can go anywhere without breaking the immersion through load times and "virtual seams".
My world is broken up into regions, ...
0
votes
1answer
2k views
DevIL image library isn't loading my image
This is the first time I've had this problem, my code just won't load the images I need it to.
Here is my first function for loading the image into data:
void ...