System Advanced Unit Transfer System

NoobImbaPro

You can change this now in User CP.
Reaction score
60
who told you that this is only for knockback??? you do any thing you like with that..

and what's the safer checking dude??

And what's the matter if you write struct or mine one?? Its coding not fashion


PS: I asked for a moderator TO CHANGE THE NAME OF THREAD FROM TRANSFER TO MOVING, please?
PS: We spammed this topic full of worthless posts, discrediting my system
 

Bribe

vJass errors are legion
Reaction score
67
and what's the safer checking dude??

Safer checking is making sure the terrain is not a cliff,
water or impassible, before blindly moving the unit there.
You could really get nasty results if you don't consider
pathing checks.
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
Thank you very much for the information, but as I said this is for showcase, as an example, you will do this check.

EDIT: But I see that you are right, if waterlevel is deep and unit can't swim......hmm I will focus on this now. But don't expect a system that does everything, it just help you coding faster.....much faster. That's the purpose of the systems.But If you write a 1 line code that does everything you need how can you really understand programming, if you don't exercise yourself and see how these systems are done ?

Seriously guys if you use it, dislike it, even don't care about write something I will appreciate that. I don't want only tooltiperror to spoil me with his stupid answers full of nothing.
I want someones like bribe, kingkingyyk3 , Laiev, tommerbob, am I asking too much?
Its my first time doing that, you should appreciate this.
 

Ayanami

칼리
Reaction score
288
Honestly, you should fix your tone.

We expect Systems to fulfill it's purpose. If it's a unit moving system, it should include safety checks because it can cause crashes (moving unit out of map boundary). A system at least, should include the basic safeties.
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
oh my god, I'm sorry, I didn't mean that, I will do it right now and tomorrow I will post it updated. I thought about "secondary" conditions and talked like that...
 

Sevion

The DIY Ninja
Reaction score
413
Honestly, you should fix your tone.

We expect Systems to fulfill it's purpose. If it's a unit moving system, it should include safety checks because it can cause crashes (moving unit out of map boundary). A system at least, should include the basic safeties.

Agreed.

I've gone through the posts and I agree with tooltiperror. This system serves no apparent purpose.

As far as I can tell it's half of a knockback system (what purposes does this serve).
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
Update 1.5.A

@Sevion
It's half of a knockback system, a jump system, a slide system, and so on...
 

Bribe

vJass errors are legion
Reaction score
67
Scope Knockback should be a library.

"not(IsPointBlighted(x, y)" <- why?? What's wrong with blight?
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
@Bribe
Why it should be a library?? I posted an ability. This system is not a library generator, but it can be.
The blight is for the map boundaries I did in map, I think (not sure) and someones are blocking map with some doodads for not entering these areas, I said you can edit this if you want.

@Sevion
Let me ask you this, why should I use AIDS when I already use UnitUserData ?? If I don't know what its purpose, I just leave it, and if I think this might be helpful I try to do something, or I will ask politely for assist.
Also about tooltiperror, I don't like his answers in all posts I saw him talking, he always posts about his personal thoughts and he thinks he can help by
saying "I don't like it, it's like something with less features" or "You suck". Who the heck cares if he doesn't like it, and if he wants really to help he might define what he says or improve his personality.
I won't deal with him again.

I will use this system because in 1 struct I can use multiple kinds of knockback, jump and others I don't remember. Slide I think needs another struct.
 

kingkingyyk3

Visitor (Welcome to the Jungle, Baby!)
Reaction score
216
Hmm.... should the name be Advanced Unit Movement instead of Transfer? :p
 

Ayanami

칼리
Reaction score
288
@Bribe
Why it should be a library?? I posted an ability. This system is not a library generator, but it can be.
The blight is for the map boundaries I did in map, I think (not sure) and someones are blocking map with some doodads for not entering these areas, I said you can edit this if you want.

@Sevion
Let me ask you this, why should I use AIDS when I already use UnitUserData ?? If I don't know what its purpose, I just leave it, and if I think this might be helpful I try to do something, or I will ask politely for assist.
Also about tooltiperror, I don't like his answers in all posts I saw him talking, he always posts about his personal thoughts and he thinks he can help by
saying "I don't like it, it's like something with less features" or "You suck". Who the heck cares if he doesn't like it, and if he wants really to help he might define what he says or improve his personality.
I won't deal with him again.

I will use this system because in 1 struct I can use multiple kinds of knockback, jump and others I don't remember. Slide I think needs another struct.

Comparing AIDS and [ljass]SetUnitUserData[/ljass] is extremely different from comparing this with a knockback system. AIDS serves a far better purpose compared to User data. AIDS actually makes use of [ljass]SetUnitUserData[/ljass] to come up with something completely new and innovative. You can do pretty much a lot of things with AIDS. This on the other hand, it's a knock back system, which is pretty similar to others. Nothing really that new.
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
@kingkingyyk3
It was named transfer system, and I asked a moderator to change it, because I don't how or if I have the right to do it. But I haven't seen any difference yet.

@Ayanami
Did I make a compare AIDS system with mine?? Read carefully...
You can do as many things you want to do with my system too, about movement I mean. And I said it is not complete yet. I will implement homing mode and you will see what you can do. I will post another video with something more complicated just to see its power.

EDIT: There is a problem right now, when a unit jumps and meets a unsafe place he is stuck at the point, this can be manually overcame, use onCollide method and force unit to go forwards. I'm sorry.
 

Sevion

The DIY Ninja
Reaction score
413
Let me ask you this, why should I use AIDS when I already use UnitUserData ??

If you truly don't know the difference between AIDS and UnitUserData then... Maybe you should go read the code/documentation.

If I don't know what its purpose, I just leave it, and if I think this might be helpful I try to do something, or I will ask politely for assist.

I don't think you understand the point of the question. NO ONE here knows what the usefulness of this system is. We're asking you to explain in what case is this useful.

Also about tooltiperror, I don't like his answers in all posts I saw him talking, he always posts about his personal thoughts and he thinks he can help by
saying "I don't like it, it's like something with less features" or "You suck". Who the heck cares if he doesn't like it, and if he wants really to help he might define what he says or improve his personality.
I won't deal with him again.

Tooltiperror isn't the one who has the attitude problem. He's playing Devil's Advocate.

You should care if he doesn't like it. It's YOUR system he's giving YOUR system FEEDBACK*

*This is important in any line of work. You should learn what it is.

Did I make a compare AIDS system with mine?? Read carefully...

But did she say you were comparing AIDS with this?? Read carefully...

 

Solmyr

Ultra Cool Member
Reaction score
30
EDIT: There is a problem right now, when a unit jumps and meets a unsafe place he is stuck at the point, this can be manually overcame, use onCollide method and force unit to go forwards. I'm sorry.
Use the TerrainPathability library and fix those issues internally. The user is not supposed to make up for your library's quirks.

And what's up with this [ljass]not(IsPointBlighted(x, y)[/ljass]? Blight terrain has nothing to do with pathability.

I won't comment on the usefulness (or the uselessness) of this "transfer" system.
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
@Sevion
"Comparing AIDS and SetUnitUserData is extremely different from comparing this with a knockback system"
Logic:
You said: AIDS-SetUnitUserData != Mine-Knockback
You claimed: (ADVANCED) AIDS, Mine <--> (SIMPLE) SetUnitUserData, KnockBack
AIDS better SetUnitUserData but Mine same like KnockBack
So AIDS is better advanced than mine. Isn't that a compare ?

"Tooltiperror isn't the one who has the attitude problem. He's playing Devil's Advocate."
Hahahahaha very nice, you made me laugh. He might get more serious then.

@Solmyr
Yeah don't comment it now, and is a moving system...as it's name was changed since 1.3.A Update
Yeah my bad, And blight is for my map boundaries until now. I said it can be edited.
I should try to make a great commit (update) rather than these handmade patches.
Thank you very much I was searching this system over thehelper.net but couldn't find it.
Everything is useful if it helps you coding faster.
 

Sevion

The DIY Ninja
Reaction score
413
It seems like it's getting more and more difficult to read your broken English. I'm unable to gather any intelligent thoughts from your posts.

I dare say, I think I found another SanKakU.

At any rate, why do you keep ignoring the question at hand?
 

Sevion

The DIY Ninja
Reaction score
413
What is the purpose of this. What use does it provide. Who would ever use this in lieu of something better.
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
Its main purpose is to save time during coding, it isn't something new.
It provides methods that help the user understand what he did wrong: at start showing messages, on unpathable terrain, on map boundaries.
What he should do when he comes into these conditions, using onCollide, onError methods. You saw I used onCollide for bounce.
It's more educative than "innovative". But its really helpful.

Think of DotA: You can make barathrums knockback, mirana's jump, kunkka's torrent/ship, void's quickmove, troll's axes (staight line mode)
When I finish with homing, you can make barathrums first skill (homing on target, knockback to every enemy in 100 radius using onMove method), helicopter's missile and so on...
These are only examples, you can make anything you can imagine.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    I ordered like five blocks for 15 dollars. They're just little aluminum blocks with holes drilled into them
  • Varine Varine:
    They are pretty much disposable. I have shitty nozzles though, and I don't think these were designed for how hot I've run them
  • Varine Varine:
    I tried to extract it but the thing is pretty stuck. Idk what else I can use this for
  • Varine Varine:
    I'll throw it into my scrap stuff box, I'm sure can be used for something
  • Varine Varine:
    I have spare parts for like, everything BUT that block lol. Oh well, I'll print this shit next week I guess. Hopefully it fits
  • Varine Varine:
    I see that, despite your insistence to the contrary, we are becoming a recipe website
  • Varine Varine:
    Which is unique I guess.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air

      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