* June 20, 2013, 11:27:32 AM
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Come Chat with us live! Learn how HERE!
 
   Home   Help Search Login Register  
Pages: 1 [2]  All   Go Down
  Print  
Author Topic: Advanced Map Patch (v0.1)  (Read 10787 times)
MartinX3


Turrets: +6/-16
Posts: 193


« Reply #30 on: March 23, 2008, 10:03:54 AM »

Thats what my idea was lol.
Like the game JKA has a func_destructable.

I dont know the key points of how it works, but basically you would take a bursh and make it a func_destructable and then hitting N you could put health for a key and then a number in for the value for its health points. And then there was also the key Material and you would put something such rock, metal, or glass and then it play sounds that sounded like glass being smashed when you would destoy it and it would have small models that would be covered in the original brushes texture that would break off and look like pieces to the brush.



You mean like in Quake 4, Jedi Knight 2: Jedi Outcast and Jedi Knight 3: Jedi Academy?
There explode Walls.
And in JK3 i can destroy environment. XD
Funny when the big creatures come and destroy Walls, Cubes etc.
^^
Funny for Tremulous.

Edit.
Because the destroyable environment.
Look here.
http://www.haradirki.de/tutor/indextut15.htm
And translate it in english with google translator when you can't speak german. ^^
« Last Edit: March 23, 2008, 08:12:01 PM by MartinX3 » Logged
Zero Ame


Turrets: +33/-15
Posts: 329

Which way to the alien base again?


WWW
« Reply #31 on: March 26, 2008, 09:46:19 PM »

No, its not the same for JKO and JKA, they dont have func_explosive, just func_breakable. I know you can add things to make explosions though
Logged

Survivor

*

Turrets: +164/-159
Posts: 1661


« Reply #32 on: April 10, 2008, 09:14:05 PM »

See if you can add in a single shooter entity in the way of the plasma shooter of q3 so we can use skOre's mechanics/electronics.
http://quake3world.com/forum/viewtopic.php?f=10&t=36558
Logged

I知 busy. I値l ignore you later.
==Troy==


Turrets: +65/-67
Posts: 439


« Reply #33 on: April 11, 2008, 08:04:13 AM »

See if you can add in a single shooter entity in the way of the plasma shooter of q3 so we can use skOre's mechanics/electronics.
http://quake3world.com/forum/viewtopic.php?f=10&t=36558

The implementation suggested is quite creative indeed, but having the ability to modify a code, I would suggest rather making a normal gates, than the actual shooters which trigger buttons in the condition if the door is open.

Although the shooters are on the todo list as well... getting more time to code is there too Smiley
Logged
Survivor

*

Turrets: +164/-159
Posts: 1661


« Reply #34 on: April 11, 2008, 10:25:09 AM »

I know, but i was guessing that it was easier to put back in a shooter entity instead of coding all the entities. If you do so, could you still try and include a single shooter entity, for convenience's sake. Maybe something which can fire a model which does damage when it hits in combination with the particle system or something.
Logged

I知 busy. I値l ignore you later.
==Troy==


Turrets: +65/-67
Posts: 439


« Reply #35 on: April 11, 2008, 01:04:20 PM »

It will be much easier for me to just trigger the shooter functions (the functions that operate such things as pulse rifle entities and such), so I can simply include all particle weapons which are in the game basically in 1 go in a shooter.

Although I would like some suggestions with the logic functions, my current thoughts are :

example, target_logic :
gate : AND/OR/XOR/NOT
targetname_a : first value
targetname_b : second value (if needed)
trigger if : changes from low to high, high to low, both.
target : target which is being triggered.

The problem with the current system is that you cannot have gates as they are in a proper electronics. Having a trigger triggering an AND gate every server frame to keep the value of an input at 1 will cause a huge amount of checks, resulting in a high CPU load, hence a triggered target will change its value (first triggering 0 to 1, second 1 to 0 etc.). Hence an actual NOT gate is quite useless.

If you have any better thoughts about the way it will be done, I will be glad to discuss them.
Logged
Survivor

*

Turrets: +164/-159
Posts: 1661


« Reply #36 on: April 11, 2008, 01:55:34 PM »

Actually, I think people would prefer to have 4 separate kinds color-coded, Else you'll get a mazelike feeling in your logic networks and you have to go searching which ones are ifs and which ones xors, you know what i mean.
Also for all, make them at least be able to accept 4 incoming signals if at all possible. I know you can just do a Y-link of 3 ands to get the same result but it will just not be as spiffy when 4 is still a reasonable number to incorporate.

As for the shooter, a type of shooter with a fire-rate, weapon type and duration in addition to the basic settings seems pretty basic while not cluttering the menu too much.
Logged

I知 busy. I値l ignore you later.
n.o.s.brain


Turrets: +1337/-24
Posts: 339

Svengali Extraordinare


WWW
« Reply #37 on: April 16, 2008, 03:30:52 PM »

