My base proyect UE4

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

My base proyect UE4

Post by u3games »

Image

Unreal Engine 4 - Modding Sample Game - Type RGP.

https://github.com/u3games/UE4_RPG_MOD_GAME

We need developers!
Image
User avatar
Pandragon
Posts: 704
Joined: Tue Jul 26, 2005 7:38 pm

Re: My base proyect UE4

Post by Pandragon »

:+1:

Server in Java?
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: My base proyect UE4

Post by u3games »

Pandragon wrote::+1:

Server in Java?
Yeah, in the future ;)
Image
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: My base proyect UE4

Post by u3games »

Add chat system:

Image
Image
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: My base proyect UE4

Post by JMD »

This looks sweet, wish i could help but im no coder.
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: My base proyect UE4

Post by BiggBoss »

JMD wrote:This looks sweet, wish i could help but im no coder.
UE4 Comes with the blueprint system, which allows you to program the game using connected node graphs (in other words, programming using visual nodes https://docs.unrealengine.com/latest/IN ... index.html

That being said, there are still few things that cannot be done throught blueprints (E.G., by UE 4.8, I had to hardcode the player's control settings since you couldn't dinamically change them ingame), however they are extengind the blueprint API with every new release.
Image
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: My base proyect UE4

Post by u3games »

JMD wrote:This looks sweet, wish i could help but im no coder.
Yes, no is necesary.. use blueprints. Example, login system (sql):

https://www.youtube.com/watch?v=24NX8tBWKKM
Image
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: My base proyect UE4

Post by JMD »

u3games wrote:
JMD wrote:This looks sweet, wish i could help but im no coder.
Yes, no is necesary.. use blueprints. Example, login system (sql):

https://www.youtube.com/watch?v=24NX8tBWKKM
What software do i need to get started on stuff like this?
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: My base proyect UE4

Post by u3games »

JMD wrote:What software do i need to get started on stuff like this?
https://docs.unrealengine.com/latest/IN ... fications/
Image
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: My base proyect UE4

Post by u3games »

Image
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: My base proyect UE4

Post by u3games »

Image
janiko
Posts: 279
Joined: Thu Dec 27, 2012 8:35 am
Location: Georgia, Tbilisi

Re: My base proyect UE4

Post by janiko »

Hey nice job i am interested in this project.
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: My base proyect UE4

Post by u3games »

Image
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: My base proyect UE4

Post by u3games »

My dev private game ....

Image

Image
Image
Post Reply