File: Imperium_045.rar ... -

Lowering your texture settings can help if the UI becomes sluggish due to the high-poly models included in this version.

Each faction (Empire, Federation, UNSC, etc.) has a unique, expanded tech tree. Focus early on Logistics to handle the increased fleet supply costs.

Because of the sheer size of the assets in version 0.45, the game may appear to "freeze" or stop responding for several minutes while it loads the new textures and models. Do not force-close the program. Key Gameplay Changes File: Imperium_045.rar ...

If the game crashes immediately ("Minidump"), ensure you don't have other conflicting mods enabled. Imperium is designed to run standalone.

Version 0.45 is resource-heavy. It is highly recommended to use the Large Address Aware (LAA) tool on your Sins of a Solar Empire Rebellion.exe to allow the game to use more than 2GB of RAM, which prevents frequent crashes. Common Issues Lowering your texture settings can help if the

Locate your mod folder, usually found at: C:\Users\[YourName]\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.85 (the version number may vary based on your game update).

Based on the specific filename , this file is typically associated with Imperium , a comprehensive "mega-mod" for the strategy game Sins of a Solar Empire: Rebellion . This mod is known for merging various popular franchises—such as Star Wars , Star Trek , Halo , and Mass Effect —into a single massive gameplay experience. Quick Guide to Imperium_045.rar Installation Path Because of the sheer size of the assets in version 0

Extract the contents of the .rar file directly into this folder. Launch the game and navigate to Options > Mods . Select "Imperium" from the list and click Enable Mod .

FAQ

Page Plugin is only for Pages and not for Profiles, Events and Groups.

Changelog

1.5.2

1.5.1

1.5

1.4.1

1.4

1.3

1.2.2

1.2.1

1.2

Plugin structure reorganized. Shortcode and template tag functionality added

1.1

More than 20 Facebook Locales added

How to install Simple Like Page Plugin

Installation

  1. Upload simple-facebook-plugin directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin

Customization

  1. In WordPress dashboard, go to Appearance > Widgets.
  2. Drag and Drop SFP – Like Page Plugin into your sidebar.
  3. Click triangle near SFP – Like Page Plugin header.
  4. Enter your Facebook Page URL (not your profile URL).
  5. Choose width, height and other options you like.

or

Use [sfp-page-plugin] shortcode inside your post or page. This shortcode support all default parametrs:

If you want Page Plugin 320 pixels width and showing posts you need to use it next way:

[sfp-page-plugin width=320 show_posts=true url=http://www.facebook.com/yourPageName]

or

Use sfp_page_plugin() template tag in your theme files.

<?php if ( function_exists("sfp_page_plugin") ) {
    $args = array(
        'url'           => 'https://www.facebook.com/WordPress/',
        'width'     => '300',
        'hide_cover'=> true,
        'locale'        => 'en_US'
    );
    sfp_page_plugin( $args );
} ?>