Code Monkey home page Code Monkey logo

nfsmwexopts's People

Contributors

berkay2578 avatar milesdipperion avatar nlgxzef avatar xan1242 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nfsmwexopts's Issues

Most features of Extra Options not working anymore

I enjoyed the Extra Options for the past few weeks, but one day I noticed a problem. Most features such as Remove Old Bridge Barrier, More Cars, Disable Take Over, or even almost anything cannot take effect even after I changed the values between 0 and 1.

Most other features that requires Hot-Key still works such as Freeze Car or Ultimate Heat Force.

I tried reinstall mod, remove other mods may conflicting such as widescreen, reinstall entire game, nothing.

I suspect the Registry is corrupted in there. Anyone can help me out? Thanks.

Edit: Don't get me wrong, I always save changes in notepad every time I change each values. And if you need more proof pictures, please let me know.

max cpu
max cpu 2

Crash on startup (7.0.1.1338)

Hi !
I've installed Ex Opts into the scripts folder, and on startup it shows an error.
The error code is 0xc22, ASI Loader is showing up error 5.
I'm hoping for a quick help.
Thanks !

[Documentation] Compile instructions don't say anything about "dinput8.dll" (Cannot install ExOpts from source code)

Hi, i'm trying to install NFSMWExOps with no luck.

My installation has 1.3 exe and works fine, however it doesn't have a scripts folder by default, and even creating that folder and following installation steps, the game works, but nothing is injected.

Also tried to rename the .asi file to d3d9.dll and copying it to the main folder, but the game crashes.

Any advice to make it work?

Crash before #14 Taz Race

Hi. I am having crashes before the blacklist races with Taz begin.

I used the same settings to race with Sonny and I had no problems, but no matter what car I choose to race with, the game crashes before I see the Taz Cutscene before the race.

I have completed all the required Races/Milestones/Bounty required to race him.

My Options : https://pastebin.com/Gt1zA7h8

Is it a virus?

Chrome detects Extra Options as a "dangerous file". Is ExOpts a virus or is it Google's problem?

[Enhancement] Widescreen Splash

The proper way to enable widescreen splash? This also repositions the NFSMW logo, repositions the police lights, removes the patch number, and changes the text to "Please press START to begin".

Splash

// allows widescreen splash texture to load
005A3080 nop
005A3081 nop

// pointers are changed to "WS_MW_LS_Splash.fng" string
008F3C68 0089F828
008F3C88 0089F828
008F3CA4 0089F828

NFS MW extra opts controls and instructions

i got a few problem im not sure how do i tweak the turbo from super turbo and to remove rev limiter? the instruction you gave me doesn't work it says press NUMPAD + -> Super Turbo. So what happen here is the controls aren't working but it's perfectly installed! first of all i created second nfsmw then install "dinput8.dll" and "scripts" folders in the archive, but it didn't work like i said. So what should i do?

Split Screen mode

whenever I try to play split screen my game crash, i just want to know if there is a way to fix this and if there is, how

thanks

Rebinding keys doesn't work.

I tried changing the config in the Extra Options, so I could disable the hotkeys that change certain settings, but when I did so, the hotkeys still would activate when I pressed on the default keys; this also happens if I try to reassign them to different keys. Is there a way to fix this? I'm sure it's a very simple fix. Thanks!

BUG

NOT WORKİNG FOR ME

ANYONE HELP ME PLS

Windowed mode offset

I have 2 monitors, one is 4k, the other is 1080p. When I turn on windowed borderless, whenever I launch the game the window is offset
image

I have fixed it by adding this in the loop:

if (WindowedMode == 1)
{
	RECT n_wRect;
	GetWindowRect(windowHandle, &n_wRect);
	if (n_wRect.left > 0 || n_wRect.top > 0)
	{
		SetWindowPos(windowHandle, NULL, 0, 0, n_wRect.right - n_wRect.left, n_wRect.bottom - n_wRect.top, 0);
	}
}

Extra Options ASI Self-deleting (Error: 1450 ASI Loader)

So, please bear with me.
After downloading the X360 Textures and packaging them on the game, the Extra Options ASI file now autodeletes itself when loading the game up, bringing up ASI Loader Error: 1450 with it. Before this, the game ran perfectly fine, without a single issue, with Extra Options carrying me through career mode. However, now I find myself unable to mess around like I used to.

