Search found 72 matches

by sturnclaw
Mon May 22, 2023 7:11 am
Forum: Music and sound assets
Topic: Music Contribution
Replies: 57
Views: 8913

Re: Music Contribution

diduuz: I'm really liking the intro to space_warfare, though I think the rest of the song doesn't quite deliver on the setup the first 25 seconds provide. It'd make for some really interesting update trailer music, though I think it's a little too "front and center" for a background track ...
by sturnclaw
Mon Jan 23, 2023 8:21 am
Forum: Pioneer development
Topic: Updating the wiki mission scripting tutorial
Replies: 38
Views: 6948

Re: Updating the wiki mission scripting tutorial

zonkmachine: Thanks! I very much appreciate your efforts in maintaining the wiki, and tackling the (nontrivial) task of keeping it up to date with "best practices"! We're looking at migrating the more technical developer / contributor wiki content to the Workflow section of the Pioneer Dev...
by sturnclaw
Mon Jan 23, 2023 8:13 am
Forum: Feature requests
Topic: Feature request: hold equipment
Replies: 1
Views: 215

Re: Feature request: hold equipment

This is planned for the next development cycle (releasing on Pioneer Day 2024) as part of the equipment rework. Hopefully you'll be able to test and provide feedback as we develop this feature!
by sturnclaw
Mon Jan 23, 2023 8:11 am
Forum: Pioneer development
Topic: Merch? Amazon link? Other ways to give money than donation.
Replies: 4
Views: 217

Re: Merch? Amazon link? Other ways to give money than donation.

> I'm happy to buy merchandise, the 20-40% profit is a donation after all In terms of developer time invested compared to the number of people who actually support the project financially, I would not consider this to be a particularly prudent direction to go - the time spent preparing merchandise w...
by sturnclaw
Mon Dec 19, 2022 3:51 am
Forum: Feature requests
Topic: Feature request: combat zooming
Replies: 1
Views: 287

Re: Feature request: combat zooming

If at all possible, this will be in the February release and coming soon(ish) to a Github PR near you! The feature (along with headtracking and other first-person camera improvements) is already implemented, just waiting to be untangled from a development branch that isn't done enough to merge yet. ...
by sturnclaw
Sun Dec 18, 2022 10:29 pm
Forum: Pioneer development
Topic: Handing over website & domain admin
Replies: 7
Views: 511

Re: Handing over website & domain admin

And since I somehow missed it in the above post, the current Pioneer website is effectively a static site and can be hosted via Github Pages with our domain or on a similar static-site service for free or very low cost. I don't expect it to need to gain any kind of server-side interactivity in the f...
by sturnclaw
Sun Dec 18, 2022 10:24 pm
Forum: Pioneer development
Topic: Handing over website & domain admin
Replies: 7
Views: 511

Re: Handing over website & domain admin

Indeed, thanks for the many years of active contribution and the years after keeping the place running behind the scenes! As already mentioned on IRC, I nominate impaktor to have the final say, as he's the most "administrative" of all of us at the top level - I can get particular about the...
by sturnclaw
Thu Nov 10, 2022 3:42 am
Forum: Pioneer development
Topic: Visual Studio 2019 Project
Replies: 1
Views: 333

Re: Visual Studio 2019 Project

Hah, that bug in Log.cpp is my fault; probably breaks everywhere. Unsure what's going on with assimp, I'd check to make sure you have a relatively recent version (the one in pioneer-thirdparty should work correctly).

Can't speak to anything else as I haven't run Pioneer on Windows in... ever :D
by sturnclaw
Wed Aug 31, 2022 8:38 pm
Forum: Pioneer development
Topic: Project 'less is more' - a few questions
Replies: 7
Views: 820

Re: Project 'less is more' - a few questions

In order of your questions: - The size of the populated 'bubble' is a hard-coded constant value in the sector generator code. I do not remember the name, but you may be able to find it after a bit of digging. - At this time, I don't think the face generator supports the concept of multiple races wel...
by sturnclaw
Sat Jun 18, 2022 2:38 am
Forum: Pioneer development
Topic: Cockpit view camera tags
Replies: 7
Views: 1219

Re: Cockpit view camera tags

Late to the party, but I think the left/right/up/down/rear views (and maybe even the front view, if we want to separate that from the cockpit!) should be considered views through a camera, and the cockpit a specific separate view itself that the user can pan around in using the mouse or headtracking...