System Projectile

Kenny

Back for now.
Reaction score
202
Version 0.2.6 is now out (it takes longer to update the original posts than it does to build a new version).

This version (once again) should be the final version before I take this system out of Beta. This latest update attempted to make the system far more consistent, reliable, safe and easy to use, while still keeping most of the main features needed in a projectile system.

I am quite pleased with the new and improve safety and consistency with this version and I hope others are too.

Enjoy (to those who actually use this).
 

BlackRose

Forum User
Reaction score
239
Wasn't I the only one meant to see the new spell haha! LOL. Hi! Yay! New version :D

After testing: Haha. Love it. You did all the things discussed with you (ages ago >.<). Hm. I'll probably end up finding more stuff to annoy you about :)

Actually, where is ProjVision :O
 

Laiev

Hey Listen!!
Reaction score
188
>> Actually, where is ProjVision :O

true ><"

I have to edit the system to get vision of the projectile |: (no, I have not done it yet)

or make a little snipped with ProjGroup |:
 

Kenny

Back for now.
Reaction score
202
~ Hm. Cast Gravity Ball on your portrait. 0 distance :) It fails :D

Hahaha seriously, stop messing with my demonstration abilities, you always find a way to break them. :p

I'll fix it when I can, all I have to do is fix the max distance issue.

Also ProjVision sounds like a pretty cool idea. Not exactly sure how I'd go about doing that. Is there a way to manipulate sight radius via triggers?
 

Tom_Kazansky

--- wraith it ! ---
Reaction score
157
yay, new version! :D

Also ProjVision sounds like a pretty cool idea. Not exactly sure how I'd go about doing that. Is there a way to manipulate sight radius via triggers?

the Item Sight Range Bonus ability is bugged like Item Life Bonus and Item Mana Bonus (from level 2, the bonus is hold even the ability is removed and negative/positive bonus will increase/decrease visions)

I haven't actually used this but I think it would have an actual use now :)
 

BlackRose

Forum User
Reaction score
239
Hahaha seriously, stop messing with my demonstration abilities, you always find a way to break them. :p

I exist for that purpose only :)

What about ProjType? Although you don't need an entire thing for that o-o? Maybe just a string? [ljass]set p.projName = "Lightning Ray"[/ljass] o_O ~ And you could filter projectiles by checking things like [ljass]p.projName != "Lightning Ray[/ljass]. Hm. But what if you wanted to filter a specific type D: Like this ability only affects fire projectiles.... X_X I lost myself now o-o

And trigger the sight? Isn't the sight radius in pieces of 64 or something. So get 1800 / 64 units LOL. Idk ~ T.T You could just have only one vision type. Flying :)

Edit: ProjClass sounds better haha.

Edit: setCommon will bug if tempD or something is 0 :) Add safety? O_O
 

Bribe

vJass errors are legion
Reaction score
67
JASS:
//The other two values in SetUnitScale do nothing?
        method operator scaleSize= takes real value returns nothing
            call SetUnitScale(this.dummy,value,0.00,0.00)
            set this.scale = value
        endmethod
 

Kenny

Back for now.
Reaction score
202
Unfortunately it seems like Item Sight Range Bonus doesn't work well with units that have the locust ability (as well as other modifications that make them decent projectiles).

@ People who asked about projectiles with vision:

I have come up with a module that allows for projectiles to have vision, however it is pretty damn inefficient (only way I could get any type of consistency with vision radii was to use farsight constantly to provide vision). I have a couple of questions:

1. Do you need a lot of projectiles to have a vision ability?

2. How big of a radius is needed for projectile vision?

I have done some tests. Any projectile (or unit) moving a high speeds diagonally across the map with a small sight radius (~350 or less) will experience FoW glitches (can't be helped). Therefore, for sight ranges I thought I would use something like: 400, 500, 600, 700, 800 and 900.

Would any other radii be needed for projectiles? I can go higher than 900, however going lower than 400 may cause some unwanted effects.
 

Bribe

vJass errors are legion
Reaction score
67
If only there was a way to configure the speed at which fog of war fades in and out. I had a lot of visibility problems in a dark-ambience map I was making where I wanted to reveal only 400 radius of sight but, because of the speed at which the fog is revealed, much of the time my units could only see +50 to +100 radius. Shame.
 

Laiev

Hey Listen!!
Reaction score
188
@Kenny

1 - Yes
2 - 400-600 for me

Idk if it will work (well, it work with share unit with neutral) but shared vision?
 

Switch33

New Member
Reaction score
12
It seems to me the better way to do projectile vision would be to have special models with omnilights. There used to be a map that showed that very well i think 1.24 broke it tho.
 

Kenny

Back for now.
Reaction score
202
I've come up with what I believe to be the best solution to giving vision to projectiles in a somewhat dynamic fashion. It is still quite inefficient, but it is far better than all other solutions (trust me I have tried like 6 different ways).

The new module will have sight radius bonuses ranging from 100 to 900, in increments of 100 (i.e. 100, 200, 300, 400 etc.). It will round to the nearest hundred (i.e. 438 rounds to 400, 450 rounds to 500) and if a number greater than 900 or less than 100 is imput, it will just give 900 or 100 sight range, respectively.

I want to get as much information as possible before I release the next version, as it may be the version in which I take it out of beta. The release will include:

  • Updates to the main system, including a few bug fixes and efficiency increases (for projgroups).
  • Three additional modules, including:
    • ProjVisions - Gives dynamic vision to projectiles that can be attached and detached.
    • ProjClasses - Allows users to categorise and classify projectiles by class, label and power.
    • ProjEffects - Allows additional effects to be placed on a projectile.
  • Updates to the test map (another test spell), and updates to documentation.
 

Tom_Kazansky

--- wraith it ! ---
Reaction score
157
ProjVisions: until now, I don't have any uses for this so... I have no comments :)
ProjClasses: you mean something like: physical/magical, attack/spell,... right? :p
ProjEffects: how many "extra" effects can be added on one projectile? for my own use, I have slightly modified your system so a projectile can have one extra effect (this is rarely used, though)
 

Laiev

Hey Listen!!
Reaction score
188
- ProjVisions: This is useful and probably the thing which I'm waiting for long time.

- ProjClasses: You mean something like damage type? Also supported by ProjGroup I hope so. Probably this will be the way to separate the 'spell' missile and 'attack' missile, right?

- ProjEffects: Don't know yet, need to see what type of placement this will allow, because just a simple effect attached is not so good at all, IMO.
 

BlackRose

Forum User
Reaction score
239
Updates to the test map (another test spell), and updates to documentation.
images


I. WANT.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top