I have attempted to de-package the X360 Textures, but the error persists... and so do the textures, for some reason, though downscaled.

Edit 1) I have reinstalled the game, added everything back to how it was before the textures, and now... Error 1450 continues. Why.

[Enhancement] H Shifter and brake pedal fix

Hi

Im making a small script to get telemetry from racing games via memory reading like the speed, the RPM time and gear, I'm using Cheat Engine to find the value and then I do some research to find the memory address or pointer to use it. In beside of that i've tried to find the memory to shift the gears using a H Shifter from a Logitech Wheel. I've found it (not the pointer, only the dynamic memory address) and I can assign the gear from CC, but there's a problem with the brake pedal because ingame also works as the reverse (maybe because the game uses combined pedals). You only have to brake and when the car is 100% stopped it go in reverse no matter what gear you have

I'm not so good with assembler, C or memory researcher, btw my plugin is made in Python and took me weeks to make a simple script to read in memory. So, you a have a nice idea here. Hope someday can undertstand the code of NFS Extra Options, NFS is one of my favourite games and i want to develop some crazy stuff in regarding of my coding degree

Unlock All Things doesn't unlock all things

When you use any of the "Unlock All Things" options (both the hotkey switch and the setting in the ini) the parts you get after beating Razor are not unlocked. Can this be fixed?

Also 2 suggestions:

  1. Add options that allow you to add all of the bonus/cop cars to career
  2. Add an option to buy the Unique Performance Upgrades in the shop, like you can in the "My Cars" customization in the main menu

Problem with immobile collision fix in the .ini file

Hey man i noticed that the immobile collision fix was not working for me and when i took a look at the code i noticed that it's trying to read as ImmobileCollisionsFix but in the .ini file is writted as ImmobileColFix, when i change ImmobileColFix to ImmobileCollisionsFix in the .ini file it works fine.

Custom Colors Crash

This breaks the custom colors tab ingame, you get gloss and metallic then it should be custom but it shows nothing and as soon as you click back to gloss or metallic it will crash the game

I started a new game without this script and it all all worked perfectly, is there any fix for this issue

[Suggestion] Sound quality enchancement

By default the game runs with low quality (22khz) mode enabled and every sfx (music, SFX, cutscenes, videos) sounds bad.

I'd suggest to make ExOpts being able to run the game with high quality (44.1khz) mode without requiring end-user to search for the setting g_performance and set to 4.

UPD: This feature is already implemented in Widescreen Fix.

SHGetKnownFolderPath entry point in shell32.dll

I'm getting the following error: The entry point of SHGetKnownFolderPath not found in DLL: Shell32.dll

I have all visual C++ and direct x run times installed. As for OS I have winxp, because i use that for games I play. Otherwise I have Linux. V6 was working fine, V7 seems to break it somehow.

Can you please fix this issue in the next release? Currently I can't use the mod at all :(

Customizarion for debug cars crashes and car purchase limit doesnt work

When i open the customization for debug cars, the game crashes, and when i change the limit for purchasing cars it doesnt work, i have 24 cars (15 blacklist and 9 cars that i bought) i've modified the limit to 26 and 30 but when i buy a car, i go back to freeroam with the last car that i used, and the car that i bougth doesnt appear.
PD: sorry for my bad english and great job making this mod.

Download copy of NFSMW not working?

I used the link provided to download v1.3 of NFSMW, but it will not open and run. Is this download file broken or incompatible with Win10? I've extracted, and tried opening the application to no avail.

Compile instructions

I have no idea how to use visual studio and the instructions are not very clear. coan you please reply of make a video showing how to compile.
Thanks

Bugged roadside objects in v7.0.1

In the latest version (v7.0.1.1339), a lot of roadside objects (signs, lampposts etc.) don't slow you down anymore when you crash into them. You can also drive straight through the concrete gas station pillars.
nfsmw002

Unknown branch breaks Body kits

An unknown branch of code in the INI file makes body kits 3 and 4 go missing. Removing the extra options file fixes the issue. Resetting the extra options file to the default does not fix the issues.

+Edit: ASI file breaks the body kits, not the INI file.

Multiple Controllers

Any way to get the game to recognise 2 controllers? I was playing with split screen enabled but can't get two controllers working?

Thanks

Debug camera problem

