About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Character Animation
Post: Character Animation

Alright so I have a few character models that I have purchased. They are pre-animated, and I have them in DAE format. When I drop them into Esenthel, I can play the animation by sliding on that time b...
unforgivenhero Support 0 2,633 03-14-2012, 09:25 PM
  Thread: Loading game from main menu
Post: RE: Loading game from main menu

ok ill try this. thanks!
unforgivenhero Support 8 6,804 07-30-2011, 12:11 AM
  Thread: Loading game from main menu
Post: RE: Loading game from main menu

Hmm that might work but what happens if someone wants to disregard their old saved game and start a new game? I'm thinking about trying an if then statement in the update part of StateGame that will l...
unforgivenhero Support 8 6,804 07-29-2011, 10:29 PM
  Thread: Loading game from main menu
Post: RE: Loading game from main menu

Here is the function of the load button from the main menu: Code: static void Load   (Ptr) {MM.window1.fadeOut() ,             &...
unforgivenhero Support 8 6,804 07-29-2011, 10:16 PM
  Thread: Loading game from main menu
Post: RE: Loading game from main menu

should i write the line of code to load the saved game inside the menu.cpp file or the game.cpp one? Because I've tried loading the game.cpp file then hitting the F3 key to load the game but it doesn'...
unforgivenhero Support 8 6,804 07-29-2011, 09:01 PM
  Thread: Loading game from main menu
Post: Loading game from main menu

Hey everyone, I'm having a bit of trouble loading a saved game from my main menu. Basically, I have all the saving and loading functionality programmed in my game.cpp file. However, I want to be able ...
unforgivenhero Support 8 6,804 07-29-2011, 01:51 PM
  Thread: Can't compile bloody massacre
Post: RE: Can't compile bloody massacre

okay thanks a lot!
unforgivenhero Support 2 3,388 07-23-2011, 11:04 PM
  Thread: Can't compile bloody massacre
Post: Can't compile bloody massacre

Does anyone know how to compile bloody massacre? I updated the engine and I'm getting an error about the .lib file. Has the engine been updated too much that compiling bloody massacre is now impossibl...
unforgivenhero Support 2 3,388 07-23-2011, 09:29 PM
  Thread: Need help understanding FPS code
Post: RE: Need help understanding FPS code

Alright, ill try that
unforgivenhero Support 5 5,091 07-22-2011, 11:54 AM
  Thread: Need help understanding FPS code
Post: RE: Need help understanding FPS code

Alright so I decided to keep everything in my player source file where I declared the STRUCT(Player ,Game::Chr) to extend the game character class and create the player. However, I'm having a bit of t...
unforgivenhero Support 5 5,091 07-21-2011, 08:43 PM
  Thread: Creating Lights
Post: RE: Creating Lights

okay thanks!
unforgivenhero Graphics 6 6,275 07-21-2011, 12:54 AM
  Thread: Creating Lights
Post: Creating Lights

Hey guys, I'm a little confused on how to add lights to my game. I tried adding a light_point object in the world editor, but that does not create any light. I already programmed my game.cpp file to l...
unforgivenhero Graphics 6 6,275 07-20-2011, 10:44 PM
  Thread: Need help understanding FPS code
Post: RE: Need help understanding FPS code

Alright, I'll try implementing the methods inside the player structure then.
unforgivenhero Support 5 5,091 07-18-2011, 12:38 PM
  Thread: Need help understanding FPS code
Post: Need help understanding FPS code

Alright so I've been spending a while looking at all the Bloody Massacre code and have simultaneously been working on a FPS project. However, I am having trouble understanding how the player works in ...
unforgivenhero Support 5 5,091 07-18-2011, 12:45 AM
  Thread: Can't load obj_type.enum
Post: RE: Can't load obj_type.enum

ah ok that id the trick. thanks
unforgivenhero Support 6 5,583 06-28-2011, 02:06 PM
  Thread: Can't load obj_type.enum
Post: RE: Can't load obj_type.enum

obj_type.enum.h contains the defaults, I copied it over from the Esenthel sdk folder. The path is correct but it still won't load. I declare #include "../Requiem/Data/Enum/_enums.h" at the top of my ...
unforgivenhero Support 6 5,583 06-27-2011, 10:18 PM
  Thread: Can't load obj_type.enum
Post: RE: Can't load obj_type.enum

1) Yes I am 2) Tried that and I'm getting: "error C2011: 'OBJ_TYPE' : 'enum' type redefinition 1> x:\game projects\requiem\data\enum\obj_type.enum.h(3) : see declaration of 'OBJ_TYPE'." ...
unforgivenhero Support 6 5,583 06-27-2011, 03:08 AM
  Thread: Can't load obj_type.enum
Post: Can't load obj_type.enum

Alright so no matter what I try, I cannot get my game to load obj_type.enum. The paths to the h files are correct, but the game won't load it. I even built my world in the editor and tried copying ove...
unforgivenhero Support 6 5,583 06-27-2011, 02:25 AM
  Thread: Make video loop?
Post: RE: Make video loop?

ok thanks :). Shouldn't be too hard to track that.
unforgivenhero Support 2 3,316 06-23-2011, 08:56 PM
  Thread: Make video loop?
Post: Make video loop?

How can I make a theora video loop? Pretty basic I bet but can't figure it out from the header file and couldn't find anything using the search function on the forums. Thanks in advance!
unforgivenhero Support 2 3,316 06-23-2011, 04:33 PM