Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Expand the inventory!
#21
Maybe in a fun mode ....

@Horselance there're many ways to create a Triggered weapon System, but some of them haven't a god performance. Maybe, you can show me your way in a pm? I'd like to take a look on it. May I've a way to improve itBig Grin.

cedi
Reply
#22
Nothing special. I m a flat minded guy so i make things the easiest way i can imagineSmile ...
I will not be in my pc for 3 weeks from now, so i can write down the way it works:

1. Weapon is bought by player hero.
2. Item slot is defined. (eg: x=3),
3. Weapon Array is defined ( [player number -1]*6 +x )
4. A pre defined arrayed timer (with weapon cooldown, [eg: 1.5 sec for basic magic]) is resumed that moment. (eg: basic magic(1 to 60) where I assume player is blue and slot is 3 so timer is; basic_magic[9] with 1.5 sec cooldown )
5. Every time this timer is met, checking some conditions, (player is alive, not disabled (antigrav ability) etc...). Trigger chooses a random enemy unit with targetablity (If weapon is hero only then it will choose only hero units etc...) in range of weapon from hero position (here is 999 range). And sets this variable to a unit variable like timer. (target[9])
-note that this unit assigned to a variable to be able to detect the angle between hero and target so you will be able to create dummy caster facing that angle so it will lose no time while casting spell. And dummy caster's casting point and backswing point (dont remember exact name of it) is set to 0.
6. Create a dummy unit giving it the "dummy spell". And making it "cast spell" the unit chosen "target".
7. And of course that trigger starts with removing the recent dummy caster. So it will destroy dummy casters at start of timer.
8. Timer pauses and "dummy caster" is removed from game when player drops weapon.

Advantages:
-This will let editor to implement many improvements of weapons. Can stop firing, focus firing, increase-decrease range by only 1 variable. Some good kind of passive abilities can be implemented. Weapon oriented abilities can be implemented etc..
-Weapons will not need to be in inventory to fire. Only their data will be enough.
-Weapons can have slow, stun, poison, or many kind of stuff like that.
-This way, weapons can fire much more smooth without any stucking behaviour like lasers do have.

Disadvantages:
-This will be exactly more mass on cpu. I tried 10 weapons at a time with 0.03 sec cooldown and it was normal. But dont know more weapons. Of course no weapon will have 0.03 cooldown. Even laser have 0.1 cooldown which means I tested around 30 weapons at a time with least cooldown (laser or flamer) at a time...
-I still couldnt find a projectile spell without any efects and without onboard animation.
-Will be a lot work and take time to assign variables, datas, dummy spells etc...
Trolololo
Reply
#23
:P I know that it is possible to increase the inventory space (or atleast make it appear that way), but certainly not in the way the original poster was implying. It just seemed the the original poster suggested an idea without understanding how such a thing could be implemented or knowing the limitations of the warcraft 3 engine. Sure, there are many ways to implement such an idea, with the dummy unit being the most popular but there are other methods (such as giving a unit the transportation ability and then giving the tank item-like units and having triggers set up to give the tank the item's abilities when items are moved from the inventory space to the transportation space, and setting up triggers to drop items when the tank drops their item-like units).

Anyway, i don't really agree with the idea much because it would be alot of work for exodus and wouldn't add much to the game. However, i wouldn't mind it if some units became limited in their transportation space. For example, the tinker could only have 4 slots instead of 6.
Reply
#24
@Horselance, do you have some knowlegde about jass, or better vjass. Then with this you can make it a much better. Maybe I'll build an example...

cedi
Reply
#25
@truth:
I dont want the inventory to become 12. It would be too lame. But Imagine some late game tanks can have increased capacity. Sky Fortress and Infernal +1 and Titan +2, or +1, +2, +3 whatever (If weapons are assimilated or done by "trigger weapons")... Or maybe use up items or usables (mines detectors tp breakers etc..) can be excluded from inventory. (mines would be lame if not seen in inventory probably)

@cedi:
I dont have knowledge of jass. I code with gui only.
Trolololo
Reply
#26
horselance Wrote:@truth:
I dont want the inventory to become 12. It would be too lame. But Imagine some late game tanks can have increased capacity. Sky Fortress and Infernal +1 and Titan +2, or +1, +2, +3 whatever (If weapons are assimilated or done by "trigger weapons")... Or maybe use up items or usables (mines detectors tp breakers etc..) can be excluded from inventory. (mines would be lame if not seen in inventory probably)
but then also remove 2 or 1 slot from tinkerBig Grin
Anti-HighBounty Alliance has wonBig Grin
[Image: btanksia6.jpg]
Reply
#27
Tinkers puts all weapons to towers, so there is no help of getting its 1-2 slots.
But it can help to say "Fight like a man!!"Smile
Trolololo
Reply
#28
With vjass you can create structs... So you can create a struct ( container for variabels ) for each tank. This is more simple than your wayBig Grin.
May I create an exemple.

cedi
Reply
#29
Easiest way is the way you know...Smile
Trolololo
Reply
#30
for me it would maybe a good idea a tech mech that can use carried weapons and icons maybe but then much more expensive and with more live
Reply
#31
i think thatb wouldnt be a great idea

but what about a techmech that can use cptp
Anti-HighBounty Alliance has wonBig Grin
[Image: btanksia6.jpg]
Reply
#32
why do u think that wouldn't be good?
Reply
#33
it would be like a second tank if he could use hulls and weapons
Anti-HighBounty Alliance has wonBig Grin
[Image: btanksia6.jpg]
Reply
#34
I'm going to post this, as noone else mentioned it. The main problem with giving a tinker less slots is if you have 6 items and you change tanks you have less slots than items (i guess you would lose the slots, but still, this would be annoying, especially when changing tanks).
Reply
#35
the truth Wrote:I'm going to post this, as noone else mentioned it. The main problem with giving a tinker less slots is if you have 6 items and you change tanks you have less slots than items (i guess you would lose the slots, but still, this would be annoying, especially when changing tanks).
damn thats right
it was such a nice plan to make the tinker worse :x Sad Sad Sad Sad
Anti-HighBounty Alliance has wonBig Grin
[Image: btanksia6.jpg]
Reply
#36
Combined weapons? If i have 2 its combindes to 1 "slot".
Reply
#37
Have u ever tryed the small tech robots? they cost 300g and can carry telebreaker for u. O.o (YES THEY CAN)
Free tinker & free oil for airships!
Why don't you ever see the headline "Psychic Wins Lottery"?
-CUZ THERE AREN'T ANY!!
Reply
#38
Even though they can carry, you still have to clear a slot on your tank to actually place it - which is really more trouble and doesnt solve the problem.
๏̮๏
Reply
#39
i thinks it´s better just to set items together like mine defuse packed. It would fill less xD
Free tinker & free oil for airships!
Why don't you ever see the headline "Psychic Wins Lottery"?
-CUZ THERE AREN'T ANY!!
Reply
#40
You could, but the game has been balanced around having 6 items. Why would you want to change it?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Teleport Breaker as Inventory Item griffin1987 10 9,864 2011-09-09, 22:14:56
Last Post: progg
  Conserve Inventory Order GooglyBoogly 4 3,798 2009-05-17, 07:02:56
Last Post: qweqqweq



Users browsing this thread: 1 Guest(s)