Ultimate space simulation software

Search found 1674 matches

by Mosfet
03 Feb 2024 12:28
Forum: Troubleshooting and Solutions
Topic: Can My PC Run SpaceEngine?
Replies: 90
Views: 68506

Re: Can My PC Run SpaceEngine?


Will i be able to run?

GPU: Intel UHD graphics 620
CPU: intel core i7

Integrated Intel graphics like the UHD 620 are not recommended for this program as they are well below minimum requirements for it, and the program will warn you about it. It could probably run at the lowest settings after ...
by Mosfet
22 Jan 2024 08:12
Forum: Feedback and Suggestions
Topic: General questions about SpaceEngine
Replies: 829
Views: 325937

Re: General questions about SpaceEngine

HI, thanks for reply but can I have a solution on how to fix OpenGl error.
It just says OpenGL error? Does it say something else? We need to see your se.log file that you can find in your <SteamFolder>\steamapps\common\SpaceEngine\system folder, can you upload it here?
SElogFolder.png
by Mosfet
21 Jan 2024 19:20
Forum: Mods and Addons
Topic: Help with creating Mods and Addons
Replies: 1231
Views: 459600

Re: Help with creating Mods and Addons


Hi, I'm new on space engine and I found how to create and link wormholes, but it only works for object in the solar system. When I want to link a wormhole to an another system he didn't work and I don't know why :/
I copy-pasted your script as it is in a .sc file, placed into an addons > catalogs ...
by Mosfet
20 Jan 2024 06:40
Forum: Feedback and Suggestions
Topic: General questions about SpaceEngine
Replies: 829
Views: 325937

Re: General questions about SpaceEngine


Hi I have a Question, actually Two questions
1.Can you transfer data of a newer version of space engine's Data to older versions?

It depends on what version and what kind of data we're talking about. Old legacy versions and the latest version may use different script parameters in catalogs, so ...
by Mosfet
19 Jan 2024 04:40
Forum: Development
Topic: Work progress 0.991
Replies: 473
Views: 205539

Re: Work progress 0.991

Mr. parampampam seems to know the program better than the developer, maybe he should be hired as a consultant. I'm sure he would know how to solve complex issues of any engine in no time.

The forum is empty.
And it's been like that since a while. New forum users nowadays are mainly bots wanting ...
by Mosfet
11 Jan 2024 08:09
Forum: Troubleshooting and Solutions
Topic: Troubleshooting and bug reports - SpaceEngine 0.990
Replies: 1367
Views: 397591

Re: Troubleshooting and bug reports - SpaceEngine 0.990


Hello,
I'm experiencing graphical striping on planets when zoomed out. When turning off atmospheres the planet returns to normal.
System Specs:
Ubuntu 22.04.3 LTS
CPU: AMD Ryzen 5 7600
GPU: AMD Radeon rx 5700 xt
I'm using Proton on steam, every version I've tried exhibits the same bug.
se.log ...
by Mosfet
11 Jan 2024 08:04
Forum: Troubleshooting and Solutions
Topic: Troubleshooting and bug reports - SpaceEngine 0.990
Replies: 1367
Views: 397591

Re: Troubleshooting and bug reports - SpaceEngine 0.990

Is there any simple way to get my ship in close proximity to Jupiter without having to undertake the extremely complex flight mechanics which I have researched but fear that they are way beyond my abilities ( as well as the many others that have posted on various forums saying they gave up trying ...
by Mosfet
06 Jan 2024 08:59
Forum: Troubleshooting and Solutions
Topic: Troubleshooting and bug reports - SpaceEngine 0.990
Replies: 1367
Views: 397591

Re: Troubleshooting and bug reports - SpaceEngine 0.990

I purchased Space Engine from the Steam store on 25th November 2023
I have downloaded an sss file for the Discovery from 2001 from werdnaforever's Orbital Shipyardthe in the Space Engine forums;
[...]
When I launch Space engine I can't find the Discovery in the shipbuilder to put it into the game ...
by Mosfet
06 Jan 2024 08:24
Forum: Troubleshooting and Solutions
Topic: Troubleshooting and bug reports - SpaceEngine 0.9.8.0
Replies: 1690
Views: 660559

Re: Troubleshooting and bug reports - SpaceEngine 0.9.8.0

The problem is that this legacy version is no more compatible with recent graphics cards.
by Mosfet
19 Dec 2023 07:34
Forum: General Discussions
Topic: The logo is almost identical, is Scientify related with Space Engine?
Replies: 1
Views: 3075

Re: The logo is almost identical, is Scientify related with Space Engine?

No it's not. I believe I have seen that user on Discord, asking if it was ok to use that logo, quite some time ago. As far as I know, the team was not against.
by Mosfet
13 Dec 2023 04:18
Forum: Mods and Addons
Topic: Help with creating Mods and Addons
Replies: 1231
Views: 459600

Re: Help with creating Mods and Addons

upload your .sml file
by Mosfet
11 Dec 2023 19:22
Forum: Mods and Addons
Topic: Help with creating Mods and Addons
Replies: 1231
Views: 459600

Re: Help with creating Mods and Addons

There are some reasons.
The obj file must have the same name of the cfg file, and viceversa. So the name of the cfg file in the .sss file must be the same as the .obj file. The program then will create the correct cfg file and the sm file.
The materials sml file is malformed for some reason, it ...
by Mosfet
09 Dec 2023 10:43
Forum: Feedback and Suggestions
Topic: Suggestions & Feedback about the Website and Forum
Replies: 313
Views: 173422

Re: Trouble signing in on separate browsers to check issues


I have reset my password a number of times its right if I sign into Google I can get in but on internet explorer it denys my attempts why?

Internet Explorer is very likely not supported anymore by the forum since it's been updated to recent security fixes. Internet Explorer is not really ...
by Mosfet
09 Dec 2023 10:26
Forum: Mods and Addons
Topic: Help with creating Mods and Addons
Replies: 1231
Views: 459600

Re: Help with creating Mods and Addons

Your .sml file contains incorrect parameters, SpaceEngine doesn't use illum or Ka parameters. The syntax used by .sml files is explained in the manual https://spaceengine.org/manual/making-addons/creating-a-ship
Your cfg file contains materials with names having slashes, which probably will create ...
by Mosfet
07 Dec 2023 16:52
Forum: Mods and Addons
Topic: Help with creating Mods and Addons
Replies: 1231
Views: 459600

Re: Help with creating Mods and Addons

Your log says that the materials are not declared. They are defined in a .sml file, as per manual https://spaceengine.org/manual/making-addons/creating-a-ship. See The material library file - *.sml on that manual page for a description of its format. You should already have a .sml file created from ...