Search found 1009 matches

by impaktor
Tue Nov 26, 2024 7:18 am
Forum: Feature requests
Topic: No random pirates
Replies: 1
Views: 180

Re: No random pirates

I believe the data/modules/Pirates.lua atempt to add random pirates to systems.
by impaktor
Mon Oct 21, 2024 4:54 pm
Forum: Other space games
Topic: Wing Commander & Wing Commander Privateer
Replies: 1
Views: 4236

Re: Wing Commander & Wing Commander Privateer

Modern Vintage Gamer has a good video on the inovations of Wing Commander:
https://www.youtube.com/watch?v=LuFNFd8I0WU
by impaktor
Thu Oct 10, 2024 6:57 pm
Forum: Pioneer development
Topic: modifications to the game, displaying images on the screen via lua scripts
Replies: 2
Views: 255

Re: modifications to the game, displaying images on the screen via lua scripts

what are the limitations of lua scripts, is it possible to add objects to planets with their help? No. See https://codedoc.pioneerspacesim.net for methods currently supported. Adding image is probably no very beginner friendly. Adding or improving a mission module might be more viable. Or use our c...
by impaktor
Tue Oct 08, 2024 1:58 pm
Forum: Feature requests
Topic: Some ideas : hangar and interactive cockpits MFDs
Replies: 1
Views: 240

Re: Some ideas : hangar and interactive cockpits MFDs

Parkng ships would be nice, and we'd like to have. However, separating ship from player in the code is a massive task, thus will not happen soon, unless someone becomes very motivated to do a very big menial task. Coud we expect multifunctions displays I believe that is the plan, yes. Currently, we'...
by impaktor
Mon Sep 23, 2024 8:58 pm
Forum: Face generator
Topic: Machine learning ("AI") as a face generator
Replies: 23
Views: 17469

Re: Machine learning ("AI") as a face generator

The more I look at these face and human generators, the more dead the output seem.
They're all trained on pictures of celebrities....
by impaktor
Sat Sep 07, 2024 8:57 am
Forum: Pioneer development
Topic: Art inspiration album
Replies: 129
Views: 221255

Re: Art inspiration album

by impaktor
Thu Aug 01, 2024 8:12 am
Forum: Pioneer development
Topic: Various astronomy news
Replies: 153
Views: 222205

Re: Various astronomy news

"Code, data, and instructions to map constellations from around the world [using HYG database]"
https://github.com/eleanorlutz/worldsta ... s_of_space
by impaktor
Thu Aug 01, 2024 8:11 am
Forum: Pioneer development
Topic: Astronomy vs. Phantasy
Replies: 1
Views: 1090

Re: Astronomy vs. Phantasy

I don't think we're wedded to the idea there must be current planetary configuration in Sirius. It would be nice with inhabited worlds in Sirius, if possible, or a space station. Really good that you're doing some custom system (and testing out using System Editor, please report bugs & strangene...
by impaktor
Wed Jul 10, 2024 12:34 pm
Forum: Pioneer development
Topic: Updating the wiki mission scripting tutorial
Replies: 52
Views: 25945

Re: Updating the wiki mission scripting tutorial

No, as you've no doubt noticed there's plenty of obsolete code examples on the wiki, because we've changed how things are done, how modules are imported, etc. However, the code that pioneer runs on is always valid (ehum, except when there's bugs in them). Either way, it's good to point a reader to m...