Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Trading Journey
by howardR. 04/24/24 20:04
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, howardR, EternallyCurious, 1 invisible), 770 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 41 of 554 1 2 39 40 41 42 43 553 554
Re: What are you working on? [Re: ratchet] #385471
10/18/11 19:06
10/18/11 19:06
Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Superku Offline
Senior Expert
Superku  Offline
Senior Expert

Joined: Sep 2003
Posts: 6,861
Kiel (Germany)
Yes, the hitzone system is already finished. Acknex has this feature, too, at least since A6, it's called c_updatehull and reloads the (invisible) collision mesh from a certain frame. As the function is, of course, pretty slow, you should avoid every call when possible and thus I've made some optimizations: All enemies are saved in a linked list. Before you c_trace, I iterate over all enemies and check if they are close to the ray. Then I sort those close entities by distance to the trace origin and update only the collision mesh of the first 3 (any value is possible) enemies.


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends
Re: What are you working on? [Re: dice] #385477
10/18/11 20:05
10/18/11 20:05
Joined: Oct 2005
Posts: 4,771
Bay City, MI
lostclimate Offline
Expert
lostclimate  Offline
Expert

Joined: Oct 2005
Posts: 4,771
Bay City, MI
Originally Posted By: dice
Originally Posted By: lostclimate
looks nice, im currently working on a td game too only for android.wondered what your doing for describing a path? I know i struggled with how i wanted to implement it. i ended up with a very unconventional way of doing it i think that still makes the game fun, but also works better form mobile phones.


There are two types of towerdefense in my game: the one's with a preset path and the one's where monsters can decide which way they choose.
For the first type I used the path tool in the wed editor... every level has its default path!
The second type I implemented the Dijkstra-algorithm, where the monsters choose the shortest path to their goal.
How did you implement youre way of "pathing" ? laugh


Originally Posted By: ratchet
@dice :
You should change the textures in the final version, they look like having too much noise perhaps ?
Or use some Bloom filter to have more homogeneity on graphics,
it looks like all elements and textures was not in the same ambient lightor not lit.
Event if you don't use lights you can adjust luminosity of textures to matche better ?

just my personnal taste.

Anyway great game , a tower defense for 3DGS laugh !
Keep it up.


Hehe, I know the design looks horrible! Ill improve it when game mechanics work correctly. I dont know much about good texturing and lightning... at this time my game only uses the standard texture pack from 3DGS laugh
I also want to implement some terrains to let the environment look and feel better... I want to do so much!!! grin
But thanks for the hints wink

GreetZ
dice


ah. i missed this. i have several nodes that have "distance from entry" value most levels have about 6 values. once a character reaches a value, they choose a random next node of the next value up. this only allows seperate paths to have a 1 node depth before remerging onto a main path but as my maps are not big at all it shouldnt make a difference laugh just have to do some creative level design laugh

Re: What are you working on? [Re: lostclimate] #385496
10/18/11 23:24
10/18/11 23:24
Joined: Apr 2008
Posts: 2,488
ratchet Offline OP
Expert
ratchet  Offline OP
Expert

Joined: Apr 2008
Posts: 2,488
Yes, the hitzone system is already finished. Acknex has this feature, too, at least since A6, it's called c_updatehull and reloads the (invisible) collision mesh from a certain frame. As the function is, of course, pretty slow, you should avoid every call when possible and thus I've made some optimizations

@Sodoku :
strange how A6/A8 engine works, in others engines you just access the nearest triangles to the ray and perform some math
detection collision between rays end triangles.

The reconstruction of some Hull is typical to 3DGS, taht's why it's slow ! In some other engines you have the general character collision shape for the level, and with raycast you can check on any polygon when the character is animated directly laugh

Well, this Hull system should be removed in A9 ! Just do like other engines , you create a capsule independant and just "attached to your character".
Any collision ray if hit a character bounding box would perform more accurate math collision detection :
Ray Vs List of triangles.


------------

Well i'm also very interested in your new solution laugh

Your Hitbix ssystem was great also , caus we could check what limb was hit and perhaps make custom reactions or lacunh custom animation (the ennemy drop teh gin when hit on the hand or foreharm for example) !

Re: What are you working on? [Re: ratchet] #385521
10/19/11 16:19
10/19/11 16:19
Joined: Jun 2009
Posts: 258
behind this enternet window
zeusk Offline
Member
zeusk  Offline
Member

Joined: Jun 2009
Posts: 258
behind this enternet window
Wow this forum inspires me to find more time to spend on my project so i can show it off! XD. I really like what everyone is working on and the i finally got zbrush and all autodesk software today! (thanks to my school). so I'm free to create without the limitations of free software. i'll post some of my project related creations soon.

Re: What are you working on? [Re: zeusk] #385538
10/19/11 21:24
10/19/11 21:24
Joined: Apr 2008
Posts: 2,488
ratchet Offline OP
Expert
ratchet  Offline OP
Expert

Joined: Apr 2008
Posts: 2,488
@ Zusk :
No need for big expensive sofware , with Blender and sculptris that are free tools you can go very very far laugh

Re: What are you working on? [Re: ratchet] #385556
10/19/11 23:13
10/19/11 23:13
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg


Contextmenu added to a button with contextbuttons having tooltips.


(Btw, we are rendering everything by ourselves in directX and use RTT to show it on screen, it's faster and you can animate any 2D Object in 3D + It allows better rendering to 3D-Objects!)

Last edited by Rei_Ayanami; 10/19/11 23:15.
Re: What are you working on? [Re: Rei_Ayanami] #385575
10/20/11 10:20
10/20/11 10:20
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline
Senior Expert
3run  Offline
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
Here is my current progress with my top-down splitscreen shooter:
Last Stand 2D v 0.2


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: What are you working on? [Re: 3run] #385576
10/20/11 11:01
10/20/11 11:01
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
This must be fun to play grin

Re: What are you working on? [Re: PadMalcom] #385583
10/20/11 13:52
10/20/11 13:52
Joined: Oct 2004
Posts: 4,134
Netherlands
Joozey Offline
Expert
Joozey  Offline
Expert

Joined: Oct 2004
Posts: 4,134
Netherlands
Looks great!


Click and join the 3dgs irc community!
Room: #3dgs
Re: What are you working on? [Re: Joozey] #385591
10/20/11 17:02
10/20/11 17:02
Joined: Jun 2009
Posts: 258
behind this enternet window
zeusk Offline
Member
zeusk  Offline
Member

Joined: Jun 2009
Posts: 258
behind this enternet window
@ratchet i got all the software free so it wasn't expensive

Page 41 of 554 1 2 39 40 41 42 43 553 554

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1