Jump to content


Photo

Some Questions for Modding Yuri's Revenge


  • Please log in to reply
64 replies to this topic

#41 Beowulf

Beowulf

    Shipgirl

  • Advisors
  • 7,219 posts
  •  Azur Lane Fangirl

Posted 19 August 2010 - 01:26 AM

Sounds are pretty simple.

You need the XCC Mixer, the sounds available, both of those windows open and the Mixer not maximized.
Launch the XCC Mixer and go to Launch > XCC Sound Editor. At this step, if you have a newer XCC, you'll have to select which game so pick which one applies.
Once the Sound Editor window is open, simply drag and drop your desired sounds from Windows Explorer into the Sound Editor's window pane. This might take a moment depending on number of files and hardware. Once that's done, click OK and that window pane will close. Your new sounds will be in the BAG file and referenced by the IDX file.
Load sound(md).ini and create a new sound entry in the same manner as a new unit. Add it to the last, reference it in the rules and you're good to go.

NZ.org | BBPCG
Discord: The Astronomer#1314
Steam


#42 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 19 August 2010 - 08:33 PM

I have done all that but the sound file does not show up in the sound editor. Is it supposed to do that? Or am I doing something wrong?

Thanks for all the help. This mod is going to take a while because of school.

#43 Apollo

Apollo

    The bringer of doom

  • Hosted
  • 3,467 posts
  • Location:Core of Nexus
  • Projects:Robot Storm, Project Phantom
  •  1337 Modder

Posted 20 August 2010 - 02:08 PM

If it refuses to add to the list, the input sound is not in proper format or something wrong, accepted are normal pcm (16 bit) wav all khz/channel and then ima packed wav 22khz/32khz mono/stereo, other formats are invalid like mp3 etc.
Posted Image

EAApoc wrote:
The only written law in a C&C game I ever saw is please Mr.Developer make it fun and give me a lot of **** to explode, o and don't you ever get another soul to play Kane but Joe Kucan. Aside from those two rules, all bets are off =) hehe
-APOC

#44 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 20 August 2010 - 09:27 PM

Yes! I have added a custom sound.

But I do have another question. How do you mix two sounds together and make one whole sound?

#45 Nighthawk

Nighthawk

    Grumble Grumble.

  • Division Leaders
  • 2,946 posts
  • Location:Edinburgh
  • Projects:The Third War, Ares, misc side projects.
  •  Strategist and Modder
  • Division:C&C Guild
  • Job:Division Leader
  • Association

Posted 20 August 2010 - 10:09 PM

Use an audio editor, something like Audacity or GoldWave (Google will easily find these). Windows Sound Recorder (Start > Run > sndrec32.exe) can also do something similar, provided you're not on Windows Vista or 7 (their version is slightly different and much less useful).
Posted Image
Posted Image
Job Openings with the Guild: Division Staff, News Posters.
Job Openings with Ares: Documentation Maintainer, Active Testers.

PM if interested.

#46 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 21 August 2010 - 04:53 PM

The mod is going super-well!

I have added an Abrams tank but it does not show a.k.a invisible. I have the voxels in place, rulesmd and artmd.ini files modified. Here is the code:

CODE
Rules:

[ABRAMS]
UIName=Name:ABRAMS
Name=Abrams Tank
Image=ABRAMS
Prerequisite=GAWEAP
Primary=125mm
ElitePrimary=125mmE
Strength=1000
Category=AFV
Armor=heavy
Turret=yes
IsTilter=yes
TooBigToFitUnderBridge=true
TechLevel=2
Sight=10
Speed=8
CrateGoodie=yes
Owner=British,French,Germans,Americans,Alliance,Allied,Laser,Armour,Naval,SuperW
eapons
AllowedToStartInMultiplayer=yes
Cost=1500
Soylent=700
Points=50
ROT=5
IsSelectableCombatant=yes
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
VoiceSelect=GenAllVehicleSelect
VoiceMove=GenAllVehicleMove
VoiceAttack=GenAllVehicleAttackCommand
VoiceFeedback=
DieSound=GenVehicleDie
MoveSound=GrizzlyTankMoveStart
CrushSound=TankCrush
MaxDebris=5
; origional - Locomotor={55D141B8-DB94-11d1-AC98-006008055BB5}
Locomotor={4A582741-9839-11d1-B709-00A024DDAFD1}
;MovementZone=Destroyer ;gs FLAW needs to be changed to this when The Flaw is fixed
MovementZone=Normal
ThreatPosed=15 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,SmallGreySSys
VeteranAbilities=STRONGER,FIREPOWER,SIGHT,FASTER
EliteAbilities=SELF_HEAL,STRONGER,FIREPOWER,ROF
Accelerates=false
ImmuneToVeins=yes
Size=3
OpportunityFire=yes
BuildTimeMultiplier=1.5;Individual control of build time

Art:

[ABRAMS] ; Abrams Tank
Image=ABRAMS
Voxel=yes
Remapable=yes
Cameo=A2ICON
AltCameo=A2VETICON
PrimaryFireFLH=200,0,100


I'm thinking the artmd is not modified enough. Also, whenever the abrams tank is elite, the cannon does not show and is inaccurate. Please help.

#47 Apollo

Apollo

    The bringer of doom

  • Hosted
  • 3,467 posts
  • Location:Core of Nexus
  • Projects:Robot Storm, Project Phantom
  •  1337 Modder

Posted 21 August 2010 - 06:02 PM

You are using the Image= command unnecessarily in both art and rules entry when its already same name [ABRAMS] will automaticly load abrams.vxl/hva. Invisible unit problem may be a missing hva for any of the vxl counterparts as code looks fine otherwise.
Posted Image

EAApoc wrote:
The only written law in a C&C game I ever saw is please Mr.Developer make it fun and give me a lot of **** to explode, o and don't you ever get another soul to play Kane but Joe Kucan. Aside from those two rules, all bets are off =) hehe
-APOC

#48 Nighthawk

Nighthawk

    Grumble Grumble.

  • Division Leaders
  • 2,946 posts
  • Location:Edinburgh
  • Projects:The Third War, Ares, misc side projects.
  •  Strategist and Modder
  • Division:C&C Guild
  • Job:Division Leader
  • Association

Posted 22 August 2010 - 01:23 AM

Check that the filenames of your voxel/hva files are definitely "abrams.vxl/abrams.hva", and that they're either loose in the RA2 directory or in an expandmd mix file. Also, it shouldn't be having any effect as far as I know, but remove that Image line from the artmd entry, just incase.

