Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsJedi Knight and Mysteries of the Sith Editing Forum → Making projectiles sheer fluke!!!
Making projectiles sheer fluke!!!
2001-02-12, 6:14 AM #1
It took 3 mins to make my projectile and intergrate it into the mod, a little too easy.
But why is the 3do projectile screwed up in the game, not in JED?
All mats are solid colour, so do I press 3 for light mode or something?
How do I increase the amount of damage in the bryar cog? what line is it?
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-02-12, 6:46 AM #2
If the mats are solid colour, you have to use geo mode 3 for all the surfaces.

To change the bryar's damage you have to edit the master.tpl or mots.tpl (depends if it's for JK or MotS). Look for the +bryarbolt line and change the damage= variable to something higher.
2001-02-12, 8:38 AM #3
THat'll change the bryar on my computer, but what about those who dload the level?
ILl give it a go.
OH, yeh, why is my projectile quite dark whilst all the others (like conc bullet) are glowing?
do I change the master.tpl as well with this?
PS
Anyone with a recordable device and access to the stargate film/series, if you have the time could you record any weapon sounds for me?
Its a long shot
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-02-12, 11:56 AM #4
Quote:
<font face="Verdana, Arial" size="2">THat'll change the bryar on my computer, but what about those who dload the level?</font>


How do you put custom 3dos in a level? You have to create templates for them at the end of the master/mots.tpl. As long as its in the project directory it will get gobbed with the level.


------------------
"Sometimes nothing can be a real cool hand."
Have Lightsaber Will Travel
Have Lightsaber Will Travel JK Editing tips, troubleshooting information, resources and more.
www.swgalaxies.net For all your Star Wars Galaxies needs
The Massassi A SW Galaxies Player Association
2001-02-12, 12:12 PM #5
By the way. Using the sounds from Stargate is illegal.

------------------
"Sometimes nothing can be a real cool hand."
Have Lightsaber Will Travel
Have Lightsaber Will Travel JK Editing tips, troubleshooting information, resources and more.
www.swgalaxies.net For all your Star Wars Galaxies needs
The Massassi A SW Galaxies Player Association
2001-02-13, 12:44 AM #6
Why is it illegal? You mean directly recording sounds from a Tv into wav file is illegal. Ive dloaded loads of wav files from various sites. putting them into the level surely isnt illegal!
If it is, whats the point of the whole thing?
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}

↑ Up to the top!