View unanswered posts | View active topics It is currently Wed May 01, 2024 5:35 am



This topic is locked, you cannot edit posts or make further replies.  [ 91 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
 Minor Mod Compendium 
Author Message
User avatar

Joined: Sun Oct 29, 2006 7:17 pm
Posts: 50
Post Re: Minor Mod Compendium
I was messing around with a grenade, trying to make something that wouldn't hurt actors nor ground, but flip ships around and throw them to the ground. Instead a made an untraceable killer bomb that destroys in a weird way. Everything in its vicinity (That means: Unblocked view :P ) is destroyed, and it has a big area of effect.

I didn't really bother with the price, as i throught that if you used this, you used some money cheat as well :P

Also, awesome smiley sprite for awesomeness


Attachments:
[The extension jpg has been deactivated and can no longer be displayed.]
Funbomb.rte.zip [5.47 KiB]
Downloaded 334 times
Mon Sep 29, 2008 8:33 pm
Profile WWW
User avatar

Joined: Tue Jun 12, 2007 11:52 pm
Posts: 13143
Location: Here
Post Re: Minor Mod Compendium
Different heart colors. Crop, copy, and paste them into Base.rte/GUIs/Skins/Base/fatfont.bmp and Base.rte/GUIs/Skins/MainMenu/fatfont.bmp. Make sure you line up the little dots and match the dot color to the fatfont.bmp color.


Attachments:
[The extension bmp has been deactivated and can no longer be displayed.]
Sun Oct 05, 2008 1:29 am
Profile
User avatar

Joined: Fri Mar 02, 2007 6:59 am
Posts: 1726
Location: NSW, Australia
Post Re: Minor Mod Compendium
Image
Mr X the almost invincible.
I made this guy as an experiment to see if it was possible to survive Zalo's portal demonstration (vertical inherits velocity warp). It is. In the process, this funny little guy was made as indestructible as possible. He also gives you unlimited funds upon purchase.


Attachments:
File comment: He's amazing. And kinda short...
MrX.rte.rar [2.69 KiB]
Downloaded 525 times
Tue Oct 21, 2008 10:42 am
Profile
User avatar

Joined: Fri May 16, 2008 1:33 am
Posts: 3
Post Re: Minor Mod Compendium
Can he survive a Ypsilon Cannon?
I'm assuming thats where the "almost" comes into play.


Tue Oct 21, 2008 8:22 pm
Profile
User avatar

Joined: Fri Mar 02, 2007 6:59 am
Posts: 1726
Location: NSW, Australia
Post Re: Minor Mod Compendium
Theoretically, he could, but he is often killed by large heavy objects moving at great speed. This makes NO sense though, as he is made of test material, has incredible joint strength, and cannot be hurt by bullets of falling.


Wed Oct 22, 2008 5:38 am
Profile
User avatar

Joined: Thu Jul 10, 2008 6:23 pm
Posts: 301
Location: Lurking somewhere around here...
Post Re: Minor Mod Compendium
I don't understand it, but a robot with an SMG walked up and killed Mr. X. I couldn't believe it. Also, if he's made of test, the ypsilon should kill him. Numgun said that "Ypsilon still cuts through (The block things made of test) like hot knife + butter" so I wouldn't gamble on it :p


Thu Oct 23, 2008 2:49 pm
Profile

Joined: Sat Jan 13, 2007 11:04 pm
Posts: 2932
Post Re: Minor Mod Compendium
Ultric wrote:
I don't understand it, but a robot with an SMG walked up and killed Mr. X. I couldn't believe it. Also, if he's made of test, the ypsilon should kill him. Numgun said that "Ypsilon still cuts through (The block things made of test) like hot knife + butter" so I wouldn't gamble on it :p


Let me show you what the ypsilon fires:

Code:
AddEffect = MOPixel
   InstanceName = Main Cannon fire
   Mass = -2000000000
   RestThreshold = 500
   LifeTime = 900
   Sharpness = 9999999999999999999999999999999999999
   HitsMOs = 1
   GetsHitByMOs = 0
   Color = Color
      R = 255
      G = 0
      B = 255
   Atom = Atom
      Material = Material
         CopyOf = Bullet Metal
      TrailColor = Color
         R = 255
         G = 0
         B = 255
      TrailLength = 1


That is the main particle of the beam phase.

And it gets worse. This is what the final blast is made out of:

Code:
AddEffect = MOPixel
   InstanceName = Particle Ypsilon overkill
   Mass = -99999999999999999999999999999999999999
   RestThreshold = 500
   LifeTime = 89
   Sharpness = -999999999999999999999999
   HitsMOs = 1
   GetsHitByMOs = 0
   Color = Color
      R = 220
      G = 250
      B = 240
   Atom = Atom
      Material = Material
         CopyOf = Xenocronium
         InstanceName = Ypsilion
         Bounce = 9000
         Friction = -9000
         StructuralIntegrity = 500000000
      TrailColor = Color
         R = 220
         G = 250
         B = 240
      TrailLength = 10000


Anything that has GetsHitByMOs = 1 and collides like normal objects do is completely fudged if its gets hit by the ypsilon.


Thu Oct 23, 2008 2:56 pm
Profile
User avatar

Joined: Thu Jul 10, 2008 6:23 pm
Posts: 301
Location: Lurking somewhere around here...
Post Re: Minor Mod Compendium
numgun wrote:
Ultric wrote:
I don't understand it, but a robot with an SMG walked up and killed Mr. X. I couldn't believe it. Also, if he's made of test, the ypsilon should kill him. Numgun said that "Ypsilon still cuts through (The block things made of test) like hot knife + butter" so I wouldn't gamble on it :p


Let me show you what the ypsilon fires:

<CODE>

That is the main particle of the beam phase.

And it gets worse. This is what the final blast is made out of:

<CODE>

Anything that has GetsHitByMOs = 1 and collides like normal objects do is completely fudged if its gets hit by the ypsilon.

Exactly what I meant. They were asking if their actor made of test would be able to stand up to the force a ypsilon. In return, I loosely quoted what you said in the AAL thread.


Sat Oct 25, 2008 12:46 am
Profile
User avatar

Joined: Mon Oct 20, 2008 12:32 pm
Posts: 66
Location: Australia
Post Re: Minor Mod Compendium
-Minor Mod Removed-
As mentioned a little further down, someone thought this was a little bit more than a minor mod... Cheer Aspect!

So yeah, it'll be in Mod Releases soon enough...


Last edited by Nachos on Fri Oct 31, 2008 1:45 am, edited 2 times in total.



Thu Oct 30, 2008 11:53 am
Profile
User avatar

Joined: Mon Aug 18, 2008 5:29 pm
Posts: 607
Location: Ukraine,Odessa in the ASC bunker-base
Post Re: Minor Mod Compendium
OMFG , you've got my dl


Thu Oct 30, 2008 12:02 pm
Profile
User avatar

Joined: Tue Dec 12, 2006 1:09 am
Posts: 698
Location: Plymouth, NC
Post Re: Minor Mod Compendium
It's a hunk of junk but it's a fun hunk of junk.

Also a very well-sprited hunk of junk.


Thu Oct 30, 2008 8:02 pm
Profile
User avatar

Joined: Fri Dec 28, 2007 4:19 am
Posts: 1119
Post Re: Minor Mod Compendium
Fun helicoptor, Just found it... Good. Making me recall an idea I once had...


Thu Oct 30, 2008 10:35 pm
Profile
User avatar

Joined: Mon Apr 28, 2008 1:35 am
Posts: 383
Post Re: Minor Mod Compendium
don't know if i'd put it in minor mod compendium... it's really cool, and the rotor idea is really more than minor. Great stuff.


Thu Oct 30, 2008 10:44 pm
Profile
User avatar

Joined: Mon Oct 20, 2008 12:32 pm
Posts: 66
Location: Australia
Post Re: Minor Mod Compendium
Aspect wrote:
don't know if i'd put it in minor mod compendium... it's really cool, and the rotor idea is really more than minor. Great stuff.


Okie Dokie then, I updated it anyway so it was a little more controllable and doesnt die from touching the ground, lol. Thanks, I didn't want my first mod to be just something that has been done a million times before. It'll be up in the Mod Releases forum in a little while, I'm going to try and give it a .30 cal cannon. woop woop!


Thu Oct 30, 2008 11:07 pm
Profile
User avatar

Joined: Sat Nov 03, 2007 9:44 pm
Posts: 1916
Location: Flint Hills
Post Re: Minor Mod Compendium
I'm re-releasing my first released mod and I hardly changed a thing.
But someone suggested it, and the whole reason it wasn't well received was because it was small and simple. Now being in this topic, I don't think that will be a problem.
Image

Just some useful sprite-spliced stair modules. They fit seamlessly with vanilla modules, literally, and in style. (obviously; they're just spliced vanilla sprites after all) Their prices are well balanced, in a materialistic comparison to vanilla content.

Half Flight L/R (24 pixel tall flight of stairs)
Top L/R
Segment L/R (you can elongate these stairs as much as you like)
Bottom L/R

There's also those little step-up stairs, as seen in the screen shot, but the spriting isn't the best, and there's similar stairs in the vanilla content now; there wasn't at the time I'd originally made this. I left them in anyway if anyone wanted another style. Comment them out if you don't.

Attachment:
Stairs.rte.rar [146.35 KiB]
Downloaded 463 times


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

I guess my manual door can go here too. It's another pre-B19 mod, an old fashion ARocket Door, manually controlled. LazyFaith wanted one, and I tidied it up, and now I figure that I might as well actually release it in some way or another. It doesn't fit the style of the ADoor doors of B19 and onwards, because they weren't availible for reference; there was just the surrounding modules to speculate upon and try to fill ourselves.
Stronger and faster; the door costs twice as much as it's vanilla counterpart.
Image
Select the actor and press the fire button to open/close. Set the AI to 'Stay' with the pie menu if it starts automatically opening.
The wasd buttons control some little glowy lights I threw on there just for the hell of it.
Ironically, when placed next to some of the vanilla Door As, they do the opposite of what the manual door does, because they sense it and open up for it.
Attachment:
Manual Door.rte.rar [180.84 KiB]
Downloaded 576 times


Wed Nov 05, 2008 3:16 am
Profile
Display posts from previous:  Sort by  
This topic is locked, you cannot edit posts or make further replies.   [ 91 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.061s | 16 Queries | GZIP : Off ]