I'm using the latest source code build and the in the debug camera, Num9(Look down) doesn't work so if I accidently press Num3, I can't turn it down. My num9 button is functional: 9

[Memory] Issues with Game Memory

  • Car models flicker when there are lots of objects (cars, etc.) (Especially when it rains)
    Imgur
    Imgur
    Also check out the screenshots in 5th comment.

  • Some opponents have ghosted cars if you choose more than 3 opponents in Quick Race mode.
    Note 1: This happens even if the cars are totally the same.
    Note 2: It will less likely happen when opponents or you choose police/traffic cars.
    Note 3: This also limits their count. If every opponent take a race car, max. 6 will spawn.

[Issue] Crash when opening BL menu in Freeroam

When I launch the game and instantly go to free roam, the game often crashes when I try to open the Blacklist menu. When I open the BL menu in the Career menu, it opens normally. I don't know what causing this.

Issue with ShowMoreCustomizationOptions

when i have ShowMoreCustomizationOptions enabled, the body kit 5 become unavailable, it looks like the part of the code that show the backroom parts is responsible by this issue. sorry for my bad english.
pic

[Enhancement] Hidden Graphic Options (Esp Motion Blur)

Something like Extra Race options feature, but for graphics options not generally accessible by default.

Main motivation- Disabling Motion Blur without needing the registry edit workaround.

And then, if there are other hidden graphics options available then you might either have them all display in the menu or have options to them in the configuration file itself.

(Vanilla Bug) LAN Bugs

In LAN mode:

  • Selecting any race from Tollbooth, LAP KO(?), Speedtrap and Challenge makes the game crash. (Fixed with ExOpts Build 4; Rev.02, game couldn't find a menu for them.)
  • Selecting any race from Tollbooth, LAP KO(?), Speedtrap and Challenge shows "phils default string" and Lap KO Icon. (Fixed with ExOpts Build 4; Rev.02, made a code cave and added icons and names for them.)
  • Tollbooths add time for each player who passes them.
  • Speedtraps will crash 2nd player's game if triggered. (Passed over 90(?) KM/H)
  • If you select a Challenge, it will make game crash at loading screen. (Multiplayer pursuit!!)
  • Tollbooth, LAP KO(?), Speedtrap and Challenge modes can't be selected from Session Matching or Quick Race. (Add them??)
  • Pressing 2 crashes the game if there's a Tollbooth, LAP KO(?), Speedtrap or Challenge race selected.

Thanks to samfednik and mattmomdad @ GTRCars for telling Speedtrap issue to me.
Thanks to 379Felipe for testing LAN Challenge with me.
Thanks to MWinside (and someone else (Felipe maybe??), also, me, myself and I) for notifying me about Press 2 crash.

SkipCareerIntro Bug

Milestone events on the first blacklist is locked. Game is modified, but bug confirmed from some other users.

1.8.1 Final Pursuit Not there

I can't get the final pursuit challenge (1.8.1) to show up in the challenge section in quick race menu#

Any ideas

crash

when i enable the always rain option, the game crashes. please help and reply

ShowMoreCustomizationOptions not working

When ShowMoreCustomizationOptions is enabled in the .ini file I actually have a smaller number of parts to choose from in the customization shops. I tested this with almost every car and checked every part for them and I never saw something that I didn't see before I enabled the setting (even though in the .ini it states that it enables more customization options for all cars), but I always saw less parts to choose from. Is this setting working as intended or is it just buggy?

Do not know how to set the "Extra Options" up (canceled)

i tried replacing the script+one of the other files that was in the Main files" and it doesnt work, instead, creating a weird stretch screen even though at full it works at high fps. it didnt happen before. also none of the files are making the options work

Model vanishing fix?

Is there a way of sorting out cars that the bodies disappear after "X" amount of time then some times resulting in a crash? for me I'm using a Honda Civic that replaces the Fiat Punto, There was a tutorial int ha description of a Youtube video but the link is dead (Including the one in the comments too), I hope you keep updating this mod, The illegal street racing Need for speeds essentially died after Carbon

Body kits still broken...

The adding of extra customization options removes access to body kits 3,4 and 5. This issue is not present in 6.x.

Show All cars on FE

When you activate that option, it doesn't make any changes, including if i create more than 3 new savegames and it doesn't appear the other cars, only the cars you can purchase.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.