troy, would be pretty easy to implement a trigger_credits/evos? because that would help my map a bit... or maybe a workaround, i want to have an armoury that people can buy stuff for free at in the beginning of the game, but then later on, i want regular gameplay with buying stuff to resume.
« Last Edit: April 16, 2008, 03:34:15 PM by n.o.s.brain » Logged

amt111


Turrets: +19/-20
Posts: 430

Waffles.


WWW
« Reply #38 on: April 16, 2008, 08:58:25 PM »

And maybe work out what the bugs are in trigger_equipment. I can't seem to get it to work.
Logged

Meow.

Can an admin set my name to Amtie please?
==Troy==


Turrets: +65/-67
Posts: 439


« Reply #39 on: April 18, 2008, 10:34:40 AM »

troy, would be pretty easy to implement a trigger_credits/evos? because that would help my map a bit... or maybe a workaround, i want to have an armoury that people can buy stuff for free at in the beginning of the game, but then later on, i want regular gameplay with buying stuff to resume.

You do have a trigger which gives credits/evos.

team trigger > trigger multiple > credit trigger will give them ~unlimited amount of credits to buy stuff from armory. If that will work for you?
Logged
n.o.s.brain


Turrets: +1337/-24
Posts: 339

Svengali Extraordinare


WWW
« Reply #40 on: April 19, 2008, 06:10:15 PM »

leet, i didnt know about that, tyty!
Logged

==Troy==


Turrets: +65/-67
Posts: 439


« Reply #41 on: April 19, 2008, 06:17:47 PM »

leet, i didnt know about that, tyty!

Uhh... its not AMP feature, it was there already Smiley
Logged
MartinX3


Turrets: +6/-16
Posts: 193


« Reply #42 on: May 17, 2008, 09:00:07 AM »

And now?
Will someone make a server-side mod for Tremulous for destroyable Walls?
Logged
epsy


Turrets: +8/-25
Posts: 205

Personal Text


WWW
« Reply #43 on: May 17, 2008, 12:38:28 PM »

Yes, not me
Logged

Warning: All opinions expressed in my posts are mine and mine alone. Any connection to any group I am affiliated with - be it the ArmagetronAd Developers or any other group, is purely coincidental unless otherwise expressly stated. Don't be a dolt when you read my posts, as they *may* require some brainpower and thinking (also purely coincidental). Any opinion in my posts not expressed by me are purely figments of your imagination and will be dealt with accordingly.
SigTemplate by Khasla.
Hugoagogo


Turrets: +2/-9
Posts: 96

Be Afraid


« Reply #44 on: June 13, 2008, 08:42:53 AM »

will scripts ever be introduced into tremulous
Logged

Hugoagogo - The evil and slightly mad scientist

Life has a rubbish respawn time
Survivor

*

Turrets: +164/-159
Posts: 1661


« Reply #45 on: June 13, 2008, 06:36:00 PM »

Not a question to ask here, and not a question which will be answered in any appreciable time anyway.
Logged

I知 busy. I値l ignore you later.
Zero Ame


Turrets: +33/-15
Posts: 329

Which way to the alien base again?


WWW
« Reply #46 on: August 21, 2008, 08:49:50 AM »

So are you still working on this Troy?
Logged

Snake


Turrets: +43/-110
Posts: 541

1.1 > 1.2


WWW
« Reply #47 on: August 21, 2008, 11:04:27 AM »

This version has been discontinued.
Logged

.
MartinX3


Turrets: +6/-16
Posts: 193


« Reply #48 on: August 28, 2008, 07:47:58 PM »

Other guys continued it.
He uploaded the .patch file and they downloaded it.
He said he discontinued and they continued.

They add more things in it.
Like destroyable walls or rooms where aliens automaticaly transform to another class.

Or humans can with the use key get weapons from the ground.

Or destructable things.
Logged
Zero Ame


Turrets: +33/-15
Posts: 329

Which way to the alien base again?


WWW
« Reply #49 on: August 28, 2008, 08:36:23 PM »

where can i get it
Logged

epsy


Turrets: +8/-25
Posts: 205

Personal Text


WWW
« Reply #50 on: August 28, 2008, 08:40:40 PM »

ask a voodoo for it
Logged

Warning: All opinions expressed in my posts are mine and mine alone. Any connection to any group I am affiliated with - be it the ArmagetronAd Developers or any other group, is purely coincidental unless otherwise expressly stated. Don't be a dolt when you read my posts, as they *may* require some brainpower and thinking (also purely coincidental). Any opinion in my posts not expressed by me are purely figments of your imagination and will be dealt with accordingly.
SigTemplate by Khasla.
Survivor

*

Turrets: +164/-159
Posts: 1661


« Reply #51 on: August 28, 2008, 09:44:39 PM »

Speculation is all very nice. But this is currently going nowhere.
Logged

I知 busy. I値l ignore you later.
Pages: 1 [2]  All   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
TremPlus theme by Ingar, based on AF316 theme by Fedhog
Valid XHTML 1.0! Valid CSS!