I doubt that very much.Quote:
what you mean working economy ?? you mean we can't buy what we want whenever we want? xD
I have not installed the Mod, does it actually work?Quote:
Hello I wonder if you could make the file basic hard opponents The file without Cosmic NOS
Economy will only work if IGC and Boost is lower than 1000000, so just set them to 2000000 and enjoy unlimited monies lol :DQuote:
what you mean working economy ?? you mean we can't buy what we want whenever we want? xD
It's easy, only 21 lines of code. It's actually ready and usable right now :D I'm just doing other stuff here & there.Quote:
I doubt that very much.
He may imply a progression stage if one wishes to "earn" everything from card drops, but even if he did, we could still revert back to 1.7 beta if he made the progression mandatory.
I am not him, but if possible, yah, a progression stage would be nice, but way far from the future.
I would do it if I had the skills, but, damn, he has his work cut out for him if that is his plan.
DocumentBuilder docBuilder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
Document doc = docBuilder.parse("www/nfsw/Engine.svc/User/GetPermanentSession.xml");
Document doc2 = docBuilder.parse("www/nfsw/Engine.svc/DriverPersona/GetPersonaInfo_"+Functions.personaId+".xml");
int sessionId = Integer.valueOf(doc.getElementsByTagName("defaultPersonaIdx").item(0).getTextContent());
if (type == IGC) {
String newIGC = doc2.getElementsByTagName("Cash").item(0).getTextContent().split(".")[0];
if (remove) { newIGC = String.valueOf(Integer.valueOf(newIGC) - amount); if (Integer.valueOf(newIGC) < 0) return false; }
else { newIGC = String.valueOf(Integer.valueOf(newIGC) + amount); if (Integer.valueOf(newIGC) > 1000000) { newIGC = "1000000"; } }
doc.getElementsByTagName("Cash").item(sessionId).setTextContent(newIGC);
doc2.getElementsByTagName("Cash").item(0).setTextContent(newIGC);
}
else if (type == Boost) {
String newBoost = doc.getElementsByTagName("Boost").item(sessionId).getTextContent().split(".")[0];
if (remove) { newBoost = String.valueOf(Integer.valueOf(newBoost) - amount); if (Integer.valueOf(newBoost) < 0) return false;}
else { newBoost = String.valueOf(Integer.valueOf(newBoost) + amount); if (Integer.valueOf(newBoost) > 1000000) { newBoost = "1000000"; } }
doc.getElementsByTagName("Boost").item(sessionId).setTextContent(newBoost);
}
fx.WriteXML(doc, "www/nfsw/Engine.svc/User/GetPermanentSession.xml");
fx.WriteXML(doc2, "www/nfsw/Engine.svc/DriverPersona/GetPersonaInfo_"+Functions.personaId+".xml");
return true;
Looks like there is lots of any other changes in the attributes.bin file! Exaple: the carrera gt, what is much powerful and have faster acceleration! May been modified more cars...Quote:
basic hard opponents + cosmic nos
It would indeed be cool but it's going to be a looong way to achieve that.Quote:
anyone agree that it would be cool if someone made/had access to a map editor for this and finished the unfinished roads and added all the nfs free roam worlds (EX: nfs undercover world) to the game.
So the bin file actually does what it is claimed to do but is way too much?Quote:
This AI strength i'0d like to test, BUT we need to check the changes first, because some may not want to play with OP settings. For example, i'0m not sure about all cars having cosmic NOS,., but i support AI Using C-nos with the correct cars.
TL DR: we need to check the changes to the attributes.bin first.
EDIT: awful modding, any car Overaccelerates and it's very unreal, to the point of killing the fun. i hate how E-class cars reach top speed (+250km) in 3 secs... i'm reverting back to original Attribute. i liked how AI are harder but, this is too much.
I also noticed that with my Carrera GT, and in this case it was even easier to spot because I use max Super Shot skills on all of my cars - The Carrera GT's NOS became massively powerful, more powerful than any other car in the game - Even such OP cars like F1 and Cinque had weaker NOS power (max Super Shot skills included), so basically, this restored the Carrera GT to its NFS Most Wanted status - An okay car at best without NOS, but when its ridiculously OP NOS is unleashed, it becomes the best car in the game.Quote:
Looks like there is lots of any other changes in the attributes.bin file! Exaple: the carrera gt, what is much powerful and have faster acceleration! May been modified more cars...
Suggestion for these "releases": must be included an info file about from any changes in attributes.bin file!
No ppl should be using a copy of the default and making the changes to that after doing it in theirs to test and uploading that...Quote:
Looks like there is lots of any other changes in the attributes.bin file! Exaple: the carrera gt, what is much powerful and have faster acceleration! May been modified more cars...
Suggestion for these "releases": must be included an info file about from any changes in attributes.bin file!
Use GlobalEd by Renesis or VltEdit 1.1 to open attributes.bin.Quote:
I attempted to open that bin file