Immolation Game
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A MLP-inspired Unity game.
 
HomePortalMeet the Mod TeamLatest imagesSearchRegisterLog in

 

 Hi, noob here. XD

Go down 
3 posters
AuthorMessage
Joel Dash Reed

Joel Dash Reed


Posts : 8
Points : 4481
Reputation : 0
Join date : 2012-02-04

Hi, noob here. XD Empty
PostSubject: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeSat Feb 04, 2012 4:52 am

Greetings!

Well, at least I'm noob in this forum, my nick is Joel Dash Reed (By the way, "Dash" don't come from Rainbow Dash... XD) and... what can I say about me? Well, I'm programmer and a comic artist.

*Inserting self promotion*

You can find my gallery in here: joeldashreed.deviantart.com

*Finish self promotion*

Well, as you can see I'm a brony, and I'm not so good introducing my self, but at least I'm improving. My favorite games right now are God Of War, Battlefield 3 and Silent Hill (Playing Silent Hill and Silent Hill 2, actually). I enter mainly because of:

a). I want to help in the development of the game.
b). I very liked the art and music of the game, pretty eerie and, by looking at the music, maybe would be a psychological horror/thriller... well, it's what I think.

So... that's all I can tell about myself. ._q
Back to top Go down
http://joeldashreed.deviantart.com
piedoom
Admin
piedoom


Posts : 281
Points : 4902
Reputation : 13
Join date : 2012-01-18

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeSat Feb 04, 2012 6:10 am

Hello Joel, welcome to the forums! Very Happy
I already have a concept artist, but if you would be able to code that would be awesome. If so, could you provide me with some of your past coding projects or games you've worked on if any?
Back to top Go down
https://immolation.forumotion.com
Joel Dash Reed

Joel Dash Reed


Posts : 8
Points : 4481
Reputation : 0
Join date : 2012-02-04

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeTue Feb 07, 2012 7:12 pm

Hai!! Sorry for the delay.

Mmmm... I got some code from 2 and a half year ago that I can share, the latest code is... kinda close source and I can't share (PHP/Javascript development mostly.). :S The other source code I'll upload later. Smile
Back to top Go down
http://joeldashreed.deviantart.com
piedoom
Admin
piedoom


Posts : 281
Points : 4902
Reputation : 13
Join date : 2012-01-18

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeTue Feb 07, 2012 9:02 pm

Sounds good, no worries for the delay.
Also, do you know your way around the basics of coding UDK? Coding is one of the areas I haven't really delved into at all, so you're going to have to enlighten me with much of these things, hehe.
Back to top Go down
https://immolation.forumotion.com
Joel Dash Reed

Joel Dash Reed


Posts : 8
Points : 4481
Reputation : 0
Join date : 2012-02-04

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeTue Feb 07, 2012 9:37 pm

I was really trying to apply to the artistic team, XD but I'll do whatever I can to learn. Cool

Unreal Dev Kit? In reality no, I haven't coded for it. I was about to start on CryEngine, but PC specs are a problem. But I began research on the UnrealScript, and, by the look on the documentation, its sintaxis is not so different from C++, Java or even ActionScript and JavaScript. Also it implements States on the classes.

I can learn the thing, the only drawback is that I will not be able to test code until next month or less. I'll try to find a PC where I test the code, but I can't assure you it will be "soon". :S
Back to top Go down
http://joeldashreed.deviantart.com
piedoom
Admin
piedoom


Posts : 281
Points : 4902
Reputation : 13
Join date : 2012-01-18

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeTue Feb 07, 2012 9:53 pm

In referred to your previous comment, I apologise, I should have asked what exactly you were applying for first, derpy me. As I stated, I've already got a 2D artist. That being said, if you are still feeling up to coding, time is of no problem. I'm not planning on this game being finished anytime soon, less of course I receive a sudden influx of help.
Back to top Go down
https://immolation.forumotion.com
Joel Dash Reed

Joel Dash Reed


