[SOLVED] Two new bugs in Timer/Get Seconds nodes in LY 1.25

0

There are no results in nodes for the game, this two node have two bad bugs , Number out param in GetSeconds node is null value & Seconds out param in Timer Node is Wrong value 😌 I Love the bugs 😋

REMOVEDUPLOAD

asked 4 years ago193 views
12 Answers
0
Accepted Answer

I SOLVED my self (Get seconds in current time game) 😉

Use of trigonometric equations such as sine or cosine in making video games

FloatInSkyAhmadKaramiGraphScriptCanvas.zip|attachment (24.0 KB)

https://www.youtube.com/watch?v=DYiPhSyD45c

answered 4 years ago
0

I want create objects float in the sky but I need to seconds in the game for Cos or Sin nodes with Degree param , this is a graph for objects float in the sky like the UFO spaceship 👽

We know that the sine and cosine range is between one and negative one.

y=Sin(x) , x=[0, 360] or [0 , + current time in game] , y=[-1 , +1]

y=Cos(x) , x=[0, 360] or [0 , + current time in game] , y=[-1 , +1]

I change height my ufo-spaceship (z param) with y=[-1 , +1] 🙂

REMOVEDUPLOAD

answered 4 years ago
0

@REDACTEDUSER

You might want to consider that most of the things you report as bugs are in fact, not bugs at all. Rather than making dozens of posts about all of Lumberyard's bugs, you might consider making dozens of posts asking for help understanding how to use Lumberyard.

answered 4 years ago
0

@REDACTEDUSER This forum is where the various feedbacks are posted, then all the feedback ends up in the correct solution, Even a few mistakes, I made immediately after receiving the solution, I made video tutorials.

This my projects is in diffident game engine C#/JS Unity /Blueprint UE4 , Schematyc/Flowgraph/C++ CryEngine/S2Script S2Engine HD/ Produce educational content for schools with Action Script Adobe Flash 👇 🙂

https://www.youtube.com/playlist?list=PLGiO9ZyED9TPxLygwqTt5R6pJJ_dlZAG7

https://forums.awsgametech.com/search?q=strategy

if you use c# in unity , you can understand my mean , I need to seconds in game , 1 ,2 , 3 ,4 , 5 , ... I want get this seconds , then input to sin or cos by degree value , then with this method , can be objects float in the sky with change z position param by y in [-1 , 1] in sin/cos , I tested a lot , but I get seconds with 0/1/2,3 values in game(current time in game), this seconds can not continue by thts two nodes in report top.

answered 4 years ago
0

[quote="Yeshua, post:3, topic:9238"] If you don’t understand how to use a node in script canvas and you want help then you should ask. [/quote]

@REDACTEDUSER

This is not SECOND , THIS IS DELTA SECOND , SEE this video 😑 😐 👇 SecondsBugVideo.zip|attachment (767.7 KB)

I know what I’m did , Although I solved this two bug in another way today, I know the implementation of the roadmap and strategy well, so that the huge migrations of several hundred/thousand people to Lumberyard take place at least in one BOC year or the Solar year, But people do not think like me , I'm in the Middle East and there I see the intense atmosphere of Unity and Unreal, I hope my information is useful to you

With respect 🌹 🙂 🙏

answered 4 years ago
0

@REDACTEDUSER

[quote="Yeshua, post:3, topic:9238"] Both of those nodes work 100% correctly, [/quote]

I am a teacher/Author and I do not lie!

SEE this bug video**(timer node)** in LY 1.25 , I tested them myself 😑 😐 👇 SecondsBugVideo.zip|attachment (767.7 KB)

answered 4 years ago
0

@REDACTEDUSER NEXT Bug Video : SEE this second of bug report video("Get Seconds" Node) in LY 1.25 , I tested them myself 👇 testbugGetSecond002.zip|attachment (2.6 MB)

I know what I’m doing, I am a teacher/Author and I do not lie! 😑 😐

[quote="Yeshua, post:3, topic:9238"] Both of those nodes work 100% correctly, [/quote]

answered 4 years ago
0

@REDACTEDUSER

Just because nodes respond to your computer does not mean that it works 100 percent, These issues of bugs/problems need to be check it out.

I found a lot bugs/problems, an example : materials load bug in 1.20 , 1.21 , 1.22, 1.23, 1.24 , 1.25, but I do not report them(bugs/problems) in this time for three reasons:

1- Preventing my bug/problem reports from being spammed, Reporting too many bugs may be spam. like What you thought was spam but it is not.

2- Some bugs may be found by the official Lumberyard team like great update 1.24 to 1.25.

3- I'm not an official Amazon/Lumberyard team employee and I do not receive any money from them(test engine/QA forum/VT on youtube), but I try to do great things at lumberyard that , you probably see in the future.

I hope I was able to answer you and my information was useful to you , and I hope you be convinced.

answered 4 years ago
0

The reason that you think you are getting an incorrect value from the Get Seconds node that takes a ScriptTimePoint, is because you are not supplying an input value from which seconds would be extracted. If you supply the Time output from the TickBus::OnTick node, or from the Get Time at Current Tick node, you will get a number of seconds that maps to your OS's system uptime.

answered 4 years ago
0

You trigger your Timer node's Start input port OnTick, which causes the timer to restart every tick, and as a result you are effectively getting delta time as an output. Instead, trigger the Timer node's Start input port one time using an On Graph Start node, which will allow the Seconds output to accumulate.

answered 4 years ago
0

[quote="Yeshua, post:9, topic:9238"] You trigger your Timer node’s Start input port OnTick, which causes the timer to restart every tick [/quote]

I do not agree , I found a way the timer do not restart every tick for OnTick node, so I publish a new video tutorials about that soon , plus I made ufo-spaceship float in the sky ...

answered 4 years ago
0

[quote="Yeshua, post:10, topic:9238, full:true"] The reason that you think you are getting an incorrect value from the Get Seconds node that takes a ScriptTimePoint, is because you are not supplying an input value from which seconds would be extracted. If you supply the Time output from the TickBus::OnTick node, or from the Get Time at Current Tick node, you will get a number of seconds that maps to your OS’s system uptime. [/quote]

@REDACTEDUSER

answered 4 years ago

This post is closed: Adding new answers, comments, and votes is disabled.