About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Bullet Physics for Windows
Post: RE: Bullet Physics for Windows

Esenthel dont want it, so it will not come..it's like the really, really long Roadmap disappeared but still linked in the guide -> http://www.esenthel.com/forum/showthread.php?tid=3332 I like the E...
kevindekever Feature Requests 5 7,223 10-28-2017, 09:20 PM
  Thread: Understanding this Line from RTS
Post: RE: Understanding this Line from RTS

Never used bitwise AND before in projects. Thanks for your explanation. My Zombies are under control :D
kevindekever Esenthel Store Sources 6 5,843 10-11-2016, 07:45 AM
  Thread: Understanding this Line from RTS
Post: RE: Understanding this Line from RTS

ahh :D thank you i will use modulo and this helped me Trunc(Time.time()*5+unique)%10 i dont know what "&1" do but until "&7" works fine but "&9" gaves me strange behavior (flicker) so mo...
kevindekever Esenthel Store Sources 6 5,843 10-10-2016, 09:22 AM
  Thread: Understanding this Line from RTS
Post: RE: Understanding this Line from RTS

thanks for reply i understand it generates 0 or 1 but why "*5" and "+unique" trying to raise "2 Sprites" to "10 Sprites" for 1 Animation. so replaced the "&1" with "&9" but this doesnt work.....
kevindekever Esenthel Store Sources 6 5,843 10-10-2016, 09:10 AM
  Thread: Understanding this Line from RTS
Post: Understanding this Line from RTS

File: Unit float unique=RandomF(); atlas->add(_pos, scale, move_path.elms() ? atlas_move[Trunc(Time.time()*5+unique)&1] : attacking ? atlas_attack[Time.time()-last_action_time>=AttackDur...
kevindekever Esenthel Store Sources 6 5,843 10-10-2016, 07:01 AM
  Thread: Host without port forwarding
Post: RE: Host without port forwarding

https://en.wikipedia.org/wiki/TCP_hole_punching https://en.wikipedia.org/wiki/UDP_hole_punching RakNet should have a NAT punching implementation
kevindekever Network 3 5,643 02-21-2016, 05:12 AM
  Thread: Host without port forwarding
Post: RE: Host without port forwarding

vpn -> like "Hamachi" but you should trust your testers before leting them in to your network (firewall up + stop shared folders etc) or you open the port + forward and your loginserver filter pla...
kevindekever Network 3 5,643 02-20-2016, 07:06 AM
  Thread: Wishlist of Roadmap for 2016
Post: Wishlist of Roadmap for 2016

What are your favorites of EE Roadmap? 1. "vibration support for mobile devices" 2. return of "destructible objects creation" 3. return of better "cloth" (RPG2 woman looks so boring since EE2.0)
kevindekever Offtopic 9 12,311 11-25-2015, 11:13 PM
  Thread: Moving project from EE1.0 to last EsenthelEngine version
Post: RE: Moving project from EE1.0 to last EsenthelEngi...

Tried this? EE1->EE2->EE3 the function has been disabled, you have to ask Greg http://www.esenthel.com/forum/showthread.php?tid=8531
kevindekever Support 4 5,374 11-25-2015, 02:50 PM
  Thread: Hi, Esenthel will not open on Ubuntu 14.04
Post: RE: Hi, Esenthel will not open on Ubuntu 14.04

(11-24-2015 10:16 AM)Azriel Wrote:  I have the same problem. Any solution? no sorry, using 2.0 for my projects
kevindekever Platforms (Windows, Mac, Linux, Android, iOS) 6 7,328 11-24-2015, 10:53 AM
  Thread: Hi, Esenthel will not open on Ubuntu 14.04
Post: RE: Hi, Esenthel will not open on Ubuntu 14.04

to me the file was in "/usr/lib/x86_64-linux-gnu" Code: sudo ln -s /usr/lib/x86_64-linux-gnu/libodbc.so /usr/lib/x86_64-linux-gnu/libodbc.so.2 sudo ln -s /usr/lib/x86_64-linux-gnu/libodbc.so /usr/li...
kevindekever Platforms (Windows, Mac, Linux, Android, iOS) 6 7,328 11-16-2015, 11:14 AM
  Thread: Ineisis server wont compile after latest Esenthel update
Post: RE: Ineisis server wont compile after latest Esent...

http://www.esenthel.com/?id=doc#Debugging
kevindekever Support 11 7,729 11-10-2015, 11:17 PM
  Thread: Game pauses when losing focus
Post: RE: Game pauses when losing focus

tried to use 1 app fixed width and height, windowed (1920x2160 ) and 2 views/cameras? Example->05Gui->12-Multiple Viewports?
kevindekever Beginner Questions 11 8,509 11-09-2015, 02:19 PM
  Thread: Playing around with Windows Universal Apps
Post: RE: Playing around with Windows Universal Apps

windowsphone comming to esenthel? gj
kevindekever News 27 24,604 11-07-2015, 09:06 AM
  Thread: Publishing Apps
Post: RE: Publishing Apps

ty
kevindekever Support 3 4,050 11-05-2015, 04:21 AM
  Thread: Publishing Apps
Post: RE: Publishing Apps

so not in code-editor?
kevindekever Support 3 4,050 11-05-2015, 03:44 AM
  Thread: Publishing Apps
Post: Publishing Apps

Is there a way to change the metadata for Windows application? Versionnumber, Language and so on? Or any tutorial? [attachment=2832]
kevindekever Support 3 4,050 11-01-2015, 10:26 PM
  Thread: Which Coding Using to Write Esenthel Engine
Post: RE: Which Coding Using to Write Esenthel Engine

http://www.esenthel.com/?id=doc#Using_Tutorials CPP http://www.esenthel.com/?id=doc#Compilers http://www.esenthel.com/?id=doc#Code_Editor http://www.esenthel.com/?id=doc#Debugging
kevindekever Beginner Questions 2 3,442 10-30-2015, 09:58 AM
  Thread: Benchmark Tool - Nature scene
Post: RE: Benchmark Tool - Nature scene

for me too
kevindekever Showcase 67 62,978 10-25-2015, 12:37 AM
  Thread: Touchscroll for List
Post: RE: Touchscroll for List

thx i will find a workaround, and i will not use 3.0 because it is still a rental "You may use the Engine only as long as your license subscription is active. If your subscription ends and it's not r...
kevindekever Gui 2 3,649 10-25-2015, 12:31 AM