Author Topic: aptal karga (foolish crow)  (Read 106269 times)

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #30 on: December 08, 2005, 11:54:42 am »
well, since i'm busy with lots of 'life' issues, nothing new yet.  but i just feeled i left my thread and project too lonely..

just for reference this is what 'aptal karga' (foolish crow) means:

foolish crow is the crow who resurrected for revenge after his death but forgot his reason of resurrection because of the happiness of returning life again. foolish crow is not real, just an urband legend among crows

(in turkish)
aptal karga ölümünden sonra intikam için geri dönen, tekrar yasamanın büyüsüne kapılarak varoluş amacını unutan kargadır. gercek degildir. kargalar arasında bir $ehir efsanesidir.

this should be in the first post of thread but who cares  :wink:

Code: [Select]
r a f t

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #31 on: January 20, 2006, 04:31:42 pm »
since my last post,

* tcp communications are compressed now
* added the tube: it's an old fashioned multi purpose device, used as both personal teleporter and dressing room (binded to key t for some time)
* replaced the sky-box with a better one
* added third person custom view: both camera distance and angle can be adjusted by shift and arrow keys
* regions panel does not show up anymore if there is only one region
* added server side configuration files
* camera now moves smoothly
* implemented basic paired animation mechanism: right click to a user to suggest him some action

new sky-box and the tube in action:


Code: [Select]
r a f t

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #32 on: February 02, 2006, 08:59:09 pm »
* added run mode: double tap forward key to run (1)
* improved animation load mechanism to allow using same mesh in multiple sequences: resulting in reduced load time, disk and memory usage
* seperated walk forward, backward, turn, strafe left, right and run animations
* improved footstep synchronization
* improved the way user movements sent to other clients: they are almost replicated now in an efficient way

(1) i've just noticed that run mode doesnt work on win32 platforms since Java generates different KeyEvent sequences on win32 and linux. i'll fix it soon

test tool running to show the sent user movement


Code: [Select]
r a f t

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #33 on: February 09, 2006, 04:04:01 pm »
* fixed run mode for windows & linux (hope it will run at MacOS & Solaris too)
* extended LoD mechanism to cover avatars too
* some more small improvements for sending user movements

Code: [Select]
r a f t

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #34 on: February 16, 2006, 10:53:06 pm »
* added the new girl avatar (she's from turbosquid by bogdan iliesiu)
* fixed a bug about setting default accessories
* finally implemented normal talk mode at server side :/
* improved user movement resulting in smoother movement and less stuck
* added spring period to jump

the new girl avatar


Code: [Select]
r a f t

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
aptal karga (foolish crow)
« Reply #35 on: February 16, 2006, 11:05:33 pm »
Cute... :wink: She looks much better than the old avatar....except when you configure her to have no hair... :wink:

Offline rolz

  • float
  • ****
  • Posts: 280
  • Technocrat
    • View Profile
aptal karga (foolish crow)
« Reply #36 on: February 17, 2006, 11:24:36 am »
looks nice indeed
Regards,
Andrei

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #37 on: February 17, 2006, 09:48:29 pm »
thx :D she's really cute, in fact i may fall in love with her ;) and she's only 470 polygons

for the old avatar, i suspect he's better than quasimodo :oops:

Code: [Select]
r a f t

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #38 on: February 27, 2006, 03:13:38 pm »
* added the new boy avatar.
* improved avatar mechanism to allow mixing texture and mesh based variations.
* changed avatar panel to use thumbnails.
* improved avatar tool to test and fine tune paired animations (can be found at demos section).
* slightly changed camera behaviour based on distance: one may feel it while adjusting camera with shift + arrow keys. i'm not quite happy with the new default angle but i have to since those avatars arent made to be viewed from above back

the new boy avatar


girl and boy kissing in test tool


Code: [Select]
r a f t

Offline rolz

  • float
  • ****
  • Posts: 280
  • Technocrat
    • View Profile
aptal karga (foolish crow)
« Reply #39 on: February 27, 2006, 03:40:15 pm »
new models look really awesome.
And animation editor looks awesome too ;) do you use mesh animation for your models (md2 or 3ds) or you have custom animation engine ?
Regards,
Andrei

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #40 on: February 28, 2006, 11:45:42 am »
yeap, he is a really talented 3d artist. but unfortunately i couldnt attract his interest, he doesnt reply my emails  :roll:

i use mesh animation initially stored in a series of 3ds files. then they're saved using standart java serialization to reduce loading time

for the test tool, it is a player more than an animation editor indeed, one can only fine tune and test some aspects of animation (loop time, distance to pair etc)

Code: [Select]
r a f t

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #41 on: March 08, 2006, 02:38:48 am »
re-wrote balloons:
* changed the way they are drawn (i dont know why, previous mechanism hangs a bit on windows during first popup),
* changed their appearance,
* added some smoothness to their movements,
* and they are kind of (not that much) smart now: they try to avoid overlapping each other.

still needs some improvements for a clearer view in crowd

the new balloons


Code: [Select]
r a f t

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #42 on: March 23, 2006, 05:04:30 am »
* fixed the so called 'climbing problem': avatars were climbing over others and some terrain objects when walking through.  thx Egon for the tip ;)
* added the LightsPanel to configure (place, move, delete, set color etc) lights in karga.
* changed the scene with a better one
* found and fixed a silly bug by chance: although one is always invisible, i was adding the same object twice for LoD purposes :/
* several other small improvements

behind lights panel world lights are displayed as cubes


a shot from new village


seems as a hot place ;)


Code: [Select]
r a f t

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
aptal karga (foolish crow)
« Reply #43 on: March 23, 2006, 06:51:30 pm »
Hey, it's looking really ace now. I guess i've to change the pics on the projects page to reflect this... :wink:

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
aptal karga (foolish crow)
« Reply #44 on: March 23, 2006, 07:35:33 pm »
thx  :D
after the scene change and adding the lights the apperance really changed. my only problem is texture aliasing but i will open a topic about it

Code: [Select]
r a f t