And as Apollo says, the Image tag in your rulesmd entry is unnecessary as long as your artmd entry has the same ID.
Posted Image
Posted Image
Job Openings with the Guild: Division Staff, News Posters.
Job Openings with Ares: Documentation Maintainer, Active Testers.

PM if interested.

#49 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 22 August 2010 - 02:15 AM

I just noticed that the voxel/hva names weren't the same as the ones in the ini files so I'm testing the voxel now.

By the way, my AI is now super hard, even on easy with constant bombardments of tanks and aircraft. I can just chill out while my teammates take care of the rest. :umad:

Edit: The AI works like the AI in General's Mod by Tesparg. I can show a snapshot of how it looks like.

Edited by Tommy15551, 22 August 2010 - 02:17 AM.


#50 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 23 August 2010 - 09:11 PM

Internal Error, happened when I started the weather storm modified like the orbital bombardment in General's Mod:

CODE
Error code: EXCEPTION_ACCESS_VIOLATION

Description: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Access address:00000006 was read from.
Exception occurred at 0053A77B

Version NPatch Special Edition
Internal Version NPSE
Revision #0022

CPU Pentium 4, MMX Yes, Vendor: GenuineIntel

Details:
Eip:0053A77B Esp:0012D294 Ebp:0147BB60
Eax:00000000 Ebx:023E4C10 Ecx:08EC5C00
Edx:007E3608 Esi:00000003 Edi:00000000
EFlags:00210216
CS:001b SS:0023 DS:0023 ES:0023 FS:003b GS:0000

Bytes at CS:EIP (0053A77B) : 0F BF 40 06 99 2B C2 D1 F8 3B F8 7C 2F 8B 0D 28 FA A9 00 3B F1 7D 25 49 8B C6 3B F1 89 0D 28 FA

Stack dump (* indicates possible code address) :
0012D294: 0000000D DATA_PTR
0012D298: FFFFFFFF DATA_PTR
0012D29C: 0147BB60
0012D2A0: 023E4C10
0012D2A4: 00000036 DATA_PTR
0012D2A8: 0000000D DATA_PTR
0012D2AC: 0147BB60
0012D2B0: 023E4C10
0012D2B4: 0000000D DATA_PTR
0012D2B8: 06D6E5D0
0012D2BC: 0055B5CD
0012D2C0: 00000000 DATA_PTR
0012D2C4: 00000003 DATA_PTR
0012D2C8: 0012F0F4
0012D2CC: 00000000 DATA_PTR
0012D2D0: 0087F778
0012D2D4: 00005F80 DATA_PTR
0012D2D8: 00005880 DATA_PTR
0012D2DC: 000001A0 DATA_PTR
0012D2E0: 007E9F64
0012D2E4: 01361570
0012D2E8: 00000014 DATA_PTR
0012D2EC: 00120101
0012D2F0: 0000000D DATA_PTR
0012D2F4: 0000000A DATA_PTR
0012D2F8: 0055DCA3
0012D2FC: 00000001 DATA_PTR
0012D300: 00000004 DATA_PTR
0012D304: 0012F0F4
0012D308: 00000000 DATA_PTR
0012D30C: 7C90DA2A
0012D310: 7C8024C7
0012D314: 0000079C DATA_PTR
0012D318: 00000000 DATA_PTR
0012D31C: 0012D334
0012D320: 00000015 DATA_PTR
0012D324: 0000079C DATA_PTR
0012D328: 73F1D68C
0012D32C: 00000001 DATA_PTR
0012D330: 0135FE30
0012D334: 00000000 DATA_PTR
0012D338: 0000014B DATA_PTR
0012D33C: 0000030A DATA_PTR
0012D340: 00000000 DATA_PTR
0012D344: 00000000 DATA_PTR
0012D348: 00000001 DATA_PTR
0012D34C: 0040A79B
0012D350: 0087E880
0012D354: 004037FA
0012D358: 00000001 DATA_PTR
0012D35C: 00000004 DATA_PTR
0012D360: 0048CC7A
0012D364: 0012F0F4
0012D368: 00000000 DATA_PTR
0012D36C: 004001F8
0012D370: 0012D33C
0012D374: 0012D37C
0012D378: 0012D3CC
0012D37C: 7E44048F
0012D380: 7E418830
0012D384: FFFFFFFF DATA_PTR
0012D388: 7E41882A
0012D38C: 7E428EA0
0012D390: 00000000 DATA_PTR
0012D394: 7378DCDC
0012D398: 000D07C6 DATA_PTR
0012D39C: 0000000F DATA_PTR
0012D3A0: 00000000 DATA_PTR
0012D3A4: 0000069C DATA_PTR
0012D3A8: 00F50D34
0012D3AC: 7E428EAB
0012D3B0: 0012D4A4
0012D3B4: 0012D49C
0012D3B8: 00F50D20
0012D3BC: 7E42A471
0012D3C0: 00000000 DATA_PTR
0012D3C4: 0012D3B0
0012D3C8: 00F55638
0012D3CC: 0012D460
0012D3D0: 7E44048F
0012D3D4: 7E428EB0
0012D3D8: FFFFFFFF DATA_PTR
0012D3DC: 7E428EAB
0012D3E0: 7E428EEC
0012D3E4: 00F50D20
0012D3E8: 0000000F DATA_PTR
0012D3EC: 00000000 DATA_PTR
0012D3F0: 7E428EFC
0012D3F4: 00000000 DATA_PTR
0012D3F8: 7FFDD000
0012D3FC: 0012D45C
0012D400: 7C80262A
0012D404: 0012D418
0012D408: 7C802600
0012D40C: 7C802530
0012D410: 06C580B0
0012D414: 00000000 DATA_PTR
0012D418: 00000014 DATA_PTR
0012D41C: 00000001 DATA_PTR
0012D420: 00000000 DATA_PTR
0012D424: 00000000 DATA_PTR
0012D428: 00000010 DATA_PTR
0012D42C: FA0A1F00 DATA_PTR
0012D430: FFFFFFFF DATA_PTR
0012D434: 7FFDE000
0012D438: 0055CFE6
0012D43C: 00000004 DATA_PTR
0012D440: 00000000 DATA_PTR
0012D444: 0012D40C
0012D448: 00000000 DATA_PTR
0012D44C: 0012FF24
0012D450: 7C839AD8
0012D454: 7C802608
0012D458: FFFFFFFF DATA_PTR
0012D45C: 7C802600
0012D460: 7C802542
0012D464: 7C90DA2A
0012D468: 7C8024C7
0012D46C: 0000069C DATA_PTR
0012D470: 00000000 DATA_PTR
0012D474: 0012F0F4
0012D478: 007B9C1B
0012D47C: 0000069C DATA_PTR
0012D480: 00000001 DATA_PTR
0012D484: 00000000 DATA_PTR
0012D488: 00000004 DATA_PTR
0012D48C: 0012F0F4
0012D490: 00000000 DATA_PTR
0012D494: 00000000 DATA_PTR
0012D498: 00000000 DATA_PTR
0012D49C: 0087F7E8
0012D4A0: 004AEB02
0012D4A4: 00000000 DATA_PTR
0012D4A8: 00000000 DATA_PTR
0012D4AC: 0087F7E8
0012D4B0: 0054F76D
0012D4B4: 00000004 DATA_PTR
0012D4B8: 00684282
0012D4BC: 0069BB2F
0012D4C0: 0048CE8F
0012D4C4: 012D20C0
0012D4C8: 00000000 DATA_PTR
0012D4CC: 00143968
0012D4D0: 000001F8 DATA_PTR
0012D4D4: 0012D48C
0012D4D8: 0012D774
0012D4DC: 00143770
0012D4E0: 0012D770
0012D4E4: 00000000 DATA_PTR
0012D4E8: 00000000 DATA_PTR
0012D4EC: 03A4008F
0012D4F0: 02080000 DATA_PTR
0012D4F4: 0012D504
0012D4F8: 00000000 DATA_PTR
0012D4FC: 00000000 DATA_PTR
0012D500: 0012D754
0012D504: 74760000
0012D508: 0001850E DATA_PTR
0012D50C: 00000040 DATA_PTR
0012D510: 0012D46C
0012D514: 0012D57C
0012D518: 0012D57C
0012D51C: 7C90E920
0012D520: 7C910060
0012D524: FFFFFFFF DATA_PTR
0012D528: 7C91005D
0012D52C: 7C801BEA
0012D530: 00140000
0012D534: 00000000 DATA_PTR
0012D538: 7C801BFA
0012D53C: 74763080
0012D540: 7476339C
0012D544: 0012D970
0012D548: 01F801F6
0012D54C: 00143770
0012D550: 0040003E
0012D554: 7FFDDC00
0012D558: 0000003E DATA_PTR
0012D55C: 0000EFCE DATA_PTR
0012D560: 0012D6A8
0012D564: 77F643C9
0012D568: 0012D6A8
0012D56C: 77F643E0
0012D570: 0000FFFF DATA_PTR
0012D574: 0012D970
0012D578: 00000200 DATA_PTR
0012D57C: 763A45D8
0012D580: 76399CFD
0012D584: 0012D5AC
0012D588: 00000000 DATA_PTR
0012D58C: 0012DB70
0012D590: 0012D708
0012D594: 76398ABD
0012D598: 0012DB70
0012D59C: 0012D5AC
0012D5A0: 00000000 DATA_PTR
0012D5A4: 7C9100B8
0012D5A8: 001435E8
0012D5AC: 0012D678
0012D5B0: 7C910041
0012D5B4: 00140F88
0012D5B8: 7C91005D
0012D5BC: 00143966
0012D5C0: 0016B478
0012D5C4: 0012D7F4
0012D5C8: 7C910F04
0012D5CC: 7C911086
0012D5D0: 7C9101DB
0012D5D4: 00000020 DATA_PTR
0012D5D8: 04000020
0012D5DC: 0000000C DATA_PTR
0012D5E0: 0041004D
0012D5E4: 004E0049
0012D5E8: 7C910435
0012D5EC: 7C91043E
0012D5F0: 00000000 DATA_PTR
0012D5F4: 00000000 DATA_PTR
0012D5F8: 7FFDE000
0012D5FC: 00040000 DATA_PTR
0012D600: 0069004D
0012D604: 7FFDE000
0012D608: 7C901000
0012D60C: 00000000 DATA_PTR
0012D610: 00010000
0012D614: 7FFDE000
0012D618: 00000180 DATA_PTR
0012D61C: 7C914606
0012D620: 7C910460
0012D624: 7C980600
0012D628: 7C914679
0012D62C: 7C8855F8
0012D630: 7C914599
0012D634: 00020690
0012D638: 0006E2E8 DATA_PTR
0012D63C: 7C80F8B8
0012D640: 00140000
0012D644: 7E412850
0012D648: 00000000 DATA_PTR
0012D64C: 00143770
0012D650: 0012D684
0012D654: 00140000
0012D658: 7C910222
0012D65C: 00000002 DATA_PTR
0012D660: 00000000 DATA_PTR
0012D664: 00140000
0012D668: 00149DF8
0012D66C: 0012D65C
0012D670: 00140000
0012D674: 0012D8A0
0012D678: 7C90E920
0012D67C: 7C910228
0012D680: 00000003 DATA_PTR
0012D684: 0012D6C4
0012D688: 0012D6BC
0012D68C: 00140000
0012D690: 7C910222
0012D694: 00000008 DATA_PTR
0012D698: 00140808
0012D69C: 00140000
0012D6A0: 0016BD98
0012D6A4: 0012D694
0012D6A8: 00000010 DATA_PTR
0012D6AC: 0012D8D8
0012D6B0: 7C90E920
0012D6B4: 7C910228
0012D6B8: FFFFFFFF DATA_PTR
0012D6BC: 7C910222
0012D6C0: 7C91019B
0012D6C4: 7C9101DB
0012D6C8: 00000038 DATA_PTR
0012D6CC: 0016B480
0012D6D0: 00000000 DATA_PTR
0012D6D4: 00000001 DATA_PTR
0012D6D8: 77F19D7A
0012D6DC: B40112C0 DATA_PTR
0012D6E0: 0016BD98
0012D6E4: 00000000 DATA_PTR
0012D6E8: 0016B480
0012D6EC: 00000000 DATA_PTR
0012D6F0: 00000000 DATA_PTR
0012D6F4: 00390CB0
0012D6F8: 00000400 DATA_PTR
0012D6FC: 00000000 DATA_PTR
0012D700: 00000000 DATA_PTR
0012D704: 00000000 DATA_PTR
0012D708: 00000000 DATA_PTR
0012D70C: 00000000 DATA_PTR
0012D710: 00000000 DATA_PTR
0012D714: 00000028 DATA_PTR
0012D718: 00000003 DATA_PTR
0012D71C: 0012D75C
0012D720: 0016BD98
0012D724: 00000020 DATA_PTR
0012D728: 0012D738
0012D72C: 00000000 DATA_PTR
0012D730: 7C9100B8
0012D734: 0016BD90
0012D738: 0012D804
0012D73C: 7C910041
0012D740: 00140808
0012D744: 7C91005D
0012D748: 8C051550 DATA_PTR
0012D74C: 0016BD98
0012D750: 00000000 DATA_PTR
0012D754: 77F19D80
0012D758: 00140000
0012D75C: 0016B478
0012D760: 00000000 DATA_PTR
0012D764: 0012D838
0012D768: 00140178
0012D76C: 0012D838
0012D770: 7C910981
0012D774: 00140608
0012D778: 7C91005D
0012D77C: 0016B480
0012D780: 7E4712C0
0012D784: 8C051550 DATA_PTR
0012D788: 00000000 DATA_PTR
0012D78C: B40112C0 DATA_PTR
0012D790: 0016B478
0012D794: 00140178
0012D798: 0016BD98
0012D79C: 0016B480
0012D7A0: 0012D7BC
0012D7A4: 00000040 DATA_PTR
0012D7A8: 00390CB0
0012D7AC: 00140178
0012D7B0: 00000000 DATA_PTR
0012D7B4: 77F15E29
0012D7B8: 00000000 DATA_PTR
0012D7BC: 0012D7E4
0012D7C0: 7E41BBEF
0012D7C4: B40112C0 DATA_PTR
0012D7C8: 00000000 DATA_PTR
0012D7CC: 00140000
0012D7D0: 7E4712C0
0012D7D4: 00140178
0012D7D8: 00000440 DATA_PTR
0012D7DC: 00000000 DATA_PTR
0012D7E0: 00000000 DATA_PTR
0012D7E4: 0001D82C DATA_PTR
0012D7E8: 00000008 DATA_PTR
0012D7EC: 0012D748
0012D7F0: 00000010 DATA_PTR
0012D7F4: 0012E3BC
0012D7F8: 7C90E920
0012D7FC: 7C910060
0012D800: 77F17002
0012D804: 77F16FEA
0012D808: 9A011347 DATA_PTR
0012D80C: 00000000 DATA_PTR
0012D810: 00000000 DATA_PTR
0012D814: 00000010 DATA_PTR
0012D818: 00000010 DATA_PTR
0012D81C: 7E41BD9F
0012D820: 7E41BD87
0012D824: 003E079B
0012D828: 0012D840
0012D82C: 0012D850
0012D830: 0012D8AC
0012D834: 7E4712C0
0012D838: 77F15B70
0012D83C: 0012D924
0012D840: 00000000 DATA_PTR
0012D844: 00000000 DATA_PTR
0012D848: 0012D840
0012D84C: 00000000 DATA_PTR
0012D850: 00000000 DATA_PTR
0012D854: 00000000 DATA_PTR
0012D858: 0012D850
0012D85C: 00000000 DATA_PTR
0012D860: 0012D910
0012D864: 7E41C9FE
0012D868: 003E079B
0012D86C: 0012D8AC
0012D870: 00000000 DATA_PTR
0012D874: FFFFFFFF DATA_PTR
0012D878: 74763064
0012D87C: 00000000 DATA_PTR
0012D880: 00000010 DATA_PTR
0012D884: 00000008 DATA_PTR
0012D888: 00000040 DATA_PTR
0012D88C: 00200001
0012D890: 00000000 DATA_PTR
0012D894: 00000000 DATA_PTR
0012D898: 00000010 DATA_PTR
0012D89C: 00000010 DATA_PTR
0012D8A0: 00000002 DATA_PTR
0012D8A4: 00010001
0012D8A8: 00000000 DATA_PTR
0012D8AC: 00000000 DATA_PTR
0012D8B0: 00000000 DATA_PTR
0012D8B4: 00000000 DATA_PTR
0012D8B8: 0016BD98
0012D8BC: 00080008 DATA_PTR
0012D8C0: 02051310 DATA_PTR
0012D8C4: 00000040 DATA_PTR
0012D8C8: 00000000 DATA_PTR
0012D8CC: 00140000
0012D8D0: 0012D6C8
0012D8D4: 00000000 DATA_PTR
0012D8D8: 0012DD44
0012D8DC: 7C90E920
0012D8E0: 7C9101E0
0012D8E4: FFFFFFFF DATA_PTR
0012D8E8: 7C9101DB
0012D8EC: 7E41BCAE
0012D8F0: 00140000
0012D8F4: 00000000 DATA_PTR
0012D8F8: 7E41BCD3
0012D8FC: 0016B480
0012D900: 7E4712C0
0012D904: 00000000 DATA_PTR
0012D908: 00009905 DATA_PTR
0012D90C: 00000000 DATA_PTR
0012D910: 0012D938
0012D914: 7E41DEAF
0012D918: 990512FA DATA_PTR
0012D91C: FFFFFFFF DATA_PTR
0012D920: 00149DF8
0012D924: 00000001 DATA_PTR
0012D928: 00000008 DATA_PTR
0012D92C: 00000008 DATA_PTR
0012D930: E505111D DATA_PTR
0012D934: 990512FA DATA_PTR
0012D938: 0012DD84
0012D93C: 0012D950
0012D940: 7475637D
0012D944: 001684C8
0012D948: 00000060 DATA_PTR
0012D94C: 0012D970
0012D950: 0012DD74
0012D954: 7475CA37
0012D958: 74763064
0012D95C: 00000003 DATA_PTR
0012D960: 0016A9A8
0012D964: 7475CA42
0012D968: 00000010 DATA_PTR
0012D96C: 00000001 DATA_PTR
0012D970: 006F004B
0012D974: 00650072
0012D978: 006E0061
0012D97C: 00490020
0012D980: 0070006E
0012D984: 00740075
0012D988: 00530020
0012D98C: 00730079
0012D990: 00650074
0012D994: 0020006D
0012D998: 004D0028
0012D99C: 002D0053
0012D9A0: 004D0049
0012D9A4: 00320045
0012D9A8: 00300030
0012D9AC: 00290032
0012D9B0: 002D0000
0012D9B4: 00300035
0012D9B8: 00340036
0012D9BC: 74DE0000
0012D9C0: 74DE0460
0012D9C4: 74DE0460
0012D9C8: 0012DA30
0012D9CC: 0016B8F8
0012D9D0: 950112FA DATA_PTR
0012D9D4: 0012DA80
0012D9D8: 00000001 DATA_PTR
0012D9DC: 00000001 DATA_PTR
0012D9E0: 00000000 DATA_PTR
0012D9E4: 00000000 DATA_PTR
0012D9E8: 74DE0460
0012D9EC: 00000008 DATA_PTR
0012D9F0: 00000000 DATA_PTR
0012D9F4: 74DE04D0
0012D9F8: 00000000 DATA_PTR
0012D9FC: 00140178
0012DA00: 00000000 DATA_PTR
0012DA04: 0016B8C0
0012DA08: 00000000 DATA_PTR
0012DA0C: 74DE0250
0012DA10: 00000000 DATA_PTR
0012DA14: 00000001 DATA_PTR
0012DA18: 00140178
0012DA1C: 0012DA80
0012DA20: 0016B900
0012DA24: 00000000 DATA_PTR
0012DA28: 00000000 DATA_PTR
0012DA2C: 74DE0250
0012DA30: 00140178
0012DA34: 0012DAFC
0012DA38: 74DADE0C
0012DA3C: 950112FA DATA_PTR
0012DA40: 00000002 DATA_PTR
0012DA44: 08000480 DATA_PTR
0012DA48: 74DE0250
0012DA4C: 74DADE36
0012DA50: 00000000 DATA_PTR
0012DA54: 00000000 DATA_PTR
0012DA58: 00000000 DATA_PTR
0012DA5C: 00000000 DATA_PTR
0012DA60: 00000000 DATA_PTR
0012DA64: 000000E1 DATA_PTR
0012DA68: 00000000 DATA_PTR
0012DA6C: 00000000 DATA_PTR
0012DA70: 00000000 DATA_PTR
0012DA74: 0000000E DATA_PTR
0012DA78: 00000002 DATA_PTR
0012DA7C: 00000000 DATA_PTR
0012DA80: 00140178
0012DA84: 00000001 DATA_PTR
0012DA88: 00000001 DATA_PTR
0012DA8C: 0000000E DATA_PTR
0012DA90: 00000000 DATA_PTR
0012DA94: 00000000 DATA_PTR
0012DA98: 00000000 DATA_PTR
0012DA9C: 77F2C624
0012DAA0: 77F3E4A7
0012DAA4: 0016B8C0
0012DAA8: 00000000 DATA_PTR
0012DAAC: 00000008 DATA_PTR
0012DAB0: 00000000 DATA_PTR
0012DAB4: 00000000 DATA_PTR
0012DAB8: 74DE0548
0012DABC: 0012DAF4
0012DAC0: 00000000 DATA_PTR
0012DAC4: 0012DAFC
0012DAC8: 0016B8B8
0012DACC: 00140168
0012DAD0: 00000000 DATA_PTR
0012DAD4: 00000000 DATA_PTR
0012DAD8: 0016B8B8
0012DADC: 00000040 DATA_PTR
0012DAE0: 0016B8C0
0012DAE4: 0012DAF4
0012DAE8: 00140178
0012DAEC: 00000040 DATA_PTR
0012DAF0: 000003FF DATA_PTR
0012DAF4: 00140000
0012DAF8: 0012D8F0
0012DAFC: 0012DB28
0012DB00: 0012DF6C
0012DB04: 7C90E920
0012DB08: 7C9101E0
0012DB0C: 0016B478
0012DB10: 0012DD40
0012DB14: 7C910F04
0012DB18: 7C911086
0012DB1C: 7C9101DB
0012DB20: 00000020 DATA_PTR
0012DB24: 04000020
0012DB28: 0000000C DATA_PTR
0012DB2C: 00000000 DATA_PTR
0012DB30: 74DE0250
0012DB34: 00000001 DATA_PTR
0012DB38: 00000001 DATA_PTR
0012DB3C: 00000000 DATA_PTR
0012DB40: 08000480 DATA_PTR
0012DB44: 00000000 DATA_PTR
0012DB48: 950112FA DATA_PTR
0012DB4C: 74DE0520
0012DB50: 74DE0460
0012DB54: 74DE0548
0012DB58: 74DE0594
0012DB5C: 0012DC08
0012DB60: 74DE0460
0012DB64: 74DE0250
0012DB68: 00000000 DATA_PTR
0012DB6C: 74DE045C
0012DB70: 006D0069
0012DB74: 006B0065
0012DB78: 00360072
0012DB7C: 002E0031
0012DB80: 006D0069
0012DB84: 00000065 DATA_PTR
0012DB88: 0020001F
0012DB8C: 0012DBB8
0012DB90: 74DAB752
0012DB94: 00000013 DATA_PTR
0012DB98: 00000000 DATA_PTR
0012DB9C: 00000000 DATA_PTR
0012DBA0: 0012DC08
0012DBA4: 00000000 DATA_PTR
0012DBA8: 74DE0250
0012DBAC: 00000000 DATA_PTR
0012DBB0: 74DE0460
0012DBB4: 00000001 DATA_PTR
0012DBB8: 0012DBE4
0012DBBC: 74DAB90E
0012DBC0: 00000000 DATA_PTR
0012DBC4: 74DE036C
0012DBC8: 00000002 DATA_PTR
0012DBCC: 00000003 DATA_PTR
0012DBD0: 0012DC10
0012DBD4: 77F19ACD
0012DBD8: 00000020 DATA_PTR
0012DBDC: 00000003 DATA_PTR
0012DBE0: 77F19D9D
0012DBE4: 77F19D5D
0012DBE8: B40112C0 DATA_PTR
0012DBEC: 00000000 DATA_PTR
0012DBF0: 0012DC24
0012DBF4: 00140000
0012DBF8: 7C910222
0012DBFC: 00000045 DATA_PTR
0012DC00: 00141378
0012DC04: 00140000
0012DC08: 00161BF0
0012DC0C: 0012DBFC
0012DC10: 0016BD98
0012DC14: 0012DE40
0012DC18: 7C90E920
0012DC1C: 7C910228
0012DC20: FFFFFFFF DATA_PTR
0012DC24: 7C910222
0012DC28: 7C91019B
0012DC2C: 7C9101DB
0012DC30: 00000000 DATA_PTR
0012DC34: 0012E158
0012DC38: 0012E14C
0012DC3C: FFFFFFFF DATA_PTR
0012DC40: 00390CB0
0012DC44: 00000400 DATA_PTR
0012DC48: 7C9101DB
0012DC4C: 00000000 DATA_PTR
0012DC50: 00000200 DATA_PTR
0012DC54: 0012E124
0012DC58: 00000000 DATA_PTR
0012DC5C: 0012DC90
0012DC60: 00000028 DATA_PTR
0012DC64: 00000003 DATA_PTR
0012DC68: 0012DCA8
0012DC6C: 0016BD98
0012DC70: 00000020 DATA_PTR
0012DC74: 0012DC84
0012DC78: 00000000 DATA_PTR
0012DC7C: 7C9100B8
0012DC80: 0016BD90
0012DC84: 0012DD50
0012DC88: 7C910041
0012DC8C: 00140808
0012DC90: 7C91005D
0012DC94: 9C051347 DATA_PTR
0012DC98: 0016BD98
0012DC9C: 00000000 DATA_PTR
0012DCA0: 77F19D80
0012DCA4: 00140000
0012DCA8: 0016B478
0012DCAC: 00000000 DATA_PTR
0012DCB0: 0012DD84
0012DCB4: 00140178
0012DCB8: 0012DD84
0012DCBC: 7C910981
0012DCC0: 00140608
0012DCC4: 7C91005D
0012DCC8: 0016B480
0012DCCC: 7E4712C0
0012DCD0: 9C051347 DATA_PTR
0012DCD4: 00000000 DATA_PTR
0012DCD8: B40112C0 DATA_PTR
0012DCDC: 0016B478
0012DCE0: 00140178
0012DCE4: 0016BD98
0012DCE8: 0016B480
0012DCEC: 0012DD08
0012DCF0: 00000040 DATA_PTR
0012DCF4: 00390CB0
0012DCF8: 00140178
0012DCFC: 00000000 DATA_PTR
0012DD00: 77F15E29
0012DD04: 00000000 DATA_PTR
0012DD08: 0012DD30
0012DD0C: 7E41BBEF
0012DD10: B40112C0 DATA_PTR
0012DD14: 00000000 DATA_PTR
0012DD18: 00140000
0012DD1C: 7E4712C0
0012DD20: 00140178
0012DD24: 00000440 DATA_PTR
0012DD28: 00000000 DATA_PTR
0012DD2C: 00000000 DATA_PTR
0012DD30: 0001DD78 DATA_PTR
0012DD34: 00000008 DATA_PTR
0012DD38: 0012DC94
0012DD3C: 0012DD70
0012DD40: 00140000
0012DD44: 7C910222
0012DD48: 00000008 DATA_PTR
0012DD4C: 00140808
0012DD50: 00140000
0012DD54: 00000000 DATA_PTR
0012DD58: 0012DD48
0012DD5C: 7C910435
0012DD60: 0012DF8C
0012DD64: 7C90E920
0012DD68: 7C910228
0012DD6C: FFFFFFFF DATA_PTR
0012DD70: 7C910222
0012DD74: 7C911086
0012DD78: 7C9101DB
0012DD7C: 00000034 DATA_PTR
0012DD80: 0250000E
0012DD84: 00000000 DATA_PTR
0012DD88: 0012DE34
0012DD8C: 7C90E920
0012DD90: 7C910460
0012DD94: 7C980600
0012DD98: 7C914049
0012DD9C: 7C91403C
0012DDA0: 00000208 DATA_PTR
0012DDA4: 0012E158
0012DDA8: 0012E14C
0012DDAC: 000000D0 DATA_PTR
0012DDB0: 7E41C9FE
0012DDB4: 00AD07BB
0012DDB8: 0012DDF8
0012DDBC: 00000000 DATA_PTR
0012DDC0: 0012DEC6
0012DDC4: 0016A9A8
0012DDC8: 00000068 DATA_PTR
0012DDCC: 00000002 DATA_PTR
0012DDD0: 00D200D0 DATA_PTR
0012DDD4: 0012E4BC
0012DDD8: 00140420
0012DDDC: 00000000 DATA_PTR
0012DDE0: 0012E4BC
0012DDE4: 00000000 DATA_PTR
0012DDE8: 020800D0 DATA_PTR
0012DDEC: 00000045 DATA_PTR
0012DDF0: 43010001 DATA_PTR
0012DDF4: 000000D0 DATA_PTR
0012DDF8: 00000000 DATA_PTR
0012DDFC: 00000003 DATA_PTR
0012DE00: 0012DF98
0012DE04: 00000000 DATA_PTR
0012DE08: 00000000 DATA_PTR
0012DE0C: 0012DEC8
0012DE10: 0016FD60
0012DE14: 00140640
0012DE18: 00000000 DATA_PTR
0012DE1C: 0012E58C
0012DE20: 7C910435
0012DE24: 7C91043E
0012DE28: 0000850E DATA_PTR
0012DE2C: 0012DDA0
0012DE30: 0012E14C
0012DE34: 0012E0E0
0012DE38: 7C90E920
0012DE3C: 0012E158
0012DE40: 00000000 DATA_PTR
0012DE44: 0012E0F0
0012DE48: 7C914222
0012DE4C: 00161BF8
0012DE50: 0000000A DATA_PTR
0012DE54: 7C910460
0012DE58: 0016FD58
0012DE5C: 7C9142E7
0012DE60: 7C9142AF
0012DE64: 0012E3FC
0012DE68: 00000000 DATA_PTR
0012DE6C: 00000000 DATA_PTR
0012DE70: 00000002 DATA_PTR
0012DE74: 0000006C DATA_PTR
0012DE78: 0000000C DATA_PTR
0012DE7C: 46051267 DATA_PTR
0012DE80: 00000000 DATA_PTR
0012DE84: 000A0008 DATA_PTR
0012DE88: 7C91407C
0012DE8C: 0012DEC0
0012DE90: 00140000
0012DE94: 7C910222
0012DE98: 00000045 DATA_PTR
0012DE9C: 00141378
0012DEA0: 00000020 DATA_PTR
0012DEA4: 00161BF0
0012DEA8: 00140460
0012DEAC: 7C91005D
0012DEB0: 0012E0DC
0012DEB4: 7C90E920
0012DEB8: 7C910228
0012DEBC: FFFFFFFF DATA_PTR
0012DEC0: 00140420
0012DEC4: 0000000B DATA_PTR
0012DEC8: 7C9101DB
0012DECC: 00000000 DATA_PTR
0012DED0: 0012E410
0012DED4: 0012E3E8
0012DED8: 006E0065
0012DEDC: 00000020 DATA_PTR
0012DEE0: 00610020
0012DEE4: 0064006E
0012DEE8: 00530020
0012DEEC: 00740065
0012DEF0: 00000055 DATA_PTR
0012DEF4: 0067006E
0012DEF8: 005C0073
0012DEFC: 006F004A
0012DF00: 006E0068
0012DF04: 00140460
0012DF08: 00700070
0012DF0C: 0069006C
0012DF10: 00610063
0012DF14: 00690074
0012DF18: 006E006F
0012DF1C: 00440020
0012DF20: 00740061
0012DF24: 005C0061
0012DF28: 00650058
0012DF2C: 00690072
0012DF30: 00440063
0012DF34: 00730065
0012DF38: 00000008 DATA_PTR
0012DF3C: 005C006E
0012DF40: 20000000 DATA_PTR
0012DF44: 00740072
0012DF48: 00440068
0012DF4C: 00730065
0012DF50: 005C006B
0012DF54: 0016FD18
0012DF58: 00140164
0012DF5C: 00000000 DATA_PTR
0012DF60: 00000000 DATA_PTR
0012DF64: 0016FD18
0012DF68: 00000040 DATA_PTR
0012DF6C: 0016FD20
0012DF70: 006C0061
0012DF74: 00140460
0012DF78: 00000040 DATA_PTR
0012DF7C: 00000065 DATA_PTR
0012DF80: 00140000
0012DF84: 0012DD7C
0012DF88: 00440037
0012DF8C: 0012E3F8
0012DF90: 7C90E920
0012DF94: 7C9101E0
0012DF98: FFFFFFFF DATA_PTR
0012DF9C: 7C9101DB
0012DFA0: 7E41BCAE
0012DFA4: 00140000
0012DFA8: 00000000 DATA_PTR
0012DFAC: 7E41BCD3
0012DFB0: 00400836
0012DFB4: 0250000E
0012DFB8: 00000000 DATA_PTR
0012DFBC: 00000000 DATA_PTR
0012DFC0: 00000000 DATA_PTR
0012DFC4: 00000000 DATA_PTR
0012DFC8: 00000000 DATA_PTR
0012DFCC: 00000000 DATA_PTR
0012DFD0: 00000000 DATA_PTR
0012DFD4: 00000000 DATA_PTR
0012DFD8: 00000000 DATA_PTR
0012DFDC: 00000000 DATA_PTR
0012DFE0: 00000000 DATA_PTR
0012DFE4: 00000000 DATA_PTR
0012DFE8: 00000000 DATA_PTR
0012DFEC: 00000000 DATA_PTR
0012DFF0: 00000000 DATA_PTR
0012DFF4: 00000000 DATA_PTR
0012DFF8: 7C910435
0012DFFC: 7C91043E
0012E000: 0012E36C
0012E004: 00020024
0012E008: 0012E158
0012E00C: 00000002 DATA_PTR
0012E010: 7C914388
0012E014: 7FFDE000
0012E018: 7C901000
0012E01C: 0012E000
0012E020: 00000000 DATA_PTR
0012E024: 0012E0D0
0012E028: 7C90E920
0012E02C: 7C910460
0012E030: 7C980600
0012E034: 7C914049
0012E038: 7C91403C
0012E03C: 00000208 DATA_PTR
0012E040: 0012E410
0012E044: 0012E3E8
0012E048: 000000D0 DATA_PTR
0012E04C: 00000208 DATA_PTR
0012E050: 0012E404
0012E054: 00000000 DATA_PTR
0012E058: 000000D0 DATA_PTR
0012E05C: 0012E162
0012E060: 00000000 DATA_PTR
0012E064: 00000068 DATA_PTR
0012E068: 00000002 DATA_PTR
0012E06C: 00D200D0 DATA_PTR
0012E070: 0012E6C4
0012E074: 00000000 DATA_PTR
0012E078: 00000002 DATA_PTR
0012E07C: 0012E6C4
0012E080: 00000000 DATA_PTR
0012E084: 020800D0 DATA_PTR
0012E088: 7C90CF7A
0012E08C: 7C9111EF
0012E090: FFFFFFFF DATA_PTR
0012E094: 0012E29C
0012E098: 00000000 DATA_PTR
0012E09C: 7C91AB19
0012E0A0: 00140608
0012E0A4: 7C9101DB
0012E0A8: 0016FD20
0012E0AC: 00000300 DATA_PTR
0012E0B0: 00000000 DATA_PTR
0012E0B4: 00000000 DATA_PTR
0012E0B8: 0012E794
0012E0BC: 7C910435
0012E0C0: 7C91043E
0012E0C4: 0000850E DATA_PTR
0012E0C8: 0012E03C
0012E0CC: 0012E3E8
0012E0D0: 0012E37C
0012E0D4: 7C90E920
0012E0D8: 0012E410
0012E0DC: 00000008 DATA_PTR
0012E0E0: 0012E38C
0012E0E4: 7C914222
0012E0E8: 00161BF8
0012E0EC: 0012E164
0012E0F0: 7C910460
0012E0F4: 7C980600
0012E0F8: 7C9142E7
0012E0FC: 7C9142AF
0012E100: 00000000 DATA_PTR
0012E104: 0012E6C4
0012E108: 00000000 DATA_PTR
0012E10C: 00000002 DATA_PTR
0012E110: 0000006C DATA_PTR
0012E114: 00000000 DATA_PTR
0012E118: 0012E414
0012E11C: 00000000 DATA_PTR
0012E120: 000A0008 DATA_PTR
0012E124: 7C91407C
0012E128: 00140050
0012E12C: 00000000 DATA_PTR
0012E130: 00140050
0012E134: 00000000 DATA_PTR
0012E138: 02910000
0012E13C: 000000D0 DATA_PTR
0012E140: 00000000 DATA_PTR
0012E144: FFFFFFFF DATA_PTR
0012E148: 7C916FE5
0012E14C: 00D200D0 DATA_PTR
0012E150: 0012E6C4
0012E154: 0012E164
0012E158: 00000002 DATA_PTR
0012E15C: 00161BF0
0012E160: 01000024 DATA_PTR
0012E164: 003A0043
0012E168: 0044005C
0012E16C: 0063006F
0012E170: 006D0075
0012E174: 006E0065
0012E178: 00730074
0012E17C: 00610020
0012E180: 0064006E
0012E184: 00530020
0012E188: 00740065
0012E18C: 00690074
0012E190: 0067006E
0012E194: 005C0073
0012E198: 006F004A
0012E19C: 006E0068
0012E1A0: 0041005C
0012E1A4: 00700070
0012E1A8: 0069006C
0012E1AC: 00610063
0012E1B0: 00690074
0012E1B4: 006E006F
0012E1B8: 00440020
0012E1BC: 00740061
0012E1C0: 005C0061
0012E1C4: 00650058
0012E1C8: 00690072
0012E1CC: 00440063
0012E1D0: 7C90D39A
0012E1D4: 7C91A4D5
0012E1D8: FFFFFFFF DATA_PTR
0012E1DC: 0012E294
0012E1E0: 0012E2AC
0012E1E4: 00008000 DATA_PTR
0012E1E8: 00140000
0012E1EC: 02910000
0012E1F0: 00000000 DATA_PTR
0012E1F4: 0012E2C8
0012E1F8: 7C928C50
0012E1FC: FFFFFFFF DATA_PTR
0012E200: 0012E294
0012E204: 0012E2AC
0012E208: 7C91005D
0012E20C: 0016FD20
0012E210: 02900836
0012E214: 00000000 DATA_PTR
0012E218: 00000000 DATA_PTR
0012E21C: 00300030
0012E220: 00310030
0012E224: 00440037
0012E228: 00300045
0012E22C: 0042002E
0012E230: 0050004D
0012E234: 00000000 DATA_PTR
0012E238: 00000000 DATA_PTR
0012E23C: 00000000 DATA_PTR
0012E240: 00000000 DATA_PTR
0012E244: 00000000 DATA_PTR
0012E248: 00000000 DATA_PTR
0012E24C: 00000000 DATA_PTR
0012E250: 00140050
0012E254: 00000000 DATA_PTR
0012E258: 00140050
0012E25C: 02910000
0012E260: 00000000 DATA_PTR
0012E264: 00080101 DATA_PTR
0012E268: 00004000 DATA_PTR
0012E26C: 00000000 DATA_PTR
0012E270: 00000000 DATA_PTR
0012E274: 00000000 DATA_PTR
0012E278: 00000000 DATA_PTR
0012E27C: 00000000 DATA_PTR
0012E280: 00000003 DATA_PTR
0012E284: 0012E2C4
0012E288: 00000000 DATA_PTR
0012E28C: 00000000 DATA_PTR
0012E290: 00140000


I think it is easier if I have done this for the except.txt: Attached File  except.txt   24.28KB   28 downloads

I don't know what had happened or what caused it but I'm thinking that it was from my ini coding. If you need the codes, I will show'em in the next post.
Thank you.

#51 Beowulf

Beowulf

    Shipgirl

  • Advisors
  • 7,219 posts
  •  Azur Lane Fangirl

Posted 24 August 2010 - 01:05 AM

Looks like it bombed trying to find an animation. Check your animations to make sure they're valid.

NZ.org | BBPCG
Discord: The Astronomer#1314
Steam


#52 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 25 August 2010 - 07:45 PM

Everything is going fine but the strings for the music. I have added Command and Conquer (Renegade OST) and the string file but it still shows up as MISSING. What am I doing wrong?

AI is super-hard with bombardments but with the AI editor, I tried to make a attack with the abrams tank but when I add it and close it and test it, the AI doesn't use the script and when I open the editor again it disappears. What is wrong?

My Allied side is almost complete with cameos for my new buildings and about 5 more tanks to add along with some infantry. Soviets are next on my list.

#53 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 28 August 2010 - 07:28 PM

I'm guessing that no one is replying or helping because something doesn't work. I'll probably figure it out someday.

I have gotten the string file of the new music track (name: -> name=)(duh...).

The AI editor is still having trouble keeping the new scripts I am putting in.

It's the weekend but not for long. School will delay my progress with this mod, but it will be active. :crazed:

#54 DCoder

DCoder

    One of the Few

  • Members
  • 331 posts
  • Location:Lithuania, Central Europe
  •  Old Grumpy Bastard

Posted 30 August 2010 - 04:27 AM

It's hard to tell what you're doing wrong with the AI editor if you don't tell us exactly what you did...
Ares - How do you want to improve YR today?
What's stopping you from migrating to Ares? We can't implement it unless you tell us!

ModEnc - C&C Modding Encyclopedia | Modders' Quote Database | Yet Another C&C Modding Forum

#55 Apollo

Apollo

    The bringer of doom

  • Hosted
  • 3,467 posts
  • Location:Core of Nexus
  • Projects:Robot Storm, Project Phantom
  •  1337 Modder

Posted 30 August 2010 - 02:34 PM

Maybe not remember to use save :crazed: in any case, none are here psychics and the more vague you are more you expect guess work on helper's part.
Posted Image

EAApoc wrote:
The only written law in a C&C game I ever saw is please Mr.Developer make it fun and give me a lot of **** to explode, o and don't you ever get another soul to play Kane but Joe Kucan. Aside from those two rules, all bets are off =) hehe
-APOC

#56 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 09 September 2010 - 10:31 PM

Kinda inactive for a while...

On-topic: I have used saves multiple times but I think I will check the validate option in the editor to see why it doesn't work.

I am trying to create a mini-super weapon that spawns or creates several types of debris to attack incoming infantry forces near your base and at their base, but I do not know what super weapon to use. I have used the spy plane clone but nothing happens. I don't think that the plane/debris is available. I have tried the lightning storm but it gave me an I.E. I'll try something else but for now I am stuck with school and more mod updates. (I think I am forgetting something) [Oh yeah!... Wait...Nevermind]

I'll post something new when I have something to say. For now, I'll see what I can do.

Edited by Tommy15551, 09 September 2010 - 10:35 PM.


#57 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 11 September 2010 - 01:36 PM

I think I will use a super weapon that uses a laser that does little to no damage that spawns lots of debris. I'll try that.

As for my new countries, I am having trouble with the AI controlling them. I get an IE whenever the AI is one of the new countries. Do I need to edit the ini or what? Wait a minute... Nevermind. I'll need some help with this part. Other than that, I'll need to change the loading screens of each country.

Edited by Tommy15551, 11 September 2010 - 01:37 PM.


#58 mevitar

mevitar

    REEEEEEEEEEEEE

  • Hosted
  • 1,971 posts
  • Location:your imagination
  • Projects:Doom Desire
  •  (◉ _ ◉)

Posted 13 September 2010 - 11:04 AM

Saving the AIMD.ini file won't change anything, since TeamTypes, ScriptsTypes and TaskForces have their own "save" button. After modifying them you have to save the changes, otherwise the program won't memorize them and they will reset.
As for the countries, do you get the IE when the AI is in control of *any* of the new countries, or a specific one?
ded signature

(◉ ᗝ ◉)

#59 Tommy15551

Tommy15551
  • Members
  • 35 posts
  • Location:United States

Posted 13 September 2010 - 10:33 PM

AI Editor: I have been using saves for all three and the 2 main saves, one at the top, and one at the right where you name and set up, etc.

AI EI: It gets an IE when I try to assign an AI with any of the new countries. Do you want me to key in the except.txt on the next post?

#60 Nighthawk

Nighthawk

    Grumble Grumble.

  • Division Leaders
  • 2,946 posts
  • Location:Edinburgh
  • Projects:The Third War, Ares, misc side projects.
  •  Strategist and Modder
  • Division:C&C Guild
  • Job:Division Leader
  • Association

Posted 14 September 2010 - 09:41 AM

Have you changed the build routine for any of your new countries (i.e. does one of them not use a key structure like an Ore Refinery or something, or use a different MCV)? Also, check the Owner tags of all Allied/Soviet/Yuri/whatever structures to make sure your new countries are on them.
Posted Image
Posted Image
Job Openings with the Guild: Division Staff, News Posters.
Job Openings with Ares: Documentation Maintainer, Active Testers.

PM if interested.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users