Ultimate space simulation software

 
User avatar
kham132
Astronaut
Astronaut
Posts: 70
Joined: 05 Nov 2016 21:50
Location: here

Help with creating Mods and Addons

04 Jun 2018 23:22

Another problem I'm encountering. I gave my planet textures, but whenever I load the planet up it says this, "[00] ERROR: seTexture::CombineRGBandA(): RGB and Alpha textures must have 3 and 1 channel, equal bit depth and equaldimensions"
Any help? I've attached the maps and the script for the planet (find Aquaria 3) Thanks!
Attachments
AquariaSys.sc
(26.71 KiB) Downloaded 300 times
base_a.jpg
base_c.jpg
 
User avatar
JackDole
Star Engineer
Star Engineer
Posts: 1874
Joined: 02 Nov 2016 18:18
Location: Terra

Help with creating Mods and Addons

05 Jun 2018 00:47

Another problem I'm encountering.
If you want to comment out a block, it happens with:
/*
Surface
{
     ....
     ....
}
*/
(I suppose you want to comment out the first 'Surface' block in Planet 3.)

I do not know what you did wrong with the textures. I get something like this here, and no error messages.
scr00000_1.jpg
Maybe something is wrong with your 'Lights' texture.
JackDole's Universe 0.990: http://forum.spaceengine.org/viewtopic.php?f=3&t=546
JackDole's Archive: http://forum.spaceengine.org/viewtopic.php?f=3&t=419
JackDole: Mega structures ... http://old.spaceengine.org/forum/17-3252-1 (Old forum)
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

05 Jun 2018 07:54

End of page 41, I got totally looked over.
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1770
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

Help with creating Mods and Addons

05 Jun 2018 11:16

Propulsion Disk, I'm afraid "did everything it said but it still doesn't work" doesn't help anybody to help you. If you followed the manual, then the issue could be some error in the obj file, or wrong normals, or something else entirely, like the folder named /spacecrafts which must be  /spacecraft instead. It's not that simple, even experienced modders have issues like yours. Check your se.log file, it's in your SpaceEngine/system/folder. It should have some clues regarding your problem. You can use https://pastebin.com/ to post your se.log file, and give us here the address.
End of page 41, I got totally looked over.
You don't have much experience with forums, do you ;)
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

05 Jun 2018 11:33

Hello Mosfet, and yes, this is my first forum EVER! Anyway, I did all the stuff that the manual said like make the faces triangles, create mat library, save vertices and stuff like that, and my files are addons/Auriga/models/spacecraft/ErichthoniusAuriga/Charioteer and addons/Auriga/textures/spacecraft/ErichthoniusAuriga/Charioteer so I got that right. I copied and pasted the .sss file that was in the manual, (but I did open it in document though.) I exported all my models to .obj and .stl and put them into the "Charioteer" folder at the end of those other folders. And after all that, I STILL CAN'T GET TO WORK! It won't even show up in the ship builder at all! And I wait for it to show up but it never does, even after a half hour. (FYI) I use blender to edit the models so that might do something, maybe, and when I open my .obj it brings me to Microsoft 3d print, and when I open my .stl it brings me to notepad. So yeah that could be it, because that is kinda weird. But I hope you can maybe help me now so yeah.
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

05 Jun 2018 20:20

Check your se.log file, it's in your SpaceEngine/system/folder.
it said that it was checked through as a data directory like this.
SpaceEngine Version 0.9.8.0 beta
STARTING
[MT] Scanning data directories
[MT] Data directory "data"
[MT] Data directory "addons"
[MT] Data directory "addons Auriga.pak" (<- THAT)
[MT] Loading script "config/main-def.cfg"
[MT] Loading script "config/main-user.cfg"
[MT] Loading  image "data/textures/common/splash09.jpg"
[MT] 20 localizations found
DONE
So yeah, it was that except without the "(<- THAT)" in it.
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1770
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

Help with creating Mods and Addons

06 Jun 2018 04:37

 I copied and pasted the .sss file that was in the manual,
It won't even show up in the ship builder at all!
If it doesn't show the name you wrote of your ship into the .sss file, the .sss file is wrong, then. Or its contents.
SpaceEngine Version 0.9.8.0 beta
STARTING
That's only few lines of your se.log, probably there are clues elsewhere.
I see you have more than 10 posts now, it means you can upload your se.log file directly as an attachment in a post by clicking the "Add files" button.

Making a .pak is not a mandatory passage for a working mod, only good for distributing a finished product. It's the last step to do when all the things are working as you intended.

