Posts by cojosao

    Would be more cool of course if the UUM-Mechanic would totally change. Let's say I build a random-matter-generator. I choose one of the possible goals and my generator uses the needed amount of UUM to create stuff (so if I choose to create diamonds, he would use 9 UUM with every "cycle"). But because it is random crazy things could happen. You could get a TNT-Block instead of a diamond or some plain dirt. But you could also get a diamond while trying to create gold. Or random chickens spawn around your matter-generator because it went totally crazy and created them. Also you could add random uranium if you try to create diamonds, so basically uranium would be back in, but not reliable.

    This is genius. I don't like how reliable UUM is, considering it allows you to create almost anything in the game. This is a really neat idea!

    So I just downloaded the official 1.8 and started playing (but I kept my 1.7_03 IC2 in another folder) and I came across this awesomeness while exploring some new marshland-looking place.

    Night is approaching fast, hope I don't run into one of those scary Endermen things 8|

    I can't appear to run it. v905 worked fine, and I have the .NET framework 4, but v906 displays a message:
    Cannot download the application. The application is missing required files. Contact application vendor for assisstance.
    If I press the details button, this pops up (Its a biggun):

    Display Spoiler

    PLATFORM VERSION INFO
    Windows : 5.1.2600.196608 (Win32NT)
    Common Language Runtime : 4.0.30319.1
    System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
    clr.dll : 4.0.30319.1 (RTMRel.030319-0100)
    dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
    dfshim.dll : 4.0.31106.0 (Main.031106-0000)

    SOURCES
    Deployment url : file:///C:/Documents%20and%20Settings/Connor/Desktop/publish(1)/NuclearReactorPlaner.application

    IDENTITIES
    Deployment Identity : NuclearReactorPlaner.application, Version=0.9.0.5, Culture=en, PublicKeyToken=fe1037e8168f097c, processorArchitecture=x86

    APPLICATION SUMMARY
    * Installable application.

    ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of C:\Documents and Settings\Connor\Desktop\publish(1)\NuclearReactorPlaner.application resulted in exception. Following failure messages were detected:
    + Downloading file:///C:/Documents and Settings/Connor/Desktop/publish(1)/Application Files/NuclearReactorPlaner_0_9_0_5/NuclearReactorPlaner.exe.manifest did not succeed.
    + Could not find a part of the path 'C:\Documents and Settings\Connor\Desktop\publish(1)\Application Files\NuclearReactorPlaner_0_9_0_5\NuclearReactorPlaner.exe.manifest'.
    + Could not find a part of the path 'C:\Documents and Settings\Connor\Desktop\publish(1)\Application Files\NuclearReactorPlaner_0_9_0_5\NuclearReactorPlaner.exe.manifest'.
    + Could not find a part of the path 'C:\Documents and Settings\Connor\Desktop\publish(1)\Application Files\NuclearReactorPlaner_0_9_0_5\NuclearReactorPlaner.exe.manifest'.

    COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

    WARNINGS
    There were no warnings during this operation.

    OPERATION PROGRESS STATUS
    * [9/11/2011 1:07:25 PM] : Activation of C:\Documents and Settings\Connor\Desktop\publish(1)\NuclearReactorPlaner.application has started.
    * [9/11/2011 1:07:26 PM] : Processing of deployment manifest has successfully completed.
    * [9/11/2011 1:07:26 PM] : Installation of the application has started.

    ERROR DETAILS
    Following errors were detected during this operation.
    * [9/11/2011 1:07:26 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
    - Downloading file:///C:/Documents and Settings/Connor/Desktop/publish(1)/Application Files/NuclearReactorPlaner_0_9_0_5/NuclearReactorPlaner.exe.manifest did not succeed.
    - Source: System.Deployment
    - Stack trace:
    at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
    at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
    at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
    at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
    at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
    at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
    at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
    --- Inner Exception ---
    System.Net.WebException
    - Could not find a part of the path 'C:\Documents and Settings\Connor\Desktop\publish(1)\Application Files\NuclearReactorPlaner_0_9_0_5\NuclearReactorPlaner.exe.manifest'.
    - Source: System
    - Stack trace:
    at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at System.Net.FileWebRequest.GetResponse()
    at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    --- Inner Exception ---
    System.Net.WebException
    - Could not find a part of the path 'C:\Documents and Settings\Connor\Desktop\publish(1)\Application Files\NuclearReactorPlaner_0_9_0_5\NuclearReactorPlaner.exe.manifest'.
    - Source: System
    - Stack trace:
    at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
    at System.Net.FileWebRequest.GetResponseCallback(Object state)
    --- Inner Exception ---
    System.IO.DirectoryNotFoundException
    - Could not find a part of the path 'C:\Documents and Settings\Connor\Desktop\publish(1)\Application Files\NuclearReactorPlaner_0_9_0_5\NuclearReactorPlaner.exe.manifest'.
    - Source: mscorlib
    - Stack trace:
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
    at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
    at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)

    COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.

    Lol I just reread the tutorial and I feel like an idiot. Correct me if I'm wrong, but the coolants now cool themselves at the same rate they absorb energy. This would explain why there's nothing happening.
    But my MFE won't charge with only one uranium cell in it, I need to have at least two (even if they don't touch). Is this a new feature?

    Love IC2, tried to hydrate some coal dust and when i put 8 dust and 1 water bucket i only get 1 coal instead of 8 like IC, is this right?

    Also the taps on some of my rubber trees are at the very top of the tree, is there a way to have them form closer to the root?

    thanks for listening.

    The recipe is currently bugged. Use the other one for now.

    Regrow the tree?