is there anyway to open CMOD in blender?
i tried to reopen the original .obj (i made) but nothing is showing up and this happens every single time to my obj files
so how can i open cmod in blender?
Opening CMOD in blender
-
Topic authortrappistplanets
- Posts: 639
- Joined: 11.06.2020
- Age: 17
- With us: 4 years 5 months
Opening CMOD in blender
There is a limit to how far we can travel into the stars.
Owner of "The Grand Voyage" addon series
Collaborating with Dangerous_safety for the still developing Cer system
Owner of "The Grand Voyage" addon series
Collaborating with Dangerous_safety for the still developing Cer system
- Anthony_B_Russo10
- Moderator
- Posts: 672
- Joined: 03.07.2018
- Age: 21
- With us: 6 years 4 months
- Location: Tallahassee, Florida, US
Get a CMOD plugin.
Anthony B. Russo, I like Pluto. Mod of the Celestia subreddit: https://www.reddit.com/r/Celestiasoftware/
I have over 40 computers, trying to list them here would be a pain.
Responsible for the NEO catalog: https://celestiaproject.space/forum/viewtopic.php?f=23&t=22203
And mod of the Discord server.
I have over 40 computers, trying to list them here would be a pain.
Responsible for the NEO catalog: https://celestiaproject.space/forum/viewtopic.php?f=23&t=22203
And mod of the Discord server.
-
Topic authortrappistplanets
- Posts: 639
- Joined: 11.06.2020
- Age: 17
- With us: 4 years 5 months
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months
Opening CMOD in blender
there was a very very old EXPORT only plugin for Blender 2.49b
however there is a DOT NET 5 ( C# ) microsoft only ( maybe linux with wine but i have not tried it ) , cmod to obj program
see:
viewtopic.php?f=25&t=21059
.
however there is a DOT NET 5 ( C# ) microsoft only ( maybe linux with wine but i have not tried it ) , cmod to obj program
see:
viewtopic.php?f=25&t=21059
.
-
Topic authortrappistplanets
- Posts: 639
- Joined: 11.06.2020
- Age: 17
- With us: 4 years 5 months
i want somthing that can import cmodJohn Van Vliet wrote:there was a very very old EXPORT only plugin for Blender 2.49b
and somthing i don't have to build on my own, i don't know how to compile/build programs or plugins
There is a limit to how far we can travel into the stars.
Owner of "The Grand Voyage" addon series
Collaborating with Dangerous_safety for the still developing Cer system
Owner of "The Grand Voyage" addon series
Collaborating with Dangerous_safety for the still developing Cer system
- SevenSpheres
- Moderator
- Posts: 826
- Joined: 08.10.2019
- With us: 5 years 1 month
trappistplanets wrote:i want [something] that can import cmod
and [something] i don't have to build on my own, i don't know how to compile/build programs or plugins
That doesn't exist (unless someone compiles Andrew Tribick's program and releases it on the forum).
Update: there's a pre-compiled version now.
My Addons: viewtopic.php?f=23&t=19978 • Discord server admin
Celestia versions: 1.5.1, 1.6.1, 1.6.2, 1.7.0, and some unofficial versions like Celestia-ED
Celestia versions: 1.5.1, 1.6.1, 1.6.2, 1.7.0, and some unofficial versions like Celestia-ED
-
Topic authortrappistplanets
- Posts: 639
- Joined: 11.06.2020
- Age: 17
- With us: 4 years 5 months
okay so who should i talk to about compiling it?SevenSpheres wrote:That doesn't exist (unless someone compiles Andrew Tribick's program and releases it on the forum).
There is a limit to how far we can travel into the stars.
Owner of "The Grand Voyage" addon series
Collaborating with Dangerous_safety for the still developing Cer system
Owner of "The Grand Voyage" addon series
Collaborating with Dangerous_safety for the still developing Cer system
It should work on any platform where the .NET 5 runtime can be installed, which includes Mac and Linux (at least several of the more popular distros), so hopefully WINE would not be necessary. Although since I abandoned the idea of putting a GUI on this, I might end up converting it to Rust at some point.John Van Vliet wrote:however there is a DOT NET 5 ( C# ) microsoft only ( maybe linux with wine but i have not tried it ) , cmod to obj program
Whether converting from CMOD to OBJ will solve the original issue, no idea unfortunately.
Last edited by ajtribick on 22.04.2021, 20:16, edited 2 times in total.
-
Topic authortrappistplanets
- Posts: 639
- Joined: 11.06.2020
- Age: 17
- With us: 4 years 5 months
i use windows 7 x32ajtribick wrote:It should work on any platform where the .NET 5 runtime can be installed, which includes Mac and Linux (at least several of the more popular distros), so hopefully WINE would not be necessary. Although since I abandoned the idea of putting a GUI on this, I might end up converting it to Rust at some point.
There is a limit to how far we can travel into the stars.
Owner of "The Grand Voyage" addon series
Collaborating with Dangerous_safety for the still developing Cer system
Owner of "The Grand Voyage" addon series
Collaborating with Dangerous_safety for the still developing Cer system
- SevenSpheres
- Moderator
- Posts: 826
- Joined: 08.10.2019
- With us: 5 years 1 month
https://dotnet.microsoft.com/download/dotnet/5.0trappistplanets wrote:i use windows 7 x32
Click on the Windows x86 installer. (x86 = 32-bit)
My Addons: viewtopic.php?f=23&t=19978 • Discord server admin
Celestia versions: 1.5.1, 1.6.1, 1.6.2, 1.7.0, and some unofficial versions like Celestia-ED
Celestia versions: 1.5.1, 1.6.1, 1.6.2, 1.7.0, and some unofficial versions like Celestia-ED
- John Van Vliet
- Posts: 2944
- Joined: 28.08.2002
- With us: 22 years 2 months