Author Topic: odd request...  (Read 1987 times)

0 Members and 1 Guest are viewing this topic.

since there are a plethora of ships made for freespace 2 in the computers of most of the HLP forumites who still are alive, it is my dire odd request to you all that if there are any fighters, bombers, cruisers, frigates, "donuts", capital ships, weapons, textures, anything that can be sparred to be used or be donated to the general modding public. it would be thankful if you stated below what it is you guys have. i know there are a website or 2 of mods already made and listed, and i cant find em, and those just happen to be the ones already messed with and everyone has seen. im asking for the mods no one has let out yet, probrbaly from sheer lazyness, and release them, or atleast, donate them or some to be utilized elsewhere.

maybe this makes no sense, but i know theres people out there who need ships to mod, and no ships to mod with. of course if this is done all credit would be given to those who donate.

 

Offline KARMA

  • Darth Hutt
  • 211
    • http://members.fortunecity.com/aranbanjo
you should check firstable aldo's modeldumps, fs2s archives, minimod database, hlp archive, vw archive, but i agree that there are many other things, some good some not, that are not linked there and that could be useful.
Personally i have only a fighter perseus style and a capships, both untextured, unturreted, not even tested or stabilized, so almost unuseful

 
Quote
Originally posted by KARMA
you should check firstable aldo's modeldumps, fs2s archives, minimod database, hlp archive, vw archive, but i agree that there are many other things, some good some not, that are not linked there and that could be useful.
Personally i have only a fighter perseus style and a capships, both untextured, unturreted, not even tested or stabilized, so almost unuseful


well yea but these are mods that has been seen for ages, and there dull. im talkking about the mods not even mentioned in VW anymore. there almost dead on that front, and HLP is the only surviving up-to-date mod site for FS2 at the moment. well i will check those model dumps, but for now i know people are holding out, and theyre not utilizing there ships.

  

Offline vyper

  • 210
  • The Sexy Scotsman
I did create a tracer-fire like weapon once, but someone beat me to the punch and released another one. If anyone is interested I'll post it here...

btw, tracer fire is teh sh1t, it can make a battle feel more intense and "busy", and it can disarm an enemy warship very quickly.
"But you live, you learn.  Unless you die.  Then you're ****ed." - aldo14

 

Offline HotSnoJ

  • Knossos Online!
  • 29
    • http://josherickson.org
I'm working on a way to make :V: like ship selection ani's.

what I've gotten done
I have big plans, now if only I could see them through.

LiberCapacitas duo quiasemper
------------------------------
Nav buoy - They mark things

 
Quote
Originally posted by vyper
I did create a tracer-fire like weapon once, but someone beat me to the punch and released another one. If anyone is interested I'll post it here...

btw, tracer fire is teh sh1t, it can make a battle feel more intense and "busy", and it can disarm an enemy warship very quickly.


sure that would be great, besides sandwich's turret mod which made all FS2 turrets more realistic, it would be a good addition to see what u and whoever beat u to it have created.


Quote
HotSnoJ: I'm working on a way to make :V: like ship selection ani's.


well kwel, since thats being done alot of people would greatly find uses for that. makes our jobs alot easier.

 

Offline KARMA

  • Darth Hutt
  • 211
    • http://members.fortunecity.com/aranbanjo
well i noticed that the minimod databse is now dead, althought it was the one with the more recent stuff.
i think that a databse like the one used by lancersreactor could be extremelly useful for the community
the problem is that something like already exist, vw archives, hlp mod archive, fs2s (http://www.sectorgame.com/f2s/files/models.php  ), but people have to use them, or they are useless.

 

Offline Black Wolf

  • Twisted Infinities
  • 212
  • Hey! You! Get off-a my cloud!
    • Visit the TI homepage!
Quote
Originally posted by deep_eyes


well yea but these are mods that has been seen for ages, and there dull. im talkking about the mods not even mentioned in VW anymore. there almost dead on that front, and HLP is the only surviving up-to-date mod site for FS2 at the moment. well i will check those model dumps, but for now i know people are holding out, and theyre not utilizing there ships.


You're lucky Hunter hasn't seen this post yet :p
TWISTED INFINITIES · SECTORGAME· FRONTLINES
Rarely Updated P3D.
Burn the heretic who killed F2S! Burn him, burn him!!- GalEmp

 

Offline vyper

  • 210
  • The Sexy Scotsman
Code: [Select]

; ----------------------------------------------------------------------------------
;; Terran Turret Laser x (Tracer)
;; Tracer weapon (was eye candy, but now kicks serious Shivan/Rebel arse)
$Name:                                  Terran Tracer Turret
$Model File:                    none
@Laser Bitmap:                  laserglow06
@Laser Glow:   2_laserglow03
@Laser Color:   0, 255, 255
@Laser Color2:   0, 0, 255
@Laser Length:       50.0
@Laser Head Radius:  0.40
@Laser Tail Radius:  0.80
$Mass:                                  0.8
$Velocity:                              400.0                           ;; speed of the weapon (initially) -- may or may not change
$Fire Wait:                             0.1                     ;; in seconds
$Damage:                                        100
$Armor Factor:                  1.0
$Shield Factor:                 0.8
$Subsystem Factor:              0.75
$Lifetime:                              20.0
$Energy Consumed:               0.30                            ;; Energy used when fired
$Cargo Size:                    0.0                             ;; Amount of space taken up in weapon cargo
$Homing:                                          NO
$LaunchSnd:                             111                                     ;; The sound it makes when fired
$ImpactSnd:                             85                                      ;; The sound it makes when it hits something
$Flags:                                 ("Big Ship")
$Icon:                                  icongun03
$Anim:                                  LoadGun02
$Impact Explosion:              none
; ----------------------------------------------------------------------------------
;; Vasudan Turret Laser x (Tracer)
;; Tracer weapon (eye candy)
$Name:                                  Vasudan Tracer Turret
$Model File:                    none
@Laser Bitmap:                  laserglow06
@Laser Glow:   2_laserglow03
@Laser Color: 243, 119, 7
@Laser Color2: 214, 221, 254
@Laser Length:       50.0
@Laser Head Radius:  0.40
@Laser Tail Radius:  0.60
$Mass:                                  0.5
$Velocity:                              300.0                           ;; speed of the weapon (initially) -- may or may not change
$Fire Wait:                             0.1                     ;; in seconds
$Damage:                                        100
$Armor Factor:                  1.0
$Shield Factor:                 0.8
$Subsystem Factor:              0.75
$Lifetime:                              20.0
$Energy Consumed:               0.30                            ;; Energy used when fired
$Cargo Size:                    0.0                             ;; Amount of space taken up in weapon cargo
$Homing:                                          NO
$LaunchSnd:                             111                                     ;; The sound it makes when fired
$ImpactSnd:                             85                                      ;; The sound it makes when it hits something
$Flags:                                 ("Big Ship")
$Icon:                                  icongun03
$Anim:                                  LoadGun02
$Impact Explosion:              none
"But you live, you learn.  Unless you die.  Then you're ****ed." - aldo14

 

Offline Anaz

  • 210
100 damage? :eek2:

sheesh...that thing sounds like it shreds fighters...
Arrr. I'm a pirate.

AotD, DatDB, TVWP, LM. Ph34r.

You WILL go to warpstorm...

 

Offline vyper

  • 210
  • The Sexy Scotsman
Quote
Originally posted by Analazon
100 damage? :eek2:

sheesh...that thing sounds like it shreds fighters...


I made a shivan version :devil:

but it looked ghey :(
"But you live, you learn.  Unless you die.  Then you're ****ed." - aldo14