.obj files are opened by windows 10 3d builder by default if you double-click on them, that's not an issue.
.mtl and .sml files are indeed text files, so they can be opened by a text editor.

Since you could also have a .sss file that is wrongly saved as .sss.txt or something similar, make sure you can see and modify file extensions as explained here: https://www.online-tech-tips.com/windows-10/show-file-extensions-and-hidden-files-in-windows-10/

Check also if your importing process is correct by following this ettore_bilbo's guide in powerpoint: http://forum.spaceengine.org/viewtopic.php?f=3&t=388
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

06 Jun 2018 07:47

That's only few lines of your se.log, probably there are clues elsewhere.
I can't show you that right now because I deleted my obj and stl files, but I still have the models!
But here it is anyway.
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

06 Jun 2018 08:02

Since you could also have a .sss file that is wrongly saved as .sss.txt or something similar, make sure you can see and modify file extensions as explained here: https://www.online-tech-tips.com/window ... indows-10/
The manual said to open it in notepad, as a folder, which I can't do because folders do not have "open with" options. I went to the site you gave me and did what it said, but that didn't change anything.
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

06 Jun 2018 08:34

I'll get to making new .obj and .stl files of a different ship now so you can see the problems in se.log (PS) the reason I'm not doing the charioteer is because there are NINE of BOTH .obj AND .stl so it would take forever. But I'll make this spacecraft the same exact way that I would make the charioteer!
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

06 Jun 2018 09:02

It's done now! it's called Pocket (don't ask me why,) and it was made the exactly same way the charioteer was made with of coarse a different shape. So here it is! the new se.log file!
se.log
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1770
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

Help with creating Mods and Addons

06 Jun 2018 17:48

Propulsion Disk, SpaceEngine doesn't start to convert the obj mesh file until you don't build the new ship from the ship list.
But you need a correct .sss file for that ship, which it appears to be your first obstacle.
The manual said to open it in notepad, as a folder, which I can't do because folders do not have "open with" options.
I think there's a misunderstanding. Manual says
To add the Discovery ship, create an empty file with name DiscoveryShip.sss in the
models folder addons/2001/models/spacecraft/Odyssey2001/Discovery/. Open it in
Notepad and type the code shown below
"open it in notepad" refers to an empty text file, with extension .sss, placed in your case inside the addons/models/spacecraft/ErichthoniusAuriga/Charioteer folder of your mod.
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

06 Jun 2018 18:15

 
I think there's a misunderstanding. Manual says To add the Discovery ship, create an empty file with name DiscoveryShip.sss in themodels folder addons/2001/models/spacecraft/Odyssey2001/Discovery/. Open it inNotepad and type the code shown below"open it in notepad" refers to an empty text file, with extension .sss, placed in your case inside the addons/models/spacecraft/ErichthoniusAuriga/Charioteer folder of your mod.
I tried to just do a text file a few times but it didn't work.
Propulsion Disk, SpaceEngine doesn't start to convert the obj mesh file until you don't build the new ship from the ship list.
What's the ship list? Is it the ship builder? Because if it is.
It won't even show up in the ship builder at all! And I wait for it to show up but it never does, even after a half hour.
 So yeah, but when I sent you the "Pocket" se.log file the .sss file was a compressed folder (Whoops) so I'll send you the se.log file with the right .sss file.
se.log
 
User avatar
Mosfet
Star Engineer
Star Engineer
Posts: 1770
Joined: 24 Oct 2016 11:34
Location: Italy
Contact:

Help with creating Mods and Addons

06 Jun 2018 19:57

so I'll send you the se.log file with the right .sss file.
If you don't see the name of your ship in the ship builder, then your .sss file contains some wrong syntax.
If you can't create a text file in your mod folder and rename its extension to .sss, then I'm afraid you have windows issues unrelated to SpaceEngine.
Let's see the .sss file, could you attach it here?
"Time is illusion. Lunchtime doubly so". Douglas N. Adams
| My mods: http://forum.spaceengine.org/viewtopic.php?f=3&t=80 | My specs: Asus x555ub - cpu i5-6200u, ram 12gb, gpu nvidia geforce 940m 2gb vram |
 
User avatar
Propulsion Disk
Explorer
Explorer
Posts: 233
Joined: 04 Jun 2018 21:35

Help with creating Mods and Addons

06 Jun 2018 20:04

Let's see the .sss file, could you attach it here?
YOS! "E.G.G.M.A.N."
Tester.sss.txt

Who is online

Users browsing this forum: No registered users and 21 guests