www.jpct.net

jPCT - a 3d engine for Java => Projects => Topic started by: zammbi on August 29, 2008, 04:34:21 pm

Title: Casters of Fate
Post by: zammbi on August 29, 2008, 04:34:21 pm
Currently I'm working on a 3d online medieval RPG browser(light download) game called Casters of Fate built by the wonderful Jpct  8)
This is my current blog on what I have done, for those who wish to know about the project. (http://www.pokemonworldonline.net/forums/viewtopic.php?f=36&t=3294&p=27809)
I haven't been working on this long, only learnt project darkside last week, and then built the current server and client this week, so not much to show off atm.
Here's the sshot:
(http://img.photobucket.com/albums/v332/zammbi/Gamesshot.png)
Title: Re: Casters of Fate
Post by: fireside on August 29, 2008, 06:27:30 pm
The little guy looks pretty cool.  How are you going to do the server for a free game like that?
Title: Re: Casters of Fate
Post by: zammbi on August 29, 2008, 06:33:11 pm
I'm with a company called Kyrocorp. So I'm currently fine for a server when I need one. The game will have paying membership to pay for itself, but something I sort latter of course.
Title: Re: Casters of Fate
Post by: JavaMan on August 29, 2008, 08:45:25 pm
Looks cool! What are going to use to make the textures for your terrain with? I was using Blender but although it is great for building the mesh of a terrain I can't figure out how to get a good terrain texture.
Title: Re: Casters of Fate
Post by: zammbi on August 30, 2008, 02:19:03 am
I'm going to use the procedural texture editor I listed on the blog thread, though still waiting for it to complete, that's why I might need programmers to finish it off. I'm using this so I can send textures on the fly then create them on the client.
Title: Re: Casters of Fate
Post by: fireside on August 30, 2008, 07:43:23 am
Quote
I was using Blender but although it is great for building the mesh of a terrain I can't figure out how to get a good terrain texture.

Most people use an art program like gimp or photoshop for the textures.  I use gimp when I want something realistic or inkscape when I want something cartoony.  Gimp has a make seamless effect in the mapping category of the filters menu.  I use that and the clone tool on a grass photo or something I created myself.  I never tried Blender for that.  Might be interesting actually.
Title: Re: Casters of Fate
Post by: zammbi on August 30, 2008, 08:17:33 am
Yea I know, my first few demos most likely will use plain images. I'll leave that to the modelers to use there own stuff for now.
A nice texture editor is : http://www.werkkzeug.com/
I wish there export plugin was in Java and free heh. Though its still a good program if you want seamless texture images.
Title: Re: Casters of Fate
Post by: fireside on August 30, 2008, 09:21:52 am
Interesting.  I liked the demos.  I'm thinking about combining textures and vertex coloring to get as much variation as possible with the smallest file sizes in a future project.  I might look into procedural if a finished project is done for java. 
Title: Re: Casters of Fate
Post by: zammbi on August 30, 2008, 01:02:52 pm
Well the Java one I'm using (jnlp (http://bonbonchan.net/java/bptext/bptext.jnlp)) is usable and can create some ok textures, but currently there's no site for it so no one has shared any good textures out of it. But its open source so I might try get some help to finish it, if no work gets done on it.
Title: Re: Casters of Fate
Post by: fireside on August 30, 2008, 10:47:53 pm
Hmm.  It looks like it's just getting started.  I saw a couple windows and buttons with no docs.  Generating textures on the fly is an interesting idea, though.  Jpegs don't take up too much file size if you keep them at 128.  It's enough for an applet, so I'll probably stick with the old fashioned way for now. 
Title: Re: Casters of Fate
Post by: JavaMan on August 31, 2008, 12:07:44 am
Thanks for the suggestions. I was reading a game programming book once, in a store, while I was waiting for someone and it talked about Gimp. I'll check it out.

Blender can create mathematically defined textures. I suppose they can look good if you have the time to learn how to do it! I think they would look good on small objects, but on a large terrain the textures just didn't appear normal.
Title: Re: Casters of Fate
Post by: fireside on August 31, 2008, 02:21:52 am
You can also do renders of scenes at 128X128 or whatever and use it for a texture.  You gave me the idea, actually.  I'm sure a lot of people do it.  This is a quick test I did of some grass using static particles in Blender and doing a render at 128 and then repeating it over a landscape.
(http://img254.imageshack.us/img254/4361/landscapetestum4.th.jpg) (http://img254.imageshack.us/my.php?image=landscapetestum4.jpg)
Title: Re: Casters of Fate
Post by: JavaMan on August 31, 2008, 04:07:16 am
How do you render at 128*128? When I press F12 it just pops up this frame, and then , very slowly, renders out the camera view. I'm not sure if the rendered area is 128*128.

Also what are static particles? I'm a noob at blender.
Title: Re: Casters of Fate
Post by: fireside on August 31, 2008, 04:27:33 am
Static particles are just a way to make things like grass, hair, and other things in a modeling program.  I can't go into much depth because I don't know much, actually, but if you do a search for blender grass tutorial you should find something useful.  To change the render size when you press f12, press f10 and there will be a menu on the right hand side for x and y along with alot of other options.
Title: Re: Casters of Fate
Post by: JavaMan on August 31, 2008, 04:28:36 am
Ok, thanks!
Title: Re: Casters of Fate
Post by: zammbi on September 26, 2008, 06:48:20 pm
Been really busy, haven't had much time to work on this but finally here is my first video: http://www.youtube.com/watch?v=CkGeb2p8b6o (http://www.youtube.com/watch?v=CkGeb2p8b6o)
Title: Re: Casters of Fate
Post by: Melssj5 on September 26, 2008, 07:18:03 pm
Which program do you used to record the video???? Once I tried a portable version of fraps but the videos never opened in any video player. Fraps makes the FPS to go lower.
Title: Re: Casters of Fate
Post by: zammbi on September 26, 2008, 07:21:18 pm
I use avi screen classic which is free. It does the trick nicely. All screen recorders will use a bit of cpu, depending on encoder.
Title: Re: Casters of Fate
Post by: EgonOlsen on September 26, 2008, 08:23:49 pm
Nice! You need a multi core CPU to do this kind of stuff on one machine in a convenient way. I have a quad core and can easily run the server and two clients plus a bot client while still working in Eclipse... ;D

I'll have a look at this capture program too...was looking for one anyway...
Title: Re: Casters of Fate
Post by: Melssj5 on September 27, 2008, 01:53:01 am
I have a Pentium 4 2.67 Ghz with 512 MB of Ram and I used to open the server, 2 or 3 clients of Flier Match, plus eclipse, 3d studio max 8 and iTunes without problem.
Title: Re: Casters of Fate
Post by: zammbi on September 27, 2008, 04:39:40 am
Yea my computer isn't the greatest for such things heh. But does the trick for coding on.
I have a server ready when I do get my demo out, so thats no problem.
Btw heres the site to avi screen: http://www.bobyte.com/ (http://www.bobyte.com/)
Title: Re: Casters of Fate
Post by: zammbi on August 26, 2010, 05:19:47 pm
Started up my old project again now that I have the free time.

My blog is here: http://c-o-f.tumblr.com/

Nothing to really show off yet, but trying to get a demo out the door asap.