Page 2 of 3

Re: 2020-08-12 snapshot

Posted: Tue Aug 18, 2020 2:11 am
by jlv
aeffertz wrote:Okay, that explains it perfectly and is actually easier than I was expecting. It's really nice to actually be able to place the flaggers in the editor now! Now if only we had the height adjust slider for statues. :P

I just place all the flaggers in editor first and then copy and paste the statue lines into a new document and do a 'replace all' flagger.jm with flag.jm and same for the png.
BTW, if you use that code set g_flagger_updates_per_frame to be >= the number of flaggers. I was messing with incremental updates to the flaggers but the cached poses make it fast enough that it's not worth it.
Freddy694 wrote:jre didnt like being a flagger, he is clearly showing it lmao
The flagger armature has an extra segment in its spine.

Re: 2020-08-12 snapshot

Posted: Tue Aug 18, 2020 12:12 pm
by BrodyBiggs84

Re: 2020-08-12 snapshot

Posted: Tue Aug 18, 2020 12:18 pm
by Wahlamt
Because it's an indie-game an isn't a signed (?) executable, which costs a lot.

Re: 2020-08-12 snapshot

Posted: Tue Aug 18, 2020 8:30 pm
by TeamHavocRacing
Nope. It's because it's a .exe file. That means it could be a virus installer. If it was compressed, it wouldn't give that message.

Re: 2020-08-12 snapshot

Posted: Wed Aug 19, 2020 2:25 am
by jlv
Wahlamt wrote:Because it's an indie-game an isn't a signed (?) executable, which costs a lot.
I don't think it's that expensive. I should probably look into it.

Re: 2020-08-12 snapshot

Posted: Wed Aug 19, 2020 5:09 am
by aeffertz
jlv wrote:The flagger armature has an extra segment in its spine.
I added a new model to the armature in your flagger test and mapped/assigned all the bones to the new model and it does the same thing as Freddy's picture.

Re: 2020-08-12 snapshot

Posted: Wed Aug 19, 2020 5:43 am
by aeffertz
It was an issue when I was exporting it from 2.79. I copied the file over to 2.8 and exported it and it fixed the issue.

Re: 2020-08-12 snapshot

Posted: Wed Aug 19, 2020 6:20 am
by TeamHavocRacing
jlv wrote:I should probably look into it.
PiBoSo eventually did with MX Bikes. It would take forever to load or say it wasn't a reliable address or not load at all for a while. Now it just takes a while, kinda. I use Chrome.

Re: 2020-08-12 snapshot

Posted: Wed Aug 26, 2020 2:07 am
by Ryan721
Can you make the game non single core, so we don't lose frames from a simple 3d flagger update etc.

Re: 2020-08-12 snapshot

Posted: Wed Aug 26, 2020 7:17 am
by Hayden_Scott
:)
Ryan721 wrote:Can you make the game non single core, so we don't lose frames from a simple 3d flagger update etc.

Re: 2020-08-12 snapshot

Posted: Wed Aug 26, 2020 3:32 pm
by MOTOZ293
jlv wrote:
Wahlamt wrote:Because it's an indie-game an isn't a signed (?) executable, which costs a lot.
I don't think it's that expensive. I should probably look into it.
I don’t want to harp because I know you’ve heard this a lot, but what prevents you from updating the game to run multicore support? Is it just very time consuming, would you be able to hire a dev team to help you?

Re: 2020-08-12 snapshot

Posted: Wed Aug 26, 2020 7:54 pm
by aeffertz
I feel like the load times have increased with this new snapshot or something? I wouldn’t time out when joining a server before now I’m timing out and when I disconnect and reconnect it seems to reload most of the track again.

Re: 2020-08-12 snapshot

Posted: Thu Aug 27, 2020 1:20 am
by jlv
aeffertz wrote:I feel like the load times have increased with this new snapshot or something? I wouldn’t time out when joining a server before now I’m timing out and when I disconnect and reconnect it seems to reload most of the track again.
No changes related to loading in this snapshot. There were some inactivity timeout changes on the last server, although now that I look at it again it looks like I only fixed it for inactivity timeouts (i.e. player is connected but not doing anything) so a dropped connection timeout still won't kick you like it should.
MOTOZ293 wrote:I don’t want to harp because I know you’ve heard this a lot, but what prevents you from updating the game to run multicore support? Is it just very time consuming, would you be able to hire a dev team to help you?
For games it's kind of hard to find super parallel things that aren't already on the graphics card. That's why you don't usually see much threading in games. Another problem is that it's only a fairly recent development that low end CPUs have lots of threads to use. It makes more sense now. I'm planning on redoing the terrain engine first though since there are bigger gains to be had there. After that I'll probably make erode use multiple threads since I'm pretty much out of ideas for more optimization there, although redoing the terrain engine will speed up erode too since I won't have to make it work on cards that don't support GLSL shaders this time.

Re: 2020-08-12 snapshot

Posted: Thu Aug 27, 2020 5:25 pm
by Haberfield24
jlv wrote:For games it's kind of hard to find super parallel things that aren't already on the graphics card. That's why you don't usually see much threading in games. Another problem is that it's only a fairly recent development that low end CPUs have lots of threads to use. It makes more sense now. I'm planning on redoing the terrain engine first though since there are bigger gains to be had there. After that I'll probably make erode use multiple threads since I'm pretty much out of ideas for more optimization there, although redoing the terrain engine will speed up erode too since I won't have to make it work on cards that don't support GLSL shaders this time.
Awesome news! Thanks for not giving up while dealing with all us whining assholes :lol:

Re: 2020-08-12 snapshot

Posted: Sat Aug 29, 2020 1:40 am
by DanielIrvine72
any news on the stuttering/freezing issue?