1. It's possible for engineer units have a 3 sec delay when capturing enemy structures but not tech structures due to a glitch. Two mods did attempt this and worked. I bet no one has ever code that perfectly to enemy/neutral structures. Is there any way for engineers have a 3 sec delay on tech structures.
2. There is a mod that describes this feature: GDI APC "evacuate all" button now evacuates all infantry at the current location rather than employing a target location. How does this work by coding? Only one mod successfully did that.
3. Does anyone have a complete detail on how to make a new support power (or new unit upgrade ability) with a new support power portrait image (or unit upgrade image) just like how Tiberium Wars Advanced did? (ex. Power Signature Scan, Laser Guided Missile)
4. Is it possible for a C&C3 mod to build 4 factions or more? Few mods support more than 3 factions.
5. Which mod builder works best: EALA's buildmod.bat, Codecat's modified buildmod.bat, Killer's modbuilder executable, or the Bibber's buildmod.bat with manifest/mod crash fixes?
6. Does anyone or anywhere in any CNC forum have models, weapon models, and portrait icons that are free to download for now other than the Titan and the Shatterer?
7. Will RA3 models (if released as art packs) and special parameter codes work on C&C3/KW mod sdk?
8. Did EALA compromised either the KW mod sdk, the rest of C&C3 models, or the KW model art pack yet?
9. Last but not least and this is the other hardest question(s) yet, all involving the C&C3 Main Menu and all other menus:
- How can I change the color of the main menu from aqua blue to the Scrin color based with the numbers of hue, sat, lum, red, green and blue?
- Where I can find the images of the C&C3 logo that was shown in the main menu screen?
- What was the name(s) of the file(s) that has the Earth spinning around slowly and the moving text on the bottom of the main menu screen?
- Is it very difficult for the spinning Earth to change color? How was it done specifically?
- Combining the first 5 questions, can anyone describe in full detail how to make the entire menu screen's purple except the images?
Edit: I just found that some GOB files are readable in partial xml form, but the rest of them are encrypted. And I bet that no one has a program to hack the GOB files and decrypt/convert them into xml form. The GOB files are encrypted. For example, SteelTalonsWolverine.gob has some of the parameter codes shown:
Prev = CurDrawablePrevAnimationState() if Prev == "STATE_SelectedPose" then CurDrawableSetTransitionAnimState("TRANS_SelectedToIdle") end if Prev == "STATE_stunned_flailing" then CurDrawableSetTransitionAnimState("STATE_stunned_landing") end Prev = CurDrawablePrevAnimationState() if Prev == "STATE_bored" then CurDrawableSetTransitionAnimState("TRANS_IdleToSelected") end
Edited by CommanderJC, 24 October 2008 - 08:20 PM.