JUstme27 Should be under your downloads folder
Star Wars: ACD Troubleshooting/ Tech Support
IVIemories No nothing but other crap is in the download folder
JUstme27 What browser are you downloading it with?
How do you put the Death Star Laser Together?
IVIemories file explorer and edge
Use the 'save as' button on edge and the save the file to location.
how do you assemble the death star laser
My favorite mod is your mod because i love star wars
Smoooo Thank you. To assemble the laser, you must place parts in this order: Command Bridge I - Command Bridge II - (Other DeathLaser parts) - Death Star Laser Block
Echo It looks very... sexual.
ClassicJam Oh Bug Off, ITS COSMOTEER
I'm having problems with FTL traveling when jumping to a system containing the 'Gozani Class Carrier.png' ... I don't know if anyone has reported this yet... neverthless, thanks for the mod!
mgnodam Reported a million times, but thanks!
Ok, after some editing trying to find where the super laser crashes are coming from, It seems to be from the sect2L/R part.
When I removed these lines, I haven't experienced anymore crashes related to the laser even with it getting destroyed and the game being heavily modded. (I'm using the 0.2.5p ver)
CrewIdler
{
Type = CrewIdler
MaxCrew = &../../CrewCapacity
Buffer = .25
}
cactusdoodad I'll certainly look in to that. I will test with it as well just to make sure though..
- Edited
I am trying to modify your mod to only add cockpit, blasterlaser, and the painting detail stuff.
can you tell me what I need to keep in the mod.txt file?
I've got it down to this text:
Name = "Star Wars: A Cosmos Divided (edited)"
Version = 0.2.5p
CompatibleGameVersions = ["0.13.0"]
Author = "ClassicJam, yobeefjerky, Meranera. (Hutonahill)"
Description = "Star Wars A Cosmos Divided is a mod that will add many Star Wars aspects to your Cosmoteer game.\n\n"\
"-homemade version, only adds cockpit and smaller blaster weapon.\n\n".
StringsFolder = "Strings"
Actions
[
//************ GUI GROUPS ***********
{
Action = Add
AddTo = "<Gui/editor groups.txt>"
Name = "Droids"
ToAdd
{
NameKey = "EditorGroups/Droids"
Icon
{
Texture = "Gui/group_button-droid.png"
}
}
}
{
Action = Add
AddTo = "<Gui/editor groups.txt>"
Name = "TechI"
ToAdd
{
NameKey = "EditorGroups/TechI"
Icon
{
Texture = "Gui/tech1.png"
}
}
}
{
Action = Add
AddTo = "<Gui/editor groups.txt>"
Name = "TechII"
ToAdd
{
NameKey = "EditorGroups/TechII"
Icon
{
Texture = "Gui/tech2.png"
}
}
}
//*************** ADDING ROOF DECALS ******************
{
Action = Add
AddTo = "<Ships/Terran/terran.txt>/Terran/Roofs/RoofDecalsFolders"
ToAdd = "Roof Decals"
}
//**************** ADDING SHIP PARTS ******************
{
Action = AddMany
AddTo = "<Ships/Terran/terran.txt>/Terran/Parts"
// These are the data fields we want to add to the [] list.
ManyToAdd
[
//Weapons
&<Weapons/blasterlaser/small_pointlaser.txt>/Part
//Control Rooms
&<Control_Rooms/Cockpit/cockpit.txt>/Part
I don't know what else to remove.
hutonahill Remove the actions that you made not do anything.
whats GUI?