About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Player reference
Post: Player reference

Code: Reference<Player> _player; Code: void SpawnPlayer() {    ObjectPtr obj = UID(2865708687, 1219997202, 4249387177, 1710230049);    _player = (Player*)Game.World.objCre...
Xardas Beginner Questions 0 2,158 08-12-2018, 08:17 PM
  Thread: Fade out object
Post: Fade out object

I can fade out an object placed in the world by changing the technique of the material to "Test Blend Light" and adjusting the alpha value of the material in code. But this changes the material for al...
Xardas Beginner Questions 0 2,185 08-11-2018, 09:57 AM
  Thread: Align GuiObj
Post: RE: Align GuiObj

Thank you, now I see the image. Yes I know about the way screen coordinates work in Esenthel. I was actually trying to make it so the image is drawn using its actual size, so that at a higher game r...
Xardas Beginner Questions 6 4,366 08-09-2018, 12:21 PM
  Thread: Align GuiObj
Post: RE: Align GuiObj

Ok, but I can't figure out how to manually draw something to the bottom-right, for example: Code: image->draw(Rect(D.aspectRatio() - (image->w() / D.screenW()), -1 + (image->h() / D.screenH...
Xardas Beginner Questions 6 4,366 08-09-2018, 11:18 AM
  Thread: Align GuiObj
Post: Align GuiObj

Is it possible to align gui objects at all? Ideally, I would like to create my HUD in the editor and align various gui objects to the top-left corner, bottom-right corner etc., no matter what aspect ...
Xardas Beginner Questions 6 4,366 08-09-2018, 10:15 AM
  Thread: Pickup actor or object
Post: RE: Pickup actor or object

Weird, I just double checked and there doesn't appear to be a difference between the two version with regards to CPU usage. Either one takes up 10-20% just having a code file open according to Window...
Xardas Beginner Questions 4 3,330 08-08-2018, 11:43 AM
  Thread: Pickup actor or object
Post: RE: Pickup actor or object

Thank you, I'll try that! Btw, I've just switched from the Steam version to the one offered on your website. I did it because it said the Bloody Massacre project did not work with the version from St...
Xardas Beginner Questions 4 3,330 08-08-2018, 10:48 AM
  Thread: Pickup actor or object
Post: Pickup actor or object

Hi, I am quite impressed by this engine, but there are still some things that I need to wrap my head around. For example, how do I create a simple pickup object, that triggers a function when I (the ...
Xardas Beginner Questions 4 3,330 08-08-2018, 09:10 AM