Author Topic: Thinking about some RPG..Android version.  (Read 245615 times)

Offline Hrolf

  • int
  • **
  • Posts: 84
    • View Profile
Re: Thinking about some RPG..Android version.
« Reply #195 on: March 07, 2012, 01:26:56 am »
...i've never seen this used until recently. I resist to support this ATM... >:(
I agree - bad OBJ exporter. I'm having trouble thinking where these negative indices would actually be useful. Maybe just a loader warning?

Anyway, for a low-poly model that door looks pretty good!

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Thinking about some RPG..Android version.
« Reply #196 on: March 07, 2012, 02:46:52 pm »
What color depth and resolutions are you using for this texture? But it looks nice :)
The texture is 256*256 (with 128*128 for normal- and height map), the color depth is 16bit (converted by jPCT-AE...i'm using 16bit textures throughout the game (...mostly)).

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Thinking about some RPG..Android version.
« Reply #197 on: March 07, 2012, 03:41:54 pm »
But it's look like 256 colors... I resized texture in PC and updated ZIP, if not better, I don't know where is problem...

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Thinking about some RPG..Android version.
« Reply #198 on: March 07, 2012, 10:33:58 pm »
But it's look like 256 colors... I resized texture in PC and updated ZIP, if not better, I don't know where is problem...
There's no actual problem...i had to darken the texture, which cuts the range anyway. Then it is converted into 5/5/5/1 color format and rendered into a 16bit framebuffer. The shader also scales the colors in addition and given the subtle color differences in the brown parts, you finally get what you've asked for. I could try to use ETC1 texture compression instead, which uses the same memory as 16bit...

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Thinking about some RPG..Android version.
« Reply #199 on: March 07, 2012, 10:40:02 pm »
This is how it looks with ETC1 compression instead:



You can cleary spot the compression artifacts...not sure if this is better albeit it offers a little more variety in the colors.

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Thinking about some RPG..Android version.
« Reply #200 on: March 07, 2012, 11:36:37 pm »
I see... but in 192th reply, second screen it looks good :)
« Last Edit: May 13, 2012, 07:27:01 pm by Thomas. »

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Thinking about some RPG..Android version.
« Reply #201 on: March 27, 2012, 12:49:06 pm »
Any news? :)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Thinking about some RPG..Android version.
« Reply #202 on: March 27, 2012, 12:57:09 pm »
No, i was busy with the BlackBerry port and some other stuff. I hope to continue working on it soon.

Offline zandric

  • byte
  • *
  • Posts: 3
    • View Profile
Re: Thinking about some RPG..Android version.
« Reply #203 on: April 09, 2012, 07:28:01 am »
Hey. I saw this and thought I'd ask. Is there any chance of a source release even in its current state? I think that would help a lot of people in understanding shaders a bit more,as well as many other things.
How'd you do the terrain generation? Did you simply deform a plane or model it and load that in?
Thanks!

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Thinking about some RPG..Android version.
« Reply #204 on: May 20, 2012, 10:16:22 pm »
I somehow missed the post above...sorry. Releasing the sources ATM isn't very helpful, i think. They simply change too often. But if somebody has some questions about how specific things are done, i'll gladly explain it and post some code too, if that helps. The terrain has been done in Terragen and reduced in vertex count by using VIZup (see the jPCT wiki for more information).

Anyway, i just wanted to mention that the project isn't dead. I just had a lot of different things to do including finishing Mass Effect 3, Legend of Grimrock and Risen 2... ;) Recently, i replaced the terrain with the one that i'm going to use in the actual game. Unlike the former one, the level borders are not a flat surface anymore but some "mountains" (more like hills, but anyway) that you won't be able to climb (ATM, you are...). Yesterday, i placed my first city where it belongs...



Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: Thinking about some RPG..Android version.
« Reply #205 on: May 20, 2012, 10:19:31 pm »
very cool  :)

Offline Hrolf

  • int
  • **
  • Posts: 84
    • View Profile
Re: Thinking about some RPG..Android version.
« Reply #206 on: May 21, 2012, 03:20:56 am »
Nice! I've missed this.

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Thinking about some RPG..Android version.
« Reply #207 on: May 21, 2012, 12:30:16 pm »
Nice, I like the terrain better.  Glad you are still working on it. 
click here->Fireside 7 Games<-

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Thinking about some RPG..Android version.
« Reply #208 on: May 21, 2012, 10:25:22 pm »
Nice, I like the terrain better.
It actually the same texture as before. I just use a much more blurred texture splatting texture to mix the layers so that there's more variation in the looks...

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Thinking about some RPG..Android version.
« Reply #209 on: May 24, 2012, 10:39:20 pm »
I started to draw a simple map to see where to put which location like towns, huts...stuff like that. The "world" is roughly 90,000m2 in size (dungeons excluded). That sounds more than it actually is, but it has to be enough. It'll be hard enough to fill this world with content anyway.

Is anybody here still willing to do some content creation? I need some additional stuff like a tower, a hut, gravestones, some castle remains, a kind of church or monestry (open...so that the player can enter it)...I searched the web and there's great stuff on http://opengameart.org/, but either the license doesn't fit or texture coordinates are missing or...

I also added some plants. They are more seldom than trees or bushes but you can collect them (or better: you'll be able too...it isn't implemented yet) and eat them or create potions from them or whatever comes to mind.

« Last Edit: May 24, 2012, 11:06:38 pm by EgonOlsen »