Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Wed Apr 24, 2024 3:07 am
All times are UTC + 0
Editing probs: changes not occuring
Moderators: Global Moderators, Red Alert 2 Moderators
Post new topic   Reply to topic Page 1 of 1 [25 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
ComradeHilly
Civilian


Joined: 21 Apr 2011

PostPosted: Thu Apr 21, 2011 4:27 pm    Post subject:  Editing probs: changes not occuring
Subject description: Help Noobie McStupid out
Reply with quote  Mark this post and the followings unread

Hi,

I'm new here and I'm beginner at modding. I have tried searching solution to this but couldn't find anything.

So here's the deal: I'm trying to edit Ra2YR that all countries can build Spysat, Nuclear reactor, Nighthawk and spies. I edited rulesmd file, here's for example Spysat:
Code:
; Allied SpySat
[GASPYSAT]
UIName=Name:GASPYSAT
Name=Allied SpySat Uplink
Image=GASPST
BuildCat=Combat
Prerequisite=TECH,CNST
Strength=1000
Radar=yes
SpySat=yes
Armor=wood
TechLevel=9
Adjacent=2
Sight=5
Owner=British,French,Germans,Americans,Alliance,Russians,Confederation,Africans,Arabs,YuriCountry
AIBasePlanningSide=0 ;gs 0 for Good, 1 for Evil
Cost=1500
Points=0
Power=-100
Powered=true
Capturable=true
Crewed=yes
;Upgrades=2 ;GEF
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
DebrisAnims=DBRIS1LG,DBRIS1SM,DBRIS2LG,DBRIS4LG,DBRIS4SM,DBRIS5LG,DBRIS5SM,DBRIS6SM,DBRIS7LG
MaxDebris=8
MinDebris=4
ThreatPosed=0   ; This value MUST be 0 for all building addons
;DamageParticleSystems=SparkSys,SmallGreySSys,BigGreySmokeSys
DamageSmokeOffset=800, 550, 400
AIBuildThis=no ;taken out to remove usless things from AI list - DB
SpecialThreatValue=1
;IsPlug=true ;GEF

What I did here is I changed Prerequisite=GATECH, GACNST to just TECH, CNST. I read that this should allow every country to build it.

I save this and but when I play, nothing has changed. Can't build Spysat or anything else I tried to add. Is there something wrong with the code or what is it?

Thanks in advance,

ComradeHilly

Back to top
View user's profile Send private message
Bugsey827
Grenadier


Joined: 15 Apr 2008

PostPosted: Thu Apr 21, 2011 5:55 pm    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
Prerequisite=TECH,CNST

Never heard of CNST... change it to just Prerequisite=TECH and try. Not as though you'll be able to build it without a construction yard anyway.

Last edited by Bugsey827 on Thu Apr 21, 2011 10:48 pm; edited 2 times in total

Back to top
View user's profile Send private message Visit poster's website Skype Account
ComradeHilly
Civilian


Joined: 21 Apr 2011

PostPosted: Thu Apr 21, 2011 6:54 pm    Post subject: Reply with quote  Mark this post and the followings unread

Tried that, still not working. I'm getting really frustrated, been working on this for hours and hours...

_________________

Back to top
View user's profile Send private message
ArvinCool
Tiberian Beast


Joined: 01 Jun 2008

PostPosted: Thu Apr 21, 2011 7:46 pm    Post subject: Reply with quote  Mark this post and the followings unread

were do you place rulesmd.ini when testing? Put it in a mix or simply the RA2 directory

_________________
"I'll be staying strapped cuse my mac-eleven make my nuts bigger"

Back to top
View user's profile Send private message
ComradeHilly
Civilian


Joined: 21 Apr 2011

PostPosted: Thu Apr 21, 2011 7:56 pm    Post subject: Reply with quote  Mark this post and the followings unread

It is in Ra2 directory

_________________

Back to top
View user's profile Send private message
ArvinCool
Tiberian Beast


Joined: 01 Jun 2008

PostPosted: Thu Apr 21, 2011 7:57 pm    Post subject: Reply with quote  Mark this post and the followings unread

Check your PrerequisiteTech tag.

_________________
"I'll be staying strapped cuse my mac-eleven make my nuts bigger"

Back to top
View user's profile Send private message
Bugsey827
Grenadier


Joined: 15 Apr 2008

PostPosted: Fri Apr 22, 2011 1:10 am    Post subject: Reply with quote  Mark this post and the followings unread

ComradeHilly wrote:
Tried that, still not working. I'm getting really frustrated, been working on this for hours and hours...

Are you sure? I tried your code with Prerequisite=TECH, and it worked fine.

Back to top
View user's profile Send private message Visit poster's website Skype Account
KionZ
Civilian


Joined: 16 Mar 2010
Location: Sarawak

PostPosted: Fri Apr 22, 2011 3:03 am    Post subject: Reply with quote  Mark this post and the followings unread

Add this under [General]

PrerequisiteCnst=GACNST,NACNST,YACNST

Your code should work after that. Smile

Back to top
View user's profile Send private message Skype Account
Krow
Commander


Joined: 30 Jan 2010
Location: Malaysia

PostPosted: Fri Apr 22, 2011 3:08 am    Post subject: Reply with quote  Mark this post and the followings unread

I don't think that flag even exist.

_________________
Team Black wrote:
interesting seeing your voxel work. They're still better than Aro's!

Back to top
View user's profile Send private message
ChronoSeth
Sergeant


Joined: 13 Mar 2010
Location: Canada

PostPosted: Fri Apr 22, 2011 3:15 am    Post subject: Reply with quote  Mark this post and the followings unread

Not only do I doubt that flag's existence, but it would be completely and utterly redundant and pointless if it did.

_________________
Dawn of the Tiberium Age staff member

Back to top
View user's profile Send private message Skype Account
KionZ
Civilian


Joined: 16 Mar 2010
Location: Sarawak

PostPosted: Fri Apr 22, 2011 3:37 am    Post subject: Reply with quote  Mark this post and the followings unread

Yeah, you were right. Just add TECH in prerequisite is enough.
It seems that if a stated prerequisite doesn't exist, all countries can build it.

Back to top
View user's profile Send private message Skype Account
LH_Mouse
Cyborg Firebomber


Joined: 10 Jan 2010
Location: The Great PRC

PostPosted: Fri Apr 22, 2011 8:06 am    Post subject: Reply with quote  Mark this post and the followings unread

The general prerequisite for conyards is CONST instead of CNST. However if you use CNST it'll simply be ignored and doesn't affect anything.

_________________
Fusion Reactor upgrade is complete.

We will prevail!!!

Back to top
View user's profile Send private message Send e-mail Skype Account
ComradeHilly
Civilian


Joined: 21 Apr 2011

PostPosted: Fri Apr 22, 2011 9:19 am    Post subject: Reply with quote  Mark this post and the followings unread

Still no luck. But I found out that when I run rulesmd.bat as adminsitator, it says:
FATAL ERROR
'RA2MD.EXE' not found! You must have this file and all the files it requires!
If Yuri's Revenge is not installed, please re-install first.

Re-installed and it still keeps saying that. And I do have RA2MD.exe in same directory. Might have something to do with the fact that the game is torrent download...

_________________

Back to top
View user's profile Send private message
ArvinCool
Tiberian Beast


Joined: 01 Jun 2008

PostPosted: Fri Apr 22, 2011 7:37 pm    Post subject: Reply with quote  Mark this post and the followings unread

rulesmd.bat?!?!?!?

_________________
"I'll be staying strapped cuse my mac-eleven make my nuts bigger"

Back to top
View user's profile Send private message
Cranium
Defense Minister


Joined: 05 Dec 2009
Location: USA

PostPosted: Fri Apr 22, 2011 8:12 pm    Post subject: Reply with quote  Mark this post and the followings unread

More than likely your problem is caused by the Illegal copy of YR your using. Ares requires upgrade to ver 1.001 to run. Majority of the Illegal copies wont allow the patch to install. So either get a legal copy or deal with the consequences.

_________________

The enemy shall be injected with toxic poison - Venom

Back to top
View user's profile Send private message Visit poster's website Skype Account
ArvinCool
Tiberian Beast


Joined: 01 Jun 2008

PostPosted: Fri Apr 22, 2011 10:33 pm    Post subject: Reply with quote  Mark this post and the followings unread

Cranium wrote:
More than likely your problem is caused by the Illegal copy of YR your using. Ares requires upgrade to ver 1.001 to run. Majority of the Illegal copies wont allow the patch to install. So either get a legal copy or deal with the consequences.

That is incorrect.

_________________
"I'll be staying strapped cuse my mac-eleven make my nuts bigger"

Back to top
View user's profile Send private message
Cranium
Defense Minister


Joined: 05 Dec 2009
Location: USA

PostPosted: Fri Apr 22, 2011 11:47 pm    Post subject: Reply with quote  Mark this post and the followings unread

Really? I thought all the Illegal copies were unable to be upgraded to 1.001?

_________________

The enemy shall be injected with toxic poison - Venom

Back to top
View user's profile Send private message Visit poster's website Skype Account
m7
Commander


Joined: 17 Apr 2009

PostPosted: Sat Apr 23, 2011 5:12 am    Post subject: Reply with quote  Mark this post and the followings unread

If the version of the game is 1.000 and cracked it can't update. If the game's a install directory of YR and has been updated then cracked, then you have 1.001. You still can't use Ares though. (unless you're using disc images)

