About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: item stacking
Post: RE: item stacking

just a suggestion, you could add new stack variable in your item class and whenever new item is added to the item container you can check if the same item already exists. if so then just increase the ...
Rabishan Beginner Questions 3 3,875 11-21-2013, 09:24 AM
  Thread: 'Const' objects and savings
Post: RE: 'Const' objects and savings

yes, its a strange feature.
Rabishan Game Classes 5 6,173 07-28-2013, 06:05 AM
  Thread: 'Const' objects and savings
Post: RE: 'Const' objects and savings

i see. thanks for the quick reply.
Rabishan Game Classes 5 6,173 07-26-2013, 11:31 AM
  Thread: 'Const' objects and savings
Post: 'Const' objects and savings

Hi Esenthel and Community, i think there is some problem in the saving of the 'const' objects. when placed the 'const' objects directly in the map EE doesn't save them as expected. But when i create ...
Rabishan Game Classes 5 6,173 07-26-2013, 11:24 AM
  Thread: MusicThemes
Post: RE: MusicThemes

thanks for the suggestions. i will give it a try. Edit: great! it worked.
Rabishan Support 3 4,284 07-11-2013, 12:26 PM
  Thread: MusicThemes
Post: MusicThemes

hi, might be a noob question. but i can't find out how to remove songs from EE music themes. i need this because we play different music themes for different worlds. thanks in advance.
Rabishan Support 3 4,284 07-10-2013, 06:25 AM
  Thread: mesh->showAll() mesh->hideAll() don't exist anymore?
Post: mesh->showAll() mesh->hideAll() don't exist anymor...

hi esenthel, in EE 1.0 after latest update(build 23) mesh->showAll(), mesh->hideAll() etc don't exist anymore. thanks,
Rabishan Support 5 5,527 05-15-2013, 05:55 AM
  Thread: saving/loading problem
Post: RE: saving/loading problem

Quote:To be honest, you should be letting EE decide what to save. Having conditional saving (i.e. the if statement in your save) is a no no. You will end up with a discrepancy between the number of ob...
Rabishan Beginner Questions 4 3,974 04-11-2013, 12:20 PM
  Thread: saving/loading problem
Post: RE: saving/loading problem

hi fatcoder, It was like you said. but its from Enemy Item class. Since it cannot load the Enemy Item, loading of Enemy fails too. I choose not to save the Items unless it is from Players as in the c...
Rabishan Beginner Questions 4 3,974 04-11-2013, 07:41 AM
  Thread: saving/loading problem
Post: saving/loading problem

hi everyone, i get problem loading the objects from Enemy class. Code: void Enemy::save(File &f){     if(alive){         super::save(f...
Rabishan Beginner Questions 4 3,974 04-10-2013, 01:00 PM
  Thread: Loading objects issues
Post: RE: Loading objects issues

just a guess. maybe its physics issue.
Rabishan Beginner Questions 2 3,255 04-10-2013, 10:42 AM
  Thread: Viewport Sky
Post: RE: Viewport Sky

turning off bloom seemed to do the trick. thanks @Koniu for the suggestion.
Rabishan Gui 4 4,328 04-01-2013, 06:27 AM
  Thread: Viewport Sky
Post: RE: Viewport Sky

thanks for the reply @fatcoder i use this code in the DrawViewport() function. Code: Sky.atmospheric().frac(0.5); Sky.atmosphericDensityExponent(1); Sky.atmosphericHorizonExponent(4); Sky.atmospheric...
Rabishan Gui 4 4,328 03-29-2013, 07:36 AM
  Thread: Viewport Sky
Post: Viewport Sky

Hi everyone, this may be a stupid question. how do we enable/disable sky in viewport? thanks in advance.
Rabishan Gui 4 4,328 03-28-2013, 12:32 PM
  Thread: Getting current value of GUI Slider?
Post: RE: Getting current value of GUI Slider?

you can acess as Slider slider; slider() will return slider value.
Rabishan Gui 2 3,306 03-20-2013, 06:20 AM
  Thread: Particle question
Post: RE: Particle question

you can check water.world in esenthel. it shows example about how to add particles in world directly through editor.
Rabishan Beginner Questions 9 6,645 02-05-2013, 12:15 PM
  Thread: error after update
Post: error after update

hi esenthel, i just updated the engine and i'm having some problems. i can't see lights and particles in the world editor. also i can't load environment file through esenthel's Environment class. tha...
Rabishan Support 5 4,947 02-05-2013, 10:42 AM
  Thread: Particle question
Post: RE: Particle question

after turning off palette mode did you add alpha value in the particle color.
Rabishan Beginner Questions 9 6,645 02-04-2013, 11:54 AM
  Thread: Mesh Outlines
Post: RE: Mesh Outlines

thanks for the reply @aceio76 but we are looking only on thickness of the outline drawn from mesh.drawOutline() method. is there any way to increase the thickness.
Rabishan Support 4 5,229 12-12-2012, 06:29 AM
  Thread: Mesh Outlines
Post: Mesh Outlines

Hi, we were trying to use the mesh outlining for our characters using drawOutline() method. But we find the thickness is a bit small. How can we adjust the outline thickness. When using D.edgeDete...
Rabishan Support 4 5,229 11-30-2012, 05:11 AM