Jump to content

Master_Xan

SWR Veteran
  • Posts

    866
  • Joined

  • Last visited

2 Followers

Legacy Profile Fields

  • INTERESTS
    Humans
  • LOCATION
    Earth

Master_Xan's Achievements

Experienced

Experienced (11/14)

  • First Post
  • Collaborator
  • Posting Machine Rare
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

2

Community Answers

  1. From the above: If that doesn't resolve it, let me know which method you ended up using (main method or alternative).
  2. The creator of RebEd wasn't a native English speaker, didn't leave the source code behind, and hasn't been involved in years. Decades, probably. There is no new version of RebEd and there likely never will be, as it would have to be re-created from scratch. That said, I use RebEd on Windows 7 and Windows 10. I wrote up a tutorial to make it work and posted it here, on Steam's forums, and on GOG's forums. You don't need a Steam/GOG version of the game to make it work on Win7, but trust me it is worth the money to save the headaches and time it takes to make Rebellion work. Once you have Rebellion itself working, the tutorial will help you get RebEd working. Feel free to ask questions about the walkthrough, but please ask them on that post instead of this one so somebody else with the same question can find an answer easily. Good luck and enjoy.
  3. I should have said so earlier, but I found this post useful. Didn't know about some of these shortcuts before. Thanks!
  4. I actually did track down two Coolhand employees, but the means of communication I obtained were old. By old, I mean still technically active, but the guys were no longer checking them. At least, they never responded to me- totally possible they saw my messages and ignored them or never got around to answering. I even created a Twitter account, which I said I'd never do, just to try and reach one. But yeah, geir389 is right. Disney has shown they have the rights, and after releasing digital versions, they are unlikely to give out the code. Particularly since they aren't known for giving out code for other games. And they didn't do any upgrades to the game, so we don't even know they have the original source code.
  5. If you have the Steam or GOG version of Rebellion, follow these directions to make RebEd work correctly. 1) Install Rebellion, if you haven't already 1b) After installing, DO NOT MOVE THE REBELLION FOLDER. 1c) Launch Rebellion. You don't need to play a game, just reach the main menu, then close. 2) Install RebEd Download 2b) Go to the folder you installed RebEd to. Make sure d3drm.dll is in that folder. If it isn't, copy it from your Rebellion directory and put it there. 3) To make RebEd cards work, we need to trick RebEd. Go to your Rebellion directory and create a new folder called "Trick". Now move the MDATA folder into Trick. 3b) At this point, Rebellion will complain about a CD and won't start. Step 4 fixes this. 4) You need to manually change some registry settings. If you don't know how to do this, find a tutorial like this one for the basics. In Regedit, search for "DllLocation". Make sure you find registry entries for Rebellion, then change the DllLocation entry to point to your main Rebellion directory. In the same registry area, you should see "TooBigLocation". This needs to point to the Trick folder. If you don't have those registry keys and/or have further problems, verify your registry settings against those listed by Jamison in this thread. Make sure your directory is correct (don't use Jamison's directory in Program Files if you installed Rebellion somewhere else). Also, only use ONE \ when editing the registry directly; two \\ are only used when making a .reg file. Congratulations, you're done! At this point, Rebellion and RebEd should work, INCLUDING LOADING CARDS. Read on if you are interested in technical details, or skip ahead to the Q&A section for troubleshooting problems. IMPORTANT NOTE: If you ever verify your game files, you will lose any changes made in RebEd! You can backup your changes using the Save Settings and Load Settings options. EDIT: If your RebEd doesn't work at this point, don't panic! The above steps work for me about 50% of the time, but there is another way. ALTERNATE METHOD: After completing all four steps above, go back to your Rebellion folder. Move the MDATA folder back into your main Rebellion directory, delete the Trick folder, and then copy your entire Rebellion folder. Go to another hard drive or partition and paste the entire Rebellion directory. Rename the folder to just "Rebellion". For example, if you installed Rebellion into C:\, then copy and rename the folder to D:\Rebellion. This will mimic the CD. Go back into the registry and change DllLocation and TooBigLocation to point to this new place (D:\Rebellion as an example). This doubles the size of your install, but it is still only 1GB so that shouldn't matter to most people. It does require a second drive or partition; hopefully that doesn't exclude anyone. Note that this second method requires the folder be named "Rebellion" and it must be in the base directory of a partition other than the one you installed Rebellion to. If after doing this it still doesn't work for you, uninstall everything and try again. This time, skip the trick method and go straight to the alternate method. Technical details and additional modding options #1) Do not use RebEd's Partial Installer, scan for SWRE, or Manual SWRE setup. These features don't work with newer versions of Windows. Additionally, you cannot change an entire sector's colonized status in the Galaxy Mapper, but in the upper left, you can select "Systems" and do each system's colonized status individually. #2) Below are some things you may wish to change which RebEd cannot modify: a) Ships' models in tactical combat. Details here. b) The AI Value setting can be changed with SWRE. c) If you want to change the time it takes non-ship units to go from planet to planet (like personnel, facilities, and fighters without a carrier), here is how: c1) Back up the GNPRTB.DAT file in case something goes wrong. (Find it in the GDATA folder of your installation directory.) c2) Use a hex editor, like this one to open the file (not your backup!) c3) Go to the hex addresses that correspond to the difficulty and side you want to change, then tweak the number however you like. For example, if you want units to travel twice as fast, change the default 64 to 32. (NOTE: single digit values, like 8, must be typed as 08. In Xvi32, use the Address -> Go To option to go directly to the address you put in.) Make sure to save the file when your edits are done. Empire Novice 00000032 Intermediate 00000036 Expert 0000003a Rebels Novice 0000003e Intermediate 00000042 Expert 00000046 Han Solo Novice 00000a5e Intermediate 00000a5a Expert 00000a56 d) A bug keeps you from skipping the briefings at the beginning of a new game. Renaming or deleting the files ALBRIEF.DLL and EMBRIEF.DLL will make the game skip them (AL is Alliance, EM is Empire). #3) If you do move your Rebellion folder, you just have to re-edit your registry settings with the new values. Likewise, you can put your MDATA folder anywhere you want, so long as TooBigLocation points to MDATA's parent folder and MDATA is in a different location than your Rebellion's main directory. Q&A * Rebellion won't start in step 1. FIX: First, verify the integrity of your steam files. If that doesn't work, you can either reinstall, or use the registry settings in step 4. * RebEd throws an error. (Any error: missing files, incomplete install, whatever.) FIX: Close RebEd entirely and make sure Rebellion is not running. Try again. If you get the same error, make sure d3drm.dll and vcl30.dpl are in your RebEd folder. If they both are, chances are very good there are mistakes in your registry. If you are absolutely sure there are none, then restart your computer to clear a weird cache error I sometimes got. If you still see the same error, verify your files' integrity or reinstall Rebellion. If you reinstall, don't forget to redo step 4! * When I do a tactical battle instead of letting the game automate it, the game crashes (or it crashes right after the battle completes). FIX: This has always been a little unstable. About 1 in 25 tactical battles crash for me. There is no fix, just save often. However, if you crash a lot, it usually means a 3d model for a ship got messed up. If you changed a ship model, restore the original model or verify your game files. If you didn't touch the models, one of your files could be corrupt- verify the game integrity. Additionally, if in RebEd you made it possible for the Alliance to build Imperial starfighters, or vice versa, that will also crash tactical combat. (Only starfighters do this, not capital ships.) * When I try to load a card, RebEd tells me I need a full install. What gives? FIX: Go back to Steps 3 and 4 above. Either you didn't move MDATA correctly, or your registry settings for TooBigLocation are wrong, or RebEd is being dumb and you need to use the alternate method. * When I load Rebellion, the first two videos play, but then I get a black screen with the mouse cursor and no sound. FIX: Uninstall and then Reinstall Rebellion. Make sure to change the registry again.
  6. So it is. It would appear some folks had issues with the Steam version, while others had no problems. So if you're trying to get Rebellion to work on more modern computers with little fuss, you may have to try different versions and see which works best for you (GOG or Steam).
  7. Stormtroopers are more iconic than other types, so they play a much bigger role in most representations of Star Wars. Particularly since Disney took over. I always viewed stormtroopers as Imperial marines in the tradition of other sci fi marine corps. They are numerous on Imperial ships and are used in boarding and landing operations. Regular army units are used as garrison forces, and are trained for that assignment. Navy regiments are specialized forces only used on ships or for special assignments where their higher-than-average technical skills are called for. Head cannon aside, regular army units basically don't exist in Disney's Star Wars, and navy troopers are simply operatives or officers of stormtrooper regiments. It simplifies things if you only have one branch of military forces to deal with, and Star Wars has never been into the nitty gritty military details.
  8. Geir is correct on both the missions and the shields. Below are a bunch of tips for anyone looking at this. Look at a character's stats to see what they are good at. Lando isn't very good at espionage or combat, so it would be better if you used someone like Han or Chewbacca. The Rebels have many good espionage characters. Usually small numbers of highly-talented individuals will do better than huge swarms of mediocre characters. Always use decoys if you can. I'm not sure what the "perfect" ratio is, but I usually use 1 operative for 1-2 decoys, and I rarely have more than 9 total characters assigned to one mission. Infiltrators are basically worthless if the enemy planet has a general or an orbiting fleet. They simply can't get through. Note that a general with no troops is nothing to worry about. You can look at the statistics of enemy units in the encyclopedia, or by right-clicking the unit itself. Each trooper regiment has a detection rating; for example, Imperial Fleet Regiments are better at detecting missions than most other Imperial troopers. Fighters also have detection ratings. If you haven't successfully completed an espionage mission, you won't know the characters on the planet. You may know some, but even orbiting a planet will not reveal the full, current status of enemy characters. For your specific instance, the Empire may have additional units running espionage on their own planet, which can detect your missions. Running missions against any planetary target that is protected by an enemy fleet is dangerous. Ships in orbit give a huge boost to detection. To break through a gencore shield, you need units with bombardment rating. Many ships do not have this, particularly early in the game and particularly Rebel ships. Look at the ship stats, all the way at the bottom iirc. You can do multiple bombardments a day with no penalty, and if you are right on the edge of overcoming the shield, then some bombardments will destroy things and some won't. Make sure you bombard military targets only to increase your odds of taking out the shield generator (and to avoid public backlash). The best early Rebel units to overcome shield generators are Carriers stuffed to the gills with YWings. Support this with whatever other ships you can scrape up with a bombardment rating (Bulk Cruisers and Dreadnoughts may have some, I can't remember for sure). What's the best way for Rebels to bust through a fortified Imperial planet with orbiting fleets, troops, generals, shield generators, or other defenses? Ignore it and work on the other planets in that sector. If you can isolate strongholds, you can build up forces to take on your target. If you can liberate an Imperial world in the same sector, you'll get a huge boost to support throughout the rest of the sector, possibly starting an uprising on the fortified world you are gunning for and/or getting free intel from smugglers. Later in the game you can just smash through, but early on, Rebels lack the fleet strength to do so. If you simply must take out a fortified world, this is the order to do so: 1) Take out any fleet presence. Doesn't matter if it is just a troop transport, any enemy orbiting ships need to die. Ideally, you would use your own fleet for this, but if they have too much power you'll need to use very talented operatives instead. 2) If there is no fleet or you dealt with it, your next target is always enemy generals. Even if you fail to capture him, just injuring him is enough to negate his (usually massive) leadership bonus. Remember, they may send a replacement general (or reassign someone already on the planet) if you injure the first general. 3) After any generals are out, you have your choice between targets: shield generator or other planetary defenses if you want to bombard, enemy fighters if your fleet can't safely attack, or troopers. If the planet likes you more than your enemy, always take out enemy troopers, since you can liberate the planet for massive public support throughout the sector. Also take out troopers if you plan to assault the planet or your operatives have a difficult time completing missions. 4) If you are trying to liberate the planet by taking out troopers with sabotage, try and put a fleet in orbit. Your operatives can run missions from your fleet, even if all you put up there is a single Medium Transport. That will greatly decrease travel times. Having an orbital presence also makes it harder for your opponent to reinforce the planet, and when you do liberate it, your fleet has a chance to capture or destroy any units fleeing the world. 5) If you can't put a fleet in orbit, get your operatives to launch missions from the nearest world you control. That greatly reduces travel times. If you don't have a planet adjacent to your target, you can put a fleet in orbit of neutral planets and launch missions from there. If there are no nearby neutrals, you can orbit one enemy world and run missions targeting another. If you can't get at any world in a sector using one of these methods, you probably need to wait until you have a bigger fleet before trying to take your target.
  9. I'd send it to ya, but I never had it myself. Hopefully one of the old timers will spot this, but it may be a few months. Not much traffic these days.
  10. This was a common error, not just with Reloaded but for folks with the base game, too. I've had it happen to me. It can happen for a number of reasons, including (but not limited to) issues with ship textures. Unfortunately, I don't remember what the possible fixes are. It may take some searching through old posts, but it's on here somewhere. Try typing the following into Google: site:forums.swrebellion.com So an example might be "site:forums.swrebellion.com space crash" (without the quotes, obviously). That will provide results only from this site. If you can't find a solution, try reinstalling. If you neither find a solution nor get it working with reinstall, post back here with the following information: Your operating system (including whether it is 32 bit or 64) What version of the game you are using (CD or gog.com) If the battles work before installing Reloaded Your favorite Alliance ship (because why not?)
  11. Hey! I'm still stalking this place. I may be the only one left, though. The site only works intermittently; not the best way to keep people coming back.
  12. Solid find! I'm not sure why I didn't notice this back when you posted it (when did the server go down again?), but I've sent FB and Twitter messages. Awaiting response...
  13. If you don't already know, GOG.com now has Star Wars: Rebellion (and several other LucasArts games). Check it out! Because the URL doesn't seem to work well in the URL tag (the double ## breaks it, I think), here is the link to the rest of the LA games at GOG: http://www.gog.com/games##sort=bestselling&devpub=disney&page=1

Copyright (c) 1999-2022 by SWRebellion Community - All logos and trademarks in this site are property of their respective owner. The comments are property of their posters. Star Wars(TM) is a registered trademark of LucasFilm, Ltd. We are not affiliated with LucasFilm or Walt Disney. This is a fan site and online gaming community (non-profit). Powered by Invision Community

×
×
  • Create New...