Back to top
View user's profile Send private message
EricAnimeFreak
Tiberian Fiend


Joined: 14 Sep 2009
Location: USA New England

PostPosted: Sat Apr 23, 2011 6:38 am    Post subject: Reply with quote  Mark this post and the followings unread

The game isn't very expensive, and people shouldn't get to play if there not willing to pay the very tiny amount to get it. I have 5 copies right now,"and have owned many more copies", and I acquired 2 month or so ago for very cheap, the thought people are still using illegal versions both saddens me and astounds me.



DecadeSteal.png
 Description:
Good Deals do Exist.
 Filesize:  27.16 KB
 Viewed:  5594 Time(s)

DecadeSteal.png



_________________
Grab my Map Logic Expansion Pack 5.2 here!
Adds random weather patterns into maps.
More disabled navalyards.
Preplaced Neutral buildings.
Additional new features.

Enjoy Everyone!

Back to top
View user's profile Send private message Visit poster's website
Nikademis Von Hisson
General


Joined: 05 Sep 2007
Location: Wilkes Barre PA

PostPosted: Sat Apr 23, 2011 8:10 am    Post subject: The First Decade Reply with quote  Mark this post and the followings unread


_________________
I am authorized to send out the TMP Studio, PM ME IF YOU WANT IT And check this out, these were sent to me for help with terrain and zdata help along with TMP Studio/Builder

