Reminder: Internet Explorer 6 or below are NOT supported.





|
There are currently 94 users playing Freelancer on
82 servers. | May. 20, 2013 |
Browsing this Thread:
1 Anonymous Users
Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2008/5/21 19:32 Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
647
![]() |
I want to create a troll wreck that drops cargo that explodes causing damage.
The cargo would have to drop in intervals rather than all at once so that a series of charges would drop the shield and then begin hull damage rather than all going off at once and damaging only the shield. I was kind of thinking about dropping volatile gas clouds but figured I'd ask first to see if anyone knew if it could even be done. Minefield mines could also be an option as they're at least an object, but they'd have to be added to the goods.ini file at the very least. And, they don't disappear after exploding. huh... now wouldn't that be interesting... a ship that can drop a static minefield which stays in place until the next server restart...
Posted on: 2012/4/16 11:27
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Just can't stay away
![]()
Joined:
2009/12/28 11:49 From England
Group:
Registered Users
Posts:
213
![]() |
I also had an idea just like this for my mod at some point, so i'd also be very interested in the result of anything to come from this.
Posted on: 2012/4/16 18:27
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Just popping in
![]()
Joined:
2011/8/8 13:07 From Australia
Group:
Registered Users FLServer Admins
Posts:
15
![]() |
The only thing I would suggest is making it a solar that has some custom gun/missile mounts or some such, re-named to look like loot. When they shoot the model to get the loot it goes hostile and shoots back with some big-hitters. If you make custom weapon entries for the weapons you could make them invisible if you want to increase confusion, and if you give the wreck a unique faction then it'll always be neutral prior to the player shooting it.
Best idea I can come up with that doesn't involve bucket loads of work.
Posted on: 2012/4/17 8:57
|
|||
|
||||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2008/5/21 19:32 Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
647
![]() |
OK, we have this working just fine now.
In tohoku we have a 'lootable' wreck, an Armored Transport floating in space. It has hit points of 39,600. When 35000 hit points remain the specified Hps start sparking and smoking. When 30000 hit points remain, those HPs start continuous flaming. When 20500 hit points remain, the neutronstar effect goes off... This needs to be replaced as the effect is not what I want. When 20001 hit points remain, a fuse goes off destroying any shields When 20000 hit points remain, a second like fuse goes off destroying whatever's left. the only thing I can't do right now is have a voice effect saying HaHA!! when it goes off. Just to rub a little salt in the wound so to speak. We're considering giving the wreck a LOT of hit points and just repeating fuses so that the wreck will do it to all players that come by until the next server reset. All I need now is a good pulse effect to replace the neutron star effect. Just prior to the player being destroyed I want a pulse wave to spread out from the wreck. Anyone aware of any existing effects like that?
Posted on: 2012/4/30 15:52
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2008/5/21 19:32 Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
647
![]() |
Oh, and here's the code for any who are interested.
Code: <data file="data\fx\fuse_suprise_solar.ini" method="append">
Posted on: 2012/4/30 15:53
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Just can't stay away
![]()
Joined:
2009/12/28 11:49 From England
Group:
Registered Users
Posts:
213
![]() |
so this could be given an NPC ship with the same effect?
Posted on: 2012/5/1 0:33
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2008/5/21 19:32 Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
647
![]() |
haven't tried it but I don't see why not. The problem is that the fuses are tied to the solararch in this case. For NPCs you'd have to tie it to the shiparch in the same way. Do you want ALL starfliers to behave the same way in this case? That's up to you of course.
Posted on: 2012/5/1 2:27
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Just can't stay away
![]()
Joined:
2009/12/28 11:49 From England
Group:
Registered Users
Posts:
213
![]() |
i would want all of a certain type to behave like this, yes.. this is pretty awesome.
Posted on: 2012/5/1 14:31
|
|||
|
||||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2008/5/21 19:32 Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
647
![]() |
If you want all of a certain type to work this way then you don't need the solararch.ini changes. That was added just to provide a specific solar SUPRISE wreck.
Just add the fuse info to the fuse.ini file and then reference those fuses in the appropriate ship in the shiparch.ini file.
Posted on: 2012/5/3 2:49
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2008/5/21 19:32 Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
647
![]() |
Well, I had hoped by repeating the fuses at consistently lower hit points I'd be able to have that wreck kill multiple players between server reboots but that isn't working. I wonder if it's because it's visit = 16...
When I return to the wreck after the initial blowup, the wreck will take hits all the way down to zero without further fuses going off.
Posted on: 2012/5/4 2:10
Edited by robocop on 2012/5/4 2:48:20
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2008/5/21 19:32 Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
647
![]() |
Wasn't the visit = 16, changed it to visit = 0 and got the same result.
Anyone aware of a way to make a lootable wreck regen like station turrets and tradelanes do?
Posted on: 2012/5/4 2:47
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2009/9/28 21:13 From Wales
Group:
Registered Users Senior Members
Posts:
816
![]() |
Don't pretend to know anything about these things, but I would imagine that your answer might lie with destructible universe hooks or hacks etc.
Why not make a small encounter zone which spawns this ship and loadout, no engine so it can't fly. Put a large delay on respawn.
Posted on: 2012/5/4 10:51
|
|||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Just can't stay away
![]()
Joined:
2008/5/26 14:24 Group:
Registered Users FLServer Admins Senior Members
Posts:
396
![]() |
Quote:
Wow, that' a good idea, thanks Timmy51m. @robocop: I remember that you have an about the nomad not using the CD post , but I can not find it, so to get back to you here. Maybe you can change the weapon_equip.ini of: auto_turret = true for the nomad CD. Its work on my mod, all of the npc can use CD as well. Help that can be help.
Posted on: 2012/5/5 7:55
|
|||
![]() The mod is only me working on it. |
||||
|
||||
Re: Exploding loot and damage |
||||
|---|---|---|---|---|
|
Home away from home
![]()
Joined:
2008/5/21 19:32 Group:
Registered Users FLServer Admins $$$ Supporters $$$ Senior Members
Posts:
647
![]() |
I'll try your suggestion Timmy. What settings do you recommend to ensure that the ship is there whenever a player shows up? Also, how to ensure that the ship always carries the same name and infocard?
@JONG, I'll give your suggestion a shot as well JONG although I see none of the other CDs have that switch set and NPCs use those CDs just fine.
Posted on: 2012/5/6 4:46
|
|||
|
||||










Donations
Forum






