Theos
Theos
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
player can break/place tiles so that won't work here
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
It has navmesh, but its useless in this case
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
I have pretty nice behavioral system in place, but this math kills me
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
I’m trying to make AI slightly more engaging to fight
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
I guess this could work for now, but I want to push it further to make it work in a more sophisticated way
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
I don't have that in code, if thats what you are saying. I wasn't sure how to include it in the calculations
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
since i dont see any jumpforwardvelocity
What do you mean?
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
some are valid and some not
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
there is a lot of possibilites on how this jump can be done
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
No description
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
check this case:
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
but I still need to bruteforce some solutions
30 replies
CC#
Created by Theos on 2/19/2025 in #help
Calculate if jump is possible
yup, already asked there but didn't receive any answers
30 replies
CC#
Created by Theos on 12/8/2024 in #help
Benchmarking code
oke, thanks 👍
6 replies
CC#
Created by Theos on 4/8/2024 in #help
List not returning all matching elements
No description
5 replies
CC#
Created by Theos on 4/8/2024 in #help
List not returning all matching elements
but the foreach loop fails
5 replies
CC#
Created by Theos on 4/8/2024 in #help
List not returning all matching elements
No description
5 replies
CC#
Created by Theos on 3/28/2024 in #help
✅ Throw error without showing the call stack
okay, I just remembered that Environment.Exit exists...
private static void Log(string message)
{
Console.WriteLine($"\n{message}");
Environment.Exit(-1);
}

public static void Custom(string message)
{
Log(message);
}

public static void Expected(string message, int line)
{
Log($"[{line}] Expected '{message}'!");
}
private static void Log(string message)
{
Console.WriteLine($"\n{message}");
Environment.Exit(-1);
}

public static void Custom(string message)
{
Log(message);
}

public static void Expected(string message, int line)
{
Log($"[{line}] Expected '{message}'!");
}
3 replies
CC#
Created by Theos on 3/28/2024 in #help
✅ Throw error without showing the call stack
How can this be achieved?
3 replies
CC#
Created by Theos on 2/8/2024 in #help
How to find coordinates of a region
and yes, my coordinate system works like that
7 replies