Posts : 8
Points : 4481
Reputation : 0
Join date : 2012-02-04

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeWed Feb 08, 2012 12:35 am

It is ok. ^_^ I'll do my best to learn UDK. =)
Back to top Go down
http://joeldashreed.deviantart.com
piedoom
Admin
piedoom


Posts : 281
Points : 4902
Reputation : 13
Join date : 2012-01-18

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeWed Feb 08, 2012 12:47 am

I'd still like some examples of what you've done when you get a chance- not exactly the coding, but what you accomplished with the coding. It's all greek to me, but what sort of applications have you done with Java and what not? Sorry for being an epic n00b xD
Back to top Go down
https://immolation.forumotion.com
Joel Dash Reed

Joel Dash Reed


Posts : 8
Points : 4481
Reputation : 0
Join date : 2012-02-04

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeWed Feb 08, 2012 1:58 am

Well, on Java:

A small image gallery, in two versions:

v 0.1:

Reading image and description data from a file, and embeding code from the Processing Graphic Framework (Java version).

v 0.2

The data was extracted from a MySQL Database, eliminating the extra space from the files, and displaying the images on panels directly. (Without using Processing Graphic Framework).

Bugs:
The images will not display properly at first, until the description button is clicked.
The database version is not working currently, since I opted for a portable DBMS and never changed the addressing on the software.

Drawbacks:
Written as an applet, since it was the only way to use the Processing Framework (back then).

They look simple, but it weren't that easy, since Java does not support graphic manipulation on its Standard Edition.

Screenshots:
Hi, noob here. XD Softwa10

Hi, noob here. XD Softwa11

I'll share the link to the build through PM.

PHP:

This is the only recent work I could share, since it is public. The CMS wasn't done by me, nor the design, but the modules (Image gallery, facebook feed, youtube, news and others.) were constructed by me. I please ask discretion since it is done in my job and the page is in Spanish. Other web software I can't share since are more complex systems that require a username and password, and there is confidentiality contracts with the clients.

I'll send you the link. Sorry mates, it is sensible data here. u_u


PS: I can't send the links due to... noobs "limitants". >_<
Back to top Go down
http://joeldashreed.deviantart.com
piedoom
Admin
piedoom


Posts : 281
Points : 4902
Reputation : 13
Join date : 2012-01-18

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeWed Feb 08, 2012 2:51 am

This stuff looks pretty great! I've never worked with Java (or any other coding application), but from what you've described you certainly know your stuff.
If you choose to accept my offer, coding is all yours. No need to show anything that may impose on your clients, this is plenty.Thanks once again for showing me.
Back to top Go down
https://immolation.forumotion.com
Joel Dash Reed

Joel Dash Reed


Posts : 8
Points : 4481
Reputation : 0
Join date : 2012-02-04

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeTue Apr 10, 2012 11:23 pm

Sorry for the really long delay. u_u (2 months) I got an answer: Yes, I accept. Right now I got my new PC, and it is ready to got some doodles on UDK. I still need to learn it and time is a constraint, but I'll do my best. Cool
Back to top Go down
http://joeldashreed.deviantart.com
neveda0

neveda0


Posts : 239
Points : 4731
Reputation : 13
Join date : 2012-02-16

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeTue Apr 10, 2012 11:34 pm

Oh. Uh. Cool. Welcome back oh ye from before my time. I'll have you know, we already have three coders now, but we can always do with another when the three we have can't follow through. Might want to check if the offer still stands though.
Back to top Go down
piedoom
Admin
piedoom


Posts : 281
Points : 4902
Reputation : 13
Join date : 2012-01-18

Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitimeTue Apr 10, 2012 11:36 pm

What, are dev team applications like milk? They never spoil, don't worry. Welcome in!
Back to top Go down
https://immolation.forumotion.com
Sponsored content





Hi, noob here. XD Empty
PostSubject: Re: Hi, noob here. XD   Hi, noob here. XD I_icon_minitime

Back to top Go down
 
Hi, noob here. XD
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Immolation Game :: Off Topic + Brony :: Welcome.-
Jump to: