Home    LittleBigPlanet 2 - 3 - Vita - Karting    LittleBigPlanet 2    [LBP2] Tutorials
#1

making a higher than 100% situation NOT gate

Archive: 1 post


WARNING (NO PICS (can't get on LBP ATM))

What does a NOT gate do?
-Well it does two things
1)Inverts percentage from 0-100 (if you pass over 100, it remains 0)
2)converts to positive

How would you emulate this for percentages higher then 100%?
-Step one, figure out how the not gate works
1)When you NOT an analogue value like (-)32% you get (+)68% so what two things are happening here?
1a) 100-|X1|=X2
2)So what it is doing is subtracting it from a total and making the product absolute value
3 *Special Case*) If X1>100 then it discards leftovers and gives answer of "0"

So how would you emulate this for percentages higher than 100%?
1)Figure out the number that you need to vary
1a) in this case "100-|X1|=X2" the variant is 100, so to change that, you must set the limit
2)For example
2a) If we want our new limit to be 500% and we wish to NOT (-)372%, then what we must do is
2b) 500%-|(-)372%|
2c) then we get 128%
3 *Special Case*) If percents overflow into negatives, answers should be discarded in order to completely emulate a NOT situation

In review what do we do?
-Formula
1)Default
1a)100-|X1|=X2
2)New, set limit formula
2a) #-|X1|=X2
2b) Hopefully you can see what is changed and why

Honestly I got bored not seeing anything new, and I thought I would just publish this, even if it may be well known to almost all of you

If you have ideas for improvements, or just have questions, feel free to ask/tell me about whatever is on your mind about this tutorial
2014-05-05 05:26:00

Author:
amiel445566
Posts: 664


LBPCentral Archive Statistics
Posts: 1077139    Threads: 69970    Members: 9661    Archive-Date: 2019-01-19

Datenschutz
Aus dem Archiv wurden alle persönlichen Daten wie Name, Anschrift, Email etc. - aber auch sämtliche Inhalte wie z.B. persönliche Nachrichten - entfernt.
Die Nutzung dieser Webseite erfolgt ohne Speicherung personenbezogener Daten. Es werden keinerlei Cookies, Logs, 3rd-Party-Plugins etc. verwendet.