http://www.ppmsite.com/forum/viewtopic.php?t=27714

Back to top
View user's profile Send private message Send e-mail Skype Account
Nikademis Von Hisson
General


Joined: 05 Sep 2007
Location: Wilkes Barre PA

PostPosted: Sat Apr 23, 2011 8:16 am    Post subject: My 2 cents worth. Reply with quote  Mark this post and the followings unread

Cranium wrote:
More than likely your problem is caused by the Illegal copy of YR your using. Ares requires upgrade to ver 1.001 to run. Majority of the Illegal copies wont allow the patch to install. So either get a legal copy or deal with the consequences.


I can believe this statement too. My nephew had a similar issue a few years ago with RA2 and running NPatch & Rock Patch. Then I found out he was using a cracked version of the game. So to avoid any further problems I bought him the game. It's cheap enough where you get several gams for a good price. Is it worth the hassle and feds? or better to buy th game.

_________________
I am authorized to send out the TMP Studio, PM ME IF YOU WANT IT And check this out, these were sent to me for help with terrain and zdata help along with TMP Studio/Builder

http://www.ppmsite.com/forum/viewtopic.php?t=27714

Back to top
View user's profile Send private message Send e-mail Skype Account
ComradeHilly
Civilian


Joined: 21 Apr 2011

PostPosted: Sat Apr 23, 2011 9:18 am    Post subject: Reply with quote  Mark this post and the followings unread

I used to own the game back in when it was published (2001?) but I don't have the game anymore, can't really remember what happened to it...
Now I wanted to play the game again so I downloaded it. None of my local stores sell it and not even online stores, so only way for me to get it would be ordering it from foreign countries, and that would further increase the cost of getting the game. You might think I live under a rock, but meh, in the end, this is all about editing just few minor things.

The best way to sum up this is to recite a very famous quote from William Shakespeare...


F*ck it.

_________________

Back to top
View user's profile Send private message
LH_Mouse
Cyborg Firebomber


Joined: 10 Jan 2010
Location: The Great PRC

PostPosted: Sat Apr 23, 2011 12:32 pm    Post subject: Reply with quote  Mark this post and the followings unread

m7 wrote:
If the version of the game is 1.000 and cracked it can't update. If the game's a install directory of YR and has been updated then cracked, then you have 1.001. You still can't use Ares though. (unless you're using disc images)



Ares doesn't check the CRC of gamemd.exe, thus works on cracked exes.

_________________
Fusion Reactor upgrade is complete.

We will prevail!!!

Back to top
View user's profile Send private message Send e-mail Skype Account
Bugsey827
Grenadier


Joined: 15 Apr 2008

PostPosted: Sat Apr 23, 2011 1:57 pm    Post subject: Reply with quote  Mark this post and the followings unread

ComradeHilly wrote:

Now I wanted to play the game again so I downloaded it. None of my local stores sell it and not even online stores, so only way for me to get it would be ordering it from foreign countries, and that would further increase the cost of getting the game.

Try ebay.

Back to top
View user's profile Send private message Visit poster's website Skype Account
Cranium
Defense Minister


Joined: 05 Dec 2009
Location: USA

PostPosted: Sat Apr 23, 2011 5:17 pm    Post subject: Reply with quote  Mark this post and the followings unread

LH_Mouse wrote:
Ares doesn't check the CRC of gamemd.exe, thus works on cracked exes.


It dosent, but it still checks to see if it's ver 1.001. So even though illegal games are some what frowned upon, I guess if you were to get ahold of a cracked ver1.001 it should work o.k.

_________________

The enemy shall be injected with toxic poison - Venom

Back to top
View user's profile Send private message Visit poster's website Skype Account
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [25 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.2242s ][ Queries: 14 (0.0126s) ][ Debug on ]