Coder Social home page Coder Social logo

Comments (4)

thomas15v avatar thomas15v commented on July 29, 2024

Have you tried this branch: https://github.com/IronCretin/Stock-Revamp. I only have tried the basic engines and so far I can remember I have some plumes.

from stock-revamp.

IronCretin avatar IronCretin commented on July 29, 2024

That happens on my branch too. Have you ever had any plume mods installed? Sometimes they don't uninstall completely, and the plumes are removed, but there's nothing to replace them.

from stock-revamp.

Kerbas-ad-astra avatar Kerbas-ad-astra commented on July 29, 2024

It might even be some third-party mod with an incorrectly written plume patch, e.g. something saying FOR[X] instead of NEEDS[X], which tricks every other NEEDS[X] patch into running even if you don't have X itself installed. Do you perhaps have SSR Microsat installed? That one had a misbehaving patch that I caught and fixed myself, but obviously the releases that everyone else downloads still has the problem.

Also, a list of which engines lack patches and a log would help.

from stock-revamp.

benjwgarner avatar benjwgarner commented on July 29, 2024

@Kerbas-ad-astra It's too bad that it's named FOR[X] instead of FROM[X], PARTOF[X], or PROVIDES[X]. I suppose it's too late for that change to MM at this point. 😛 Thanks for pointing out the SSR Microsat problem. I just went in and looked at the patches, and that error is made several times. This explains a lot. Other mods were acting like HotRockets was installed, and I had forgotten about the FOR[X] tag.

@mbartelsm and anyone else having this problem:
To see if this is happening (rather than greping all of the .cfg files in the GameData folder), you can set up a config that changes, say, the title of the Mk1 command pod to "ur c0nf1gz r f00b4r m8" with a NEEDS[PhantomModNameHere]. Of course, it also checks for .dlls and folders in GameData (but not subdirectories) for the name as well, but it's easy to check for those first before copying in 1337test.cfg 😄 Empty mod folders will sometimes be left behind (CKAN used to be pretty bad about this; now it only does that when there's a plugin data .xml file to save preferences for the mod you've customized).

Copypaste this into a text file, and save it as 1337test.cfg (anything with .cfg works, though) in GameData (you need ModuleManager, of course, but you must have it already to have this problem anyway). Change "PhantomModNameHere" to whatever you want to check for. For plumes; HotRockets, RealPlume, and SmokeScreen are good ones to begin by searching for using this method.

@PART[mk1pod]:NEEDS[PhantomModNameHere]
{
@title = ur c0nf1gz r f00b4r m8
}

Start the game. If your Mk1 pod has been renamed, somebody put a FOR[X] in a .cfg where it really needed a NEEDS[X]. (You checked for .dlls and mod folders first, didn't you?)

Edited for sentence structure and punctuation.

from stock-revamp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.