-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] GDScript rewrite #1
Comments
Yeah, I've been thinking of getting a friend of mine to convert it to
GDScript, but currently out of time I won't be able to.
If the lag spikes are prominent it could be cause of the SDFGI and some of
the graphics going on in there. I didn't totally optimize stuff from that
end, so I recommend you turn off some of the settings as I cranked a lot of
them up.
It's also using TAA, so that might be another reason why you get the frame
drops. The post processing should be cheap though.
…On Thu, 2 Nov 2023, 4:12 am PunnyBunny1, ***@***.***> wrote:
First, I want to say thank you for offering this for free.
Is it possible to make this using GDScript instead?
I've also noticed that it doesn't run very smoothly on my computer.
Sometimes it's as slow as 20 frames per second, and other times it's faster
at 70 frames per second, but there are occasional jumps/spikes in
performance. Is there anything I can do to make it run better, or do I need
to get a new computer?
—
Reply to this email directly, view it on GitHub
<#1>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS5Z7NCQATODIHYXHCGNFYDYCLF7BAVCNFSM6AAAAAA6Z7QHFOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TGMRRGUZTGNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: <theRealUnd3rdog/GODOT-Underdog-First-Person-Controller/issues/1@
github.com>
|
@theRealUnd3rdog I'm actually working on a GDScript rewrite for this. Can I make a PR when I'm done? |
Sure you can! Just make sure to have a separate branch for GDScript as I'll still be further developing this in C#. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, I want to say thank you for offering this for free.
Is it possible to make this using GDScript instead?
I've also noticed that it doesn't run very smoothly on my computer. Sometimes it's as slow as 20 frames per second, and other times it's faster at 70 frames per second, but there are occasional jumps/spikes in performance. Is there anything I can do to make it run better, or do I need to get a new computer?
The text was updated successfully, but these errors were encountered: