Data Realms Fan Forums http://45.55.195.193/ |
|
Gibbing MOSParticles http://45.55.195.193/viewtopic.php?f=1&t=10970 |
Page 1 of 2 |
Author: | Winterous [ Wed Apr 16, 2008 1:26 pm ] |
Post subject: | Gibbing MOSParticles |
Can you make MOSParticles gib on contact? I'm trying to make a laser sight, and unless you can do that then it won't work well enough to bother. |
Author: | Lord Tim [ Wed Apr 16, 2008 3:03 pm ] |
Post subject: | Re: Gibbing MOSParticles |
Perhaps gibbing will be my next tutorial subject. But no, you cannot have either MOPixels or MOSParticles gib. Only Actors and MOSRotating. But if you're making a lasersight, I assume, you're using an emitter. And emitters can emit... Anything. Except, perhaps... TerrainObjects... But don't quote me on that. |
Author: | Djinn [ Wed Apr 16, 2008 3:33 pm ] |
Post subject: | Re: Gibbing MOSParticles |
Lord Tim wrote: Perhaps gibbing will be my next tutorial subject. But no, you cannot have either MOPixels or MOSParticles gib. Only Actors and MOSRotating. But if you're making a lasersight, I assume, you're using an emitter. And emitters can emit... Anything. Except, perhaps... TerrainObjects... But don't quote me on that. Not TerrainObjects, I've tested. |
Author: | robolee [ Wed Apr 16, 2008 5:48 pm ] |
Post subject: | Re: Gibbing MOSParticles |
this is covered on the wiki... sigh, you obviously need to look at it, but hey nobody else does. http://www.datarealms.com/wiki/index.ph ... king_Index |
Author: | Winterous [ Thu Apr 17, 2008 8:05 am ] |
Post subject: | Re: Gibbing MOSParticles |
Lord Tim wrote: Perhaps gibbing will be my next tutorial subject. But no, you cannot have either MOPixels or MOSParticles gib. Only Actors and MOSRotating. But if you're making a lasersight, I assume, you're using an emitter. And emitters can emit... Anything. Except, perhaps... TerrainObjects... But don't quote me on that. I tried using MOSRotatings, using a small sprite makes them not collide well, and I had a laser shooting backwards too. *sigh* I suppose it's just not possible yet. |
Author: | Thanatos [ Thu Apr 17, 2008 8:03 pm ] |
Post subject: | Re: Gibbing MOSParticles |
The reason they do not collide and gib well is because you need to mess with the atomgroups and depth. And btw guys, for like the 20th time, emitters can gib. And tim, you missed TD's. |
Author: | Shook [ Thu Apr 17, 2008 8:29 pm ] |
Post subject: | Re: Gibbing MOSParticles |
Thanatos wrote: The reason they do not collide and gib well is because you need to mess with the atomgroups and depth. Someone should make a tutorial for that... I have a feeling that less than a quarter of the active people here knows how to use them. I know i don't. Not necessarily pointing at you, but someone who does know how to. ... Don't forget ACRockets, ACDropShips and Attachables :0 But yeah, MOSParticles can't, much to many modders' dismay. It would be nice if it was added in one of the next builds |
Author: | Thanatos [ Thu Apr 17, 2008 8:50 pm ] |
Post subject: | Re: Gibbing MOSParticles |
However, you could just go around that by adding an attachable mosparticle to a 1 pixel mosrotating to achive the same effect. Also, ask zalo. |
Author: | Winterous [ Fri Apr 18, 2008 8:56 am ] |
Post subject: | Re: Gibbing MOSParticles |
Thanatos wrote: However, you could just go around that by adding an attachable mosparticle to a 1 pixel mosrotating to achive the same effect. Also, ask zalo. Hmm, that would effing work! |
Author: | Thanatos [ Fri Apr 18, 2008 9:00 am ] |
Post subject: | Re: Gibbing MOSParticles |
You are welcome. Also, I have apm around from data explaining atomgroup and depth, let me see if I can find it. -Semininjaedit- ------------------------------------------------------------------------------------------- So the AtomGroup is the bunch of colliding physical atoms that should be on the 'surface' of the object (on the sprite's silhouette). They collide with other objects and the terrain. The depth and resolution properties determine how dense and how deep into the sprite's surface they are positioned. The DeepGroup is a bunch of points that when intersected by the terrain, make the object delete its silhouette fromt he terrain, effectively carving out a chunk the shape of itself. These are supposed to be placed at a depth deeper than the AtomGroup, since the terrain should only be dug out if the object sinks into the terrain enough. For a 1x1 size sprite, the deep group is pointless, and the atomgroup will automaticlaly only be one atom in the middle of it, so the properties you give it won't really matter either. - D ------------------------------------------------------------------------------------------- Anything else? |
Author: | Winterous [ Fri Apr 18, 2008 9:32 am ] |
Post subject: | Re: Gibbing MOSParticles |
õ_o I don't quite get DeepGroup, but eh. And also, that's cool, but could someone give everyone an example of how you would manually do an AtomGroup? |
Author: | Shook [ Fri Apr 18, 2008 12:20 pm ] |
Post subject: | Re: Gibbing MOSParticles |
Oh wow, this is awesome, now i can finally make a laser that doesn't have balls located on it :3 Edit: So let me see if i got it right, AtomGroup collides with other AtomGroups, while DeepGroup collides with the terrain? |
Author: | robolee [ Fri Apr 18, 2008 5:59 pm ] |
Post subject: | Re: Gibbing MOSParticles |
Shook wrote: Oh wow, this is awesome, now i can finally make a laser that doesn't have balls located on it :3 Edit: So let me see if i got it right, AtomGroup collides with other AtomGroups, while DeepGroup collides with the terrain? actually I think it is in reverse? because deepcheck is what makes my particles eat through terrain (via hitting each other and pushing the other one into the ground). >:( needs a fix data, it's been like that for... well... ever? (they eat through absolutely any material) edit: however whenever I ask no one tells me so how the ♥♥♥♥ would I know, I'd appreciate it if someone were to reply with what depth actually does since it "already well known" |
Author: | Azukki [ Fri Apr 18, 2008 9:54 pm ] |
Post subject: | Re: Gibbing MOSParticles |
Winterous wrote: And also, that's cool, but could someone give everyone an example of how you would manually do an AtomGroup? Look in Base.rte/Actors.ini Copy the foot atomgroup, and edit it into whatever shape. Each one of the atoms is just an offset where there's a pixel. Each atom also has a material, so, someone correct me if I'm mistaken, you can give different parts of one object different materials. Anyways, in your object that you want to give a manual atomgroup, instead of the Autogenerate and material, use a copyof to copy the atomgroup you previously defined. But, I really can't say that's the best or even a good method, seeing as all I accomplished with it was collisions with terrain, and I never got it to collide with other MOs. (see: invisible shield topic) And I also have no idea what's up with Depth and Resolution. |
Author: | robolee [ Sat Apr 19, 2008 2:03 am ] |
Post subject: | Re: Gibbing MOSParticles |
yeah, but won't this push you away from the ground? unless it doesn't collide... which beats the whole point. |
Page 1 of 2 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |