-
Content count
29 -
Joined
-
Last visited
Everything posted by RST007
-
Need some kind off stupid help (noobquestion)
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi all, I'm new on this forum, so i hope this is the right forum to ask this. First i'm not new in editing Red Alert 2 / yuri's revenge, i did it for a pretty long time a few years back, just forget everything. This morning i started again, tried to add some simple changes. ok my problem: I added a new unit called Medic, everything works, exept for a few small details: 1) my Cameo is fine, but i still get the message "missing cameoname:medic" instead of the normal name of the unit: -> i added 2shp's called medcicon.shp, and medcuico.shp, then added in the directory of my game the file Medic.shp 2) i don't get any sound to know i'm healing a unit (dunno how to do that anymore, add a costum sound to an action) 3) how to change the icon to an attack icon for the medic (i want to make a medic sign or something) i used the following sequence in art.ini [MedicSequence] Ready=0,1,1 Guard=0,1,1 Prone=86,1,6 Walk=8,6,6 FireUp=164,6,6 Down=212,2,2 Crawl=86,6,6 Up=228,2,2 FireProne=164,6,6 Idle1=56,15,0,S Idle2=71,15,0,E Die1=134,15,0 Die2=149,15,0 Die3=0,1,1 Die4=0,1,1 Die5=0,1,1 Paradrop=244,1,0 Cheer=245,8,0,E Panic=8,6,6 the unit code: [MEDIC] Cameo=MEDCICON AltCameo=MEDCUICO Sequence=MedicSequence Crawls=yes Remapable=yes FireUp=2 then in Rules.ini added the following: XX=MEDIC and added this to the units: [MEDIC] UIName=Name:MEDIC Name=Medic Category=Soldier Primary=Heal Secondary=VirtualScanner Prerequisite=GAPILE CrushSound=InfantrySquish Strength=125 Pip=red Armor=none TechLevel=4 Sight=6 Speed=4 Owner=British,French,Germans,Americans,Alliance AllowedToStartInMultiplayer=no Cost=600 Soylent=300 Points=5 VoiceSelect=CivAllSelect VoiceMove=CivAllMove VoiceAttack=CivAllAttackCommand VoiceFeedback=CivAllFear DieSound=CivAllDie Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1} PhysicalSize=1 MovementZone=Infantry ThreatPosed=0 SpecialThreatValue=1 GuardRange=8 SelfHealing=yes ImmuneToRadiation=no ImmuneToPsionics=no PreventAttackMove=yes Bombable=yes Trainable=no Size=1 AllowedToStartInMultiplayer=no IFVMode=0 added this to the weaponsection: ; medic heal weapon [Heal] Damage=-45 ROF=75 Range=3 Projectile=Invisible Warhead=Organic Speed=100 Report= ;A heal sound. Add one i'm not lazy to search trough forums and i want to learn everything myself, but i would be very thankful to some1 who doesn't mind to give me some help, maybe even an email adres or something, so i can ask some of this beginners questions. i hope i didn't break some forumrules, Kind regards, Robin -
Repair buildings, with another building?
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Just got this idea for my mod: i want to make a structure that have a radius around it (like prism tower etc), so every building inside that radius will be auto repaired. some1 any idea how to start with this? besides this i would add the same, but then for units, auto repair when units come in the radius of this building regards, Robin -
need help to create cluster weapons
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi there, Iknow i made it before, but i can't find my guide anymore. I want to make a V3 rocket launcher into V3 cluster missile. there was a guide in how to do this but i can't find hem anymore. And if this can be done, is it possible to make a superweapon, that fires a few V3 rockets (something like the GLA superweapon from c&c generals) The idea then of a nuke missile that splits into v3 rockets. anyway, i searched the whole afternoon for this, but i can't seem to find a guide or tutorial for this. regards, Robin -
Help needed with this Stupid YuriAirfield
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hehe i feel pretty stupid I guess this is the bad side of Copy/Pasting ok Destiny i give it a try thanks for your reply's guy's, again a stupid mistake has been cleared -
Help needed with this Stupid YuriAirfield
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
ok i think i did everything correct but i still can't find why the AI doesn't want to build this F*cking Airpad, it's driving me nuts. added YURAIR in my buildingslist, i even added hem like a 2nth Radar because its gonna replace the current radar of Yuri. anybody see something wrong? Or are there other things that i need to check if the AI would build this building? are there other things that the AI need to build this building? I tested it myself it's buildable for skirmisch games so... I also have a soviet airfield, i added thisone succesfully at the first time, so i dunno why thisone isn't working here's the code; [YURAIR] UIName=Name:YURAIR Name=Yuri Airbase BuildCat=Tech Prerequisite=YACNST Strength=600 Armor=steel Adjacent=3 TechLevel=4 Sight=5 UnitReload=yes ;UnitRepair=yes;gs this is part of reloading + being an aircraft (Repair code is oogly, only Reload got rewritten for four ports.) Helipad=yes Owner=British,French,Germans,Americans,Alliance,Russians,Confederation,Africans, Arabs,YuriCountry ForbiddenHouses=Americans AIBasePlanningSide=1 ;gs 0 for Good, 1 for Evil Cost=1000 Points=70 Power=-50 Factory=AircraftType Capturable=true Crewed=yes Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60 DebrisAnims=DBRIS1LG,DBRIS1SM,DBRIS2LG,DBRIS4LG,DBRIS4SM,DBRIS5LG,DBRIS5SM,DBRIS 6LG,DBRIS6SM,DBRIS7LG MaxDebris=8 MinDebris=4 ThreatPosed=0 ; This value MUST be 0 for all building addons ;DamageParticleSystems=SparkSys,SmallGreySSys,BigGreySmokeSys DamageSmokeOffset=75, 270, 140 AIBuildThis=yes NumberOfDocks=4 HasStupidGuardMode=false Radar=yes Spyable=yes ImmuneToPsionics=no ; defaults to yes for buildings, no for others i hope some1 can tell me what stupid thing is missing, yuri just doesnt create this building.... regards, Robin -
Help needed with some AI things
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hehe, I hope your AI gets better then i have some1 who can help me if i have any questions or problems Anyway, my final goal is to get RA2/YR as best i can gets with small minor changes in the units. Paste few months i tried most changes i wanted to do, but last weak i f*cked up my rulesmd somewhere, i did to many changes to find where the IE camed from. now i'm rebuilding step by step and trouble shooting now and then. I hope some1 knows more about the AI targetting thingy, i just hate that Regards, Robin -
Help needed with some AI things
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi there, I'm pretty busy with rewriting the AI of RA2/YR, i understand most of the things, but i still have a few things to ask. 1)I've added en engineer - bridge repair, the only thing is i can't get hem at the enemy's bridge, he only repair he's bridges near hes base (for example arctic circle map) 2)Chronosphere only gets used 1 in hundred times we play, is some1 already a bit closer to fix chronosphere attacks? Iron Curtain seems to work fine but Chronosphere just doesn't get used by the AI. 3) When i play multiplayer with my M8tes, only 1 of my friends gets really hard hits from the AI, my other mates don't even get annoyed, how does the AI pick he's enemy, and is there a possible way so he attacks every enemy instead of concentrating on 1 enemy? Anyways, i've stil got allot of work to do, I'm Balancing the whole gameplay of yuri's revenge, not to many new unit's just enough to balance the game Ai is getting rewrited, he's already in a better agressive stage, uses tankdrop and paradrops in a good agressive way, has much better taskforces etc... Doctor Destiny, if you read this, Thanks for the first hand to help me getting on the way of the AI, without you i never understood this regards, Robin -
how to make buildings and tanks from scratch
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Well i just dunno what software i need, what i need to do, basicly where to start, to make my own buildings. I see many people on other community's like ppm and sleipnir that make this awsome buildings, i just want to learn that myself to . the same counts for making my own voxels. I have 3dsmax, paintshop pro and most of the basic c&c editing software. Also how to make this buildups, damaged building types, is there any1 that knows a guide, or some1 who can give me a decent explenation with this? Regards, Robin -
Thinking of making a mod for RA2YR
RST007 replied to Kargan303's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Well the basic stuff i mostly understand, Ini editing i can do most, after testing allot ofc, i learned most myself, but Destiny helped allot. What i still need to learn is the advanced editing side, making my own buildings and voxels/shp's. Artmd.ini is not that hard, most things can be easily done, if you add your own buildings/infantry you can check all these sequences with shp builder. I created a few infantry's myself in the beginning, few buildings, and i discovered every possible mistake , first steps of modding are hard, but if keep up the work, you will be able to edit nice things. If you need some hand on basic-medium editing i hope i can help just send me a pm or something, i'm mostly online regards, Robin -
if you download npatch mdk, there is usefull documentation in there, i know you can change the country's/side, but don't add any. Inside this doc is a whole complete guide in how to add/change country's and there flags etc. For example you can change France into Yuri2 (wathever your new force is). I did it only once with npatch (the easy way) so i hope i answered your question
-
Thinking of making a mod for RA2YR
RST007 replied to Kargan303's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi there, welcome to the cncz forums the best way to edit ra2/yr is editing the INI files. you can find a copy of them here: http://www.cncgames.com/modseditors.shtml the second thing you will need is Xcc utilities, wich you need to extract/edit/insert all your modstuff into ra2/yr wich can be found here: http://xhp.xwis.net/ (click on the top of the page on xccmixer) ok then you probably need a small explenation: in your RA2 folder/directory are a few *.Mix files wich contain all data from RA2/YR, these can be read/edited with xcc mixer. The ini files of the original RA2/YR are in these mix files. The advice i can give you is never, but really never edit these files in the original mix files. what you need to do: put your own new edited files in the directory or in new mix files. small example, i put all my ini files in the directory of RA2, and then i have 2 mixfiles i made myself (with Xcc mix editor): Expandmd98.mix: all your voxels/hva files will be stored here ecachemd98.mix: all you shp files this way you don't touch you original gamefiles, so if you delete your own edited stuff, RA2 will still be like the original game a small explenation about the ini files: rulesmd.ini -> all the units buildings are discribed here, here you will add new units/buildings etc artmd.ini -> all your sequences, names of cameo's aimd.ini -> all the taksks that the ai uses to attack you, to move, defend etc everything the AI does is discribed here (hardest file to edit and understand, i just started with this) soundmd.ini -> all your sound of the game are discribed here, so if you add new they will be added here. usefull sites: http://yrarg.cncguild.net/ -> for new units buildings etc, a few nice guides to http://www.modenc.renegadeprojects.com/Cat...A2/YR_Tutorials -> guides about how to edit some stuff, usefull to start then the way i started: edited some basic stuff like damage price etc in rulesmd.ini so i understood most things, then tried some guide of medenc, after that more expierienced questions, i asked here. The man who helped me allot is Doctor Destiny, admin of this forum he's a great help, and i tink maybe one of the expierienced users of this forum atm feel free to ask i hope i can help regards, Robin -
Resources and AI editing
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Ok i got this weird thought that westwood did something wrong in there coding from the spy: I was adding my new Soviet Spy Taskforces and Scripttypes etc when i found this scripttype in the default AImd.ini: I had deezires guide near me to decode the numbers so i know what they meant, maybe i don't understand this so good? take a look at this: [0CADC46C-G] Name=General Spy vs Soviet Power 0=0,4 ;attack enemy infantry (so he transforms into enemy infantry) 1=47,131081 ;move to enemy building,NAPOWR (131081-131072(wich is default number of first building)= 9 +1 =number of Rulesmd.ini buildingtypelist) 2=46,9 ;attack enemy building, NAPOWR 3=47,131083 ;move to enemy building,NAHAND (why does he needs to move to barracks????? ) 4=46,11 ;attack enemy building, NAHAND (Why attacking??? ) =====> thisone is completly correct i believe [0CADDDBC-G] Name=General Spy vs Allied Power 0=0,4 1=47,0 ==> why is thisone 0, and not 131072 ????? wich would be GAPOWR in the buildingstypelist 2=46,131072 ==> thisone needs to be 0 or am i wrong ??? 3=47,131083 ==> correct 4=46,11 ==> correct I hope some1 got some knowledge about this regards, Robin -
Hi, i'm searching for other sites then YR argintina to download resources for my mod. And plz can some1 help me to add my new units (like my new soviet airpad with mig29 on it) so the ai makes them and attack me? I really love to have a few examples in how to start adding simple units to attack. I read Deezire's guide completely now and used allot of hes information, but i just can't understand the AI thing. @ Doctor Destiny, you helped me before with the explenation in what i basicly need to do. Can you help me maybe to add my new units? I only need 1 to start, so i can at least start with it, and try to understand it. Txs already so far, Regards Robin
-
How to remove menuscreen Npatch?
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
k thanks, found it i must have skipped this small part -
How to remove menuscreen Npatch?
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi there, Any of you got some luck in how to remove the main menu background(+extra buttons etc) from npatch 0.22? I would like to give it my own background. but i can't find how to fix this. It's just because i need the patch for my mod. Regards, Robin -
Resources and AI editing
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Yes! This is what i needed, now i understand most of it. I didn't understood what numbers to use with Deezires guide. I got a few questions more to ask (i'm starting to understand the ai thing i guess): 1) Does the AI build the soviet airpad from hemself (to get the mig's) or do i need to add a building thing to? 2) I also found the most of an engineerings code to repair bridges added everything to my AImd, is the ordering of the taskforces etc important? cuz he just doesnt do anything with this created engineers. 3) After increasing the number of landunits like the rhinotank and flaktracks, the AI makes them but they got stuck in hes base. anything else i need to do to send them to attack my bases (i guess adding more scripts isn't it?) Really thanks for this help now i finally can start with some decent AI editing. This is maybe stupid but this part of the editing intrest me the most (after the normal ini editing) keep up the nice reply's regards Robin -
need help to create cluster weapons
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi Doctor Destiny, I've found what i wanted, i needed to fill in V3ROCKET, but then i get this stupid thing: The rocket on the truck is in the colors of my skirmisch army, but the color of the rocket is always Oranje, any idea to make this the same color as the one of the truck? Btw tanks for the help so far, with your help i found my own how to code this Regards, Robin -
need help to create cluster weapons
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Ok, i get it working again, Didn't recieved any IE's so thats good already. Only something stupid, my V3 missile doesnt launch from my V3 rocket truck, it stays at the truck and an invisible projectile fires, then clusters in my 120MM bombs. Any idea how to make my missile go in air, then split into 120mm bombs? Here is what i changed: [V3Airburst] ROF=50 Damage=25 ; just a little extra Range=10 Projectile=V3AirburstP Warhead=V3HE [V3AirburstP] ;this is transition between unit rocket and little missiles Arm=2 Proximity=yes High=yes VeryHigh=yes ;Dropping=yes Cluster=9 Image=V3Launcher --> thisone is wrong, i'm pretty sure, what do i need to do to get V3 launched like normally, and then explode in air in clusters? Airburst=yes AirburstWeapon=V3Cluster Ranged=yes AA=no ROT=4 [ClusterBits] Arm=2 High=yes Shadow=no Proximity=yes Ranged=yes ;Image=DRAGON Image=120MM FirersPalette=yes ROT=8 i hope some1 can help with this. Also, is it simple to give the nukemissile this weapon? then i could use the bug i now have, an invisible nuke that launches, and then splits into V3 rocket to make a Scud storm simular weapon. Regards, Robin -
2 words: AWSOME EDITING!!! gratz with the nice results, i hope i get there 1 day to
-
AI problem, want to make hem harder
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi there, I made some small changes in the number of troops the AI uses, but it's not enough of what i want to make hem do. If i destroy a bridge the AI sends (standard) an engineer but doesnt repair the bridge, i want to know how i can make hem do that. Also in the map "arctic circle" he does'nt send an engineer with boat to tech airport to use paradrop, it would be great if i know how to make such tasks. I read Deezire guide about ai editing, but if some1 could give me an example of how i can make the AI doing this i would rather understand more, then i do now. What i also wanted to do, is make the ai build more teslacoils and airdefenses, send me more tanks. He makes enough tanks at this moment but he does'nt send them to me. The most of the time i'm playing multiplayer, i hope this works multiplayer to? What my "goal" is at this moment, i want to make the AI rush my base, like for example in mental omega's mod. at this moment i didn't made any changes in the game, because this is for me the most important thing to learn, making a good AI. Any tips/hints/guides? Regards, Robin -
i want to learn
RST007 replied to modderintraining's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi, i tried this to, but my main problem was the automatic returning to ore refinery that did'nt worked well. Any idea why this is? regards, Robin -
AI problem, want to make hem harder
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
ok thanks Destiny, Did'nt know it was so hard to script it. what delta tags are you meaning in the Rulesmd.ini? I've already changed most of the rulesmd what deez's guide is talking about. (teamcap's etc) Another question then: i would try to make my own buildings, have all the software (shp builder etc) for it. What's the best way to start from complete scratch (or maybe try to edit it from other games) I've no expirience on this part of modding, only thing i know is YR argentina for resources. Now it's maybe time to make my own things regards, Robin btw: how long re you edting? -
i want to learn
RST007 replied to modderintraining's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Get all the original "ini" files from yuri's revenge / red alert 2, and put them in your game directory (Mostly C:\Westwood\RA2) Open them with notepad or any other textedting software. In the beginning you will propably start with editing the Rules(md).ini because here are all your basic stats for your units (damage, speed, movement etc) The art(md).ini is necessary to give your game an idea what the name is for your "new" units and what icon/cameo they will get. In short this is only the basic part of editing, this is what i just learned, and here on CNCNZ there are enough guides to start with. Search at google for "adding new units to RA2" or something you will get quite enough results to start with. Maybe a hint, backup the original ini files, in case if you screw up the ones you edit XCC is a tool you probably gonna need enough so i would download them if i was you regards, Robin -
Adding new Country, need some help
RST007 posted a topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Hi, Today i added succesfully a new side, using Npatch, i followed the documentation to add my new side "Italians", like in the example. my problems: 1) When i try a skirmisch game, the new side is there in the list, but it is without a flag. 2) When i load the game i need to edit the text from the loadingscreen, where is the place to do this? 3) when i start my game, i get instantly you are victorious, no GI's only my MCV is there. This is my first "big" step in modding, i added the info in ra2md.csf like in the manual of npatch, but i don't understand it good enough i tink: The manuals explenation: In order to make flag, loading screen etc work, check out the following tables: (the tables are examples for country #10 in the [Countries] list; for another number simply change the 10) Filenames Flag PCX File c10_flag.pcx Loading screen SHP File c10_ls.shp Loading screen palette c10_ls.pal Stringtable Entries Country's name Name:Country10 Country's special weapon Name:Country10SW Load brief for the country LoadBrief:Country10 Skirmish menu, status bar text STT:Country10 What i did: I added this info in the ra2md.csf: Name:Country10 Name:Country10SW (to be sure i also added Name:Italians) LoadBrief:Country10 Skirmish menu, status bar text STT:Country10 --> this part i tottaly don't understand Any that can give me some help? If you can't say it trough forumrules or something plz mail me: [email protected] Regards, Robin -
Adding new Country, need some help
RST007 replied to RST007's topic in Red Alert 2 / Yuri's Revenge Maps & Modding
Sorry for double post, But i want to let you know i've just been able to made my first new country, it works nicely in game. Just 1 small noobisch question, i always added everything to the gamedirectory. If i want to work with mixfiles, what do i put where? Would it work if i add all my ini files and voxels and hva's in 1file called ecache98.mix? or is there some sort of structure i need to use? Regards Robin.
