View unanswered posts | View active topics It is currently Fri Apr 19, 2024 11:25 pm



Reply to topic  [ 25 posts ]  Go to page 1, 2  Next
 Gravity generators and weapons V1.30 
Author Message
User avatar

Joined: Tue Nov 17, 2009 7:38 pm
Posts: 909
Location: France
Reply with quote
 Gravity generators and weapons V1.30
Hi, here is my first lua-based mod:

It contains 4 gravity generators, 1 gravity bomb , 2 gravity gun and 1 antigravity drone:

Gravity generators:

_The zero gravity generator: makes a small aera of zero gravity around it. MAY CAUSE GRAVITATIONNAL ANOMALIES WHEN DESTROYED.

_The variable gravity generator: Like the first but you can increase or decrease gravity in real-time(see readme).It can also be used to send out brief gravity or antigravity surges.MAY CAUSE GRAVITATIONNAL ANOMALIES WHEN DESTROYED.

_The stasis field generator: This one isn't exactly a gravity generator: it will slow down and nearly stop anything that comes near it. May cause hasardous effects when destroyed.

_The area denial gravity generator: Creates a controlled gravitationnal anomaly: If you are far from it it will act like a zero gravity generator, if you come closer you will be crushed and if you come really close (nearly impossible exept for high-speed bullets) it will act like a stasis generator. Only very high-speed projectiles have a chance to destroy this generator. MAY CAUSE GRAVITATIONNAL ANOMALIES WHEN DESTROYED.

Gravity generators can be found in the bomb category.

Gravity bomb:
A powerful bomb that will firstly reverse gravity to -1/4g and then reverse it back and amplify it to 50g for a split second.

Gravity gun:
A powerful weapon that locally amplifies gravity to 1000g for a split second. Will probably crush you when it gibs.Devastating against rockets and dropships.

Inverse Gravity gun:
A powerful weapon that locally amplifies gravity to -1000g for a split second. I recommend using it inside buildings.

Antigravity drone:
A remote controlled flying gravity bomb(see readme for controls)



I know my sprites aren't good at all, I would gladly accept help with these.

Don't hesitate to suggest new ideas.

This is only a first release and I will improve it, please comment(constructive criticism only please) and report any bug. Anyone can re-use or modify it for other mods or missions, please credit me if you do.

Videos:


A video of V1.01: http://www.youtube.com/watch?v=hblxECfoGXQ

Here you can see what the grav gun does to a rocket(V1.30): http://www.youtube.com/watch?v=eNGN6Tl7HxQ


V1.30(Area denial gravity generator added):
Attachment:
Gravity.rteV1.3.rar [26.79 KiB]
Downloaded 1983 times

Here for those who can't use the insert key(use the end key instead):
Attachment:
Gravity.rteV1.3 - endkey..rar [26.79 KiB]
Downloaded 452 times


