Page 17 of 20

Re: [GroundUpEngine] 3D Engine Progress

Posted: Thu Jun 17, 2010 3:59 pm
by mv2112
:shock2: AWESOME! :shock2:
Need better screen capture software though...

Re: [GroundUpEngine] 3D Engine Progress

Posted: Tue Jun 22, 2010 11:52 am
by GroundUpEngine
EdBoon wrote:Man, that's looking awesome. Also your particle test was pretty badass.
eatcomics wrote:awesome man :D
RyanPridgeon wrote::bow:
Thanks :)
Milch wrote:Nice :D
Only thing that is a bit strange - on your hp the text says:
Requirements:
Windows and Linux
So do I need both operating systems in order to play the game? ;D
eatcomics wrote:should be Winodws || Linux (but preferably Linux)
hah :lol:
mv2112 wrote::shock2: AWESOME! :shock2:
Need better screen capture software though...
Agreed, I'll get some when i come back from holiday ;)

I can't get onto youtube somehow :oops:
But thanks for all the positive comments and stuff!!! 8-)

Re: [GroundUpEngine] 3D Engine Progress

Posted: Mon Jul 26, 2010 9:18 pm
by GroundUpEngine
H3LO PEOPL3 I HAEV FINISH3D MAH COD3!!!11!11 LOL 3NJOY TEH SHOW!
GroundUpEngine wrote:lil' side project: scriptable particle system
- Get some Lua implementation done
- Didn't like my old particle system, so this will replace it ;)

Link - http://www.youtube.com/watch?v=Vkl9EPSPIq0

Re: [GroundUpEngine] 3D Engine Progress

Posted: Tue Jul 27, 2010 5:57 am
by MrDeathNote
GroundUpEngine wrote:H3LO PEOPL3 I HAEV FINISH3D MAH COD3!!!11!11 LOL 3NJOY TEH SHOW!
GroundUpEngine wrote:lil' side project: scriptable particle system
- Get some Lua implementation done
- Didn't like my old particle system, so this will replace it ;)

Link - http://www.youtube.com/watch?v=Vkl9EPSPIq0
Nice job bro, glad to see your back and getting to work :)

Re: [GroundUpEngine] 3D Engine Progress

Posted: Wed Aug 04, 2010 6:28 am
by GroundUpEngine
I've been busy for a week or so, but hopefully I can get off my arse and implement "Scriptable Particles" into the Engine, and also I could experiment with scripting AI 8-) ;)

Re: [GroundUpEngine] 3D Engine Progress

Posted: Wed Aug 04, 2010 5:38 pm
by LeonBlade
That's so cool man, I love the music too sick music (obviously not yours heh).
I think you should work out the fire particles some more though, doesn't really look too much like fire ;)
What would you do? Like maybe set their path so a sine wave or something? I don't know, cool shit though man.

Also, I noticed the plane with the Rasta colors (I assume because of your trip to Jamaica haha :))
Cool cool shit man.

Re: [GroundUpEngine] 3D Engine Progress

Posted: Thu Aug 05, 2010 10:25 am
by GroundUpEngine
LeonBlade wrote:That's so cool man, I love the music too sick music (obviously not yours heh).
I think you should work out the fire particles some more though, doesn't really look too much like fire ;)
What would you do? Like maybe set their path so a sine wave or something? I don't know, cool shit though man.

Also, I noticed the plane with the Rasta colors (I assume because of your trip to Jamaica haha :))
Cool cool shit man.
Thanks man! Yeah the fire needs work, maybe a simple sine wave would do the trick 8-)
Hehe your only one to notice, I thought the colors look pretty sweet! (I'm not a Rasta though :P)

Re: [GroundUpEngine] 3D Engine Progress

Posted: Thu Aug 05, 2010 12:45 pm
by eatcomics
GroundUpEngine wrote:(I'm not a Rasta though :P)
You don't have to be one, just look like one, and people will hand you free weed like creeps with candy :D except they aren't as creepy and they smell like weed, and have cool hair :D

Re: [GroundUpEngine] 3D Engine Progress

Posted: Tue Aug 10, 2010 5:25 pm
by GroundUpEngine
Update:

-> Update on GroundUpEngine Spec Sheet, including few minor improvements and achievements section at the bottom ;)
http://groundupengine.webs.com/GroundUp ... etails.pdf

-> Screenshot of me working on my Editor, today I messed around with lighting inside maps.
Heavy improvements to come e.g. Collision Edit, Multiple Lights, Shader replacement 8-)
Image

Re: [GroundUpEngine] 3D Engine Progress

Posted: Tue Aug 10, 2010 7:41 pm
by eatcomics
w00t I feel a vid coming up soon

Re: [GroundUpEngine] 3D Engine Progress

Posted: Mon Aug 30, 2010 7:24 am
by GroundUpEngine
Update:

-> Another lil' side project, this time it's about Directory I/O
-> On a side note, there's currently 10784 lines of code in GroundUpEngine v1.8.5
-> Anyways just a small vid, enjoy ;)


Linik - http://www.youtube.com/watch?v=iPiwCsZL8ds

Anatomy of an MMORPG (good read)

Posted: Sat Sep 11, 2010 7:17 am
by GroundUpEngine
Link - http://radoff.com/blog/2008/08/22/anatomy-of-an-mmorpg/
Anatomy of an MMORPG wrote:3D Engine
With the exception of a few 2D or isomorphic MMORPGs, almost every modern game now includes what is called a 3D engine. It is the job of the engine to take the mathematical description of objects, communicate them to your video card, and provide an animated world for you to experience. Most MMORPG companies license a third-party engine, but even then they will frequently need to perform a lot of low-level modifications that can only be done by advanced graphics programmers.
Also I'd like to personally congratulate the ES team on their recent productivity; this should mean a new AiGD soon! You guys rock! :mrgreen:

EDIT: Chaos rift devotee :mrgreen:

Re: [GroundUpEngine] 3D Engine Progress

Posted: Sun Sep 26, 2010 7:35 pm
by GroundUpEngine
Some progress with my latest side project, nothing much cus I been busy with college, etc.
A few projects I've recently seen, have inspired me to get of my ass and do something ;)
GroundUpEngine wrote:Another lil' side project: client/server networking
- Get some basic client/server code done e.g. Sockets, Packets, Encryption
- Old networking system is mesy, broken, etc.. so this will replace it 8-)
Image

Re: [GroundUpEngine] 3D Engine Progress

Posted: Sun Sep 26, 2010 9:11 pm
by eatcomics
sweet let us know how that implementation works... also... where did you learn your networking stuff... I've wanted to take a peek into the world of online game programming

Re: [GroundUpEngine] 3D Engine Progress

Posted: Mon Sep 27, 2010 5:31 am
by GroundUpEngine
Will do! Anyways I started with WinSock2 a while back but know I use SFML's network implementation to make my own custom system, this concept is what I figured out by thinking of what is needed for some basic online play mostly using my imagination for the design, but also I learned a thing or two from college in networking course e.g. Client-Server Architecture, UDP vs TCP Sockets, etc... Google helps too I find :7

Couple of nice links ^^
WinSock2 for Games - http://www.gamedev.net/reference/articl ... le1059.asp
SFML Network, Sockets - http://www.sfml-dev.org/tutorials/1.5/n ... ockets.php