V1.21(Grav gun won't destroy terrain and lag anymore):

Attachment:
Gravity.rteV1.21.rar [24.56 KiB]
Downloaded 447 times

Here for those who can't use the insert key(use the end key instead):
Attachment:
Gravity.rteV1.21 - endkey.rar [24.56 KiB]
Downloaded 332 times


V1.2:(Added stasis gen + inverse grav gun + all my stuff will now influence particles(bullets, terrain MOPixels...etc + The glows on the generators will now indicate if it increases (in that case it will fall) or decreases(in that case it will go up)gravity.)
Attachment:
Gravity.rteV1.2.rar [24.54 KiB]
Downloaded 324 times

Here for those who can't use the insert key(use the end key instead):
Attachment:
Gravity.rteV1.2 - endkey.rar [24.54 KiB]
Downloaded 310 times



V1.1(Added Antigrav drone + upgraded grav gun):

Attachment:
Gravity.rteV1.1.rar [18.33 KiB]
Downloaded 365 times

Here for those who can't use the insert key(use the end key instead):
Attachment:
Gravity.rteV1.1 - endkey.rar [18.33 KiB]
Downloaded 343 times


V1.01(bug fixed):

Attachment:
Gravity.rteV1.01.rar [14.78 KiB]
Downloaded 371 times


Last edited by Mehman on Wed Aug 04, 2010 3:34 pm, edited 22 times in total.



Fri Jun 25, 2010 10:10 pm
Profile
User avatar

Joined: Tue Jun 12, 2007 11:52 pm
Posts: 13143
Location: Here
Reply with quote
Post Re: WIP : Gravity generators and weapons
You need some images of your mod.

And:
Attachment:
Error Window.bmp


Although it's really line 621, I think.


Edit: Got it fixed. On line 621, this:
Code:
CopyOf = Gravity Generator

should be this, I think:
Code:
CopyOf = Zero Gravity Generator


Last edited by CaveCricket48 on Fri Jun 25, 2010 10:34 pm, edited 1 time in total.



Fri Jun 25, 2010 10:25 pm
Profile
User avatar

Joined: Fri Jun 25, 2010 10:22 pm
Posts: 3
Reply with quote
Post Re: WIP : Gravity generators and weapons
Damn it Cricket, beat me to it.

Yeah, I'm getting the same error.


Fri Jun 25, 2010 10:29 pm
Profile
User avatar

Joined: Tue Jun 12, 2007 11:52 pm
Posts: 13143
Location: Here
Reply with quote
Post Re: WIP : Gravity generators and weapons
Once fixed, this is certainly an interesting mod. The Zero-Gravity Generator doesn't completely nullify gravity as I thought it would, but it's still cool. The Gravity Gun insta-gibs things most of the time.

Edit: The fixed mod, will remove once Mehman posts his fix. Hope you don't mind.

Edit: Removed.


Last edited by CaveCricket48 on Sat Jun 26, 2010 6:08 pm, edited 2 times in total.



Fri Jun 25, 2010 10:39 pm
Profile
User avatar

Joined: Fri Jun 25, 2010 10:22 pm
Posts: 3
Reply with quote
Post Re: WIP : Gravity generators and weapons
Just tried it out, loving it so far. I haven't seen anything like it, the gravity gun could use some extra snazz and gibbing power, maybe incorporate some zero-G so all the gibs float around for a moment before dropping down.


Fri Jun 25, 2010 11:37 pm
Profile
User avatar

Joined: Tue Nov 17, 2009 7:38 pm
Posts: 909
Location: France
Reply with quote
Post Re: WIP : Gravity generators and weapons
Bug fixed, thanks for signaling it.

The zero gravity generator makes real 0g on the center but the effect decreases over distance.(see gravgen.lua for more precisions)

Quote:
maybe incorporate some zero-G so all the gibs float around for a moment before dropping down.


Good idea, I'll see what I can do.
I tried, it doesn't work.


Last edited by Mehman on Sat Jun 26, 2010 11:32 am, edited 1 time in total.



Sat Jun 26, 2010 10:20 am
Profile
User avatar

Joined: Tue Nov 17, 2009 7:38 pm
Posts: 909
Location: France
Reply with quote
Post Re: WIP : Gravity generators and weapons
CaveCricket48 wrote:

Although it's really line 621, I think.



Yes it was.
Images don't really look nice(cause a gravity field is hard to see); but I may make a video


Sat Jun 26, 2010 10:31 am
Profile
User avatar

Joined: Tue Nov 17, 2009 7:38 pm
Posts: 909
Location: France
Reply with quote
Post Re: WIP : Gravity generators and weapons(bug fixed)
Ok, I made a video of V1.01(http://www.youtube.com/watch?v=hblxECfoGXQ)


Sat Jun 26, 2010 4:08 pm
Profile

Joined: Sun May 31, 2009 6:49 pm
Posts: 69
Reply with quote
Post Re: WIP : Gravity generators and weapons V1.1+bug fixed
Nice mod but is there a way to replace the insert key with the end key? Because using the insert key on my numpad isn't working :(


Sat Jun 26, 2010 10:58 pm
Profile
User avatar

Joined: Tue Nov 17, 2009 7:38 pm
Posts: 909
Location: France
Reply with quote
Post Re: WIP : Gravity generators and weapons V1.1+bug fixed
Eviltebor wrote:
Nice mod but is there a way to replace the insert key with the end key? Because using the insert key on my numpad isn't working :(



Here it is:
Attachment:
Gravity.rteV1.1 - endkey.rar [18.33 KiB]
Downloaded 277 times


Sun Jun 27, 2010 7:20 pm
Profile
User avatar

Joined: Tue Nov 17, 2009 7:38 pm
Posts: 909
Location: France
Reply with quote
 Re: WIP : Gravity generators and weapons V1.2
Updated to V1.2:
_Added 1 grav gun
_Added the stasis generator
_All my stuff will now influence particles(bullets, terrain MOPixels...etc)
_The glows on the generators will now indicate if it increases (in that case it will fall) or decreases(in that case it will go up)gravity.


Mon Jun 28, 2010 1:55 pm
Profile
User avatar

Joined: Tue Nov 17, 2009 7:38 pm
Posts: 909
Location: France
Reply with quote
Post Re: WIP : Gravity generators and weapons V1.21
Updated to V1.21:
_Grav gun won't destroy terrain and lag anymore


Mon Jun 28, 2010 2:42 pm
Profile
User avatar

Joined: Tue Aug 14, 2007 8:40 pm
Posts: 259
Reply with quote
Post Re: WIP : Gravity generators and weapons V1.21
Woah woah woah, I'm getting bombarded with downloads. Could you put the main and latest download that includes everything first? I just don't want to download random stuff.


Mon Jun 28, 2010 5:45 pm
Profile
User avatar

Joined: Tue Nov 17, 2009 7:38 pm
Posts: 909
Location: France
Reply with quote
Post Re: WIP : Gravity generators and weapons V1.21
Sakiskid wrote:
Woah woah woah, I'm getting bombarded with downloads. Could you put the main and latest download that includes everything first? I just don't want to download random stuff.


Done.


Mon Jun 28, 2010 11:47 pm
Profile
User avatar

Joined: Tue Aug 14, 2007 8:40 pm
Posts: 259
Reply with quote
Post Re: WIP : Gravity generators and weapons V1.21
Thank you kind sir.


Mon Jun 28, 2010 11:51 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 25 posts ]  Go to page 1, 2  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.149s | 16 Queries | GZIP : Off ]