News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: Attacking on Sight  (Read 1725 times)

0 Members and 1 Guest are viewing this topic.

Offline DrNefarious97

  • Jr. Member
  • **
  • Posts: 6
    • View Profile
Attacking on Sight
« on: April 17, 2021, 06:57:47 PM »
In use of Altamurenza's Selectpr mod, I can have it so that members of all factions either taunt or shove the player due to the respect percentage being at zero - but seldom am I assailed by NPCs doing running attacks against me unprovoked. Of course without mods, Damon ''I'mma bust yo gut up and watch you bleed'' (muh fugga) is an exception to that when near the gymnasium, or the Greasers in New Coventry when you organically have 0% respect from them, but all factions don't hate the player simultaneously but at different stages.

I suppose that the phrasing of my question would be: is it possible that vendetta fight music could be initiated by NPCs of any one of the factions at any one time? Because of course, other than after the mission ''Making a Mark'', there's never a time in which faction respect percentages are universally low enough to where everyone attacks the player on sight.

And in case you mention it, I am aware of the chaos mod that causes the whole school to brawl, but they only fight amongst themselves. 
« Last Edit: April 17, 2021, 06:59:44 PM by DrNefarious97 »

Offline SimonBestia

  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • Bully-Board's Best Weeb
    • View Profile
    • Youtube Channel
Re: Attacking on Sight
« Reply #1 on: April 18, 2021, 03:30:34 AM »
If you're asking for a mod to have every faction hate Jimmy, it is possible.
Just set every faction's respect towards Jimmy to 0.
Code: [Select]
SetFactionRespect(FactionID, RespectAmount)
You can't use multiple mods at once unless you make a script of your own, so you'll have to learn some Lua.

Offline DrNefarious97

  • Jr. Member
  • **
  • Posts: 6
    • View Profile
Re: Attacking on Sight
« Reply #2 on: April 18, 2021, 12:41:36 PM »
If you're asking for a mod to have every faction hate Jimmy, it is possible.
Just set every faction's respect towards Jimmy to 0.
Code: [Select]
SetFactionRespect(FactionID, RespectAmount)
You can't use multiple mods at once unless you make a script of your own, so you'll have to learn some Lua.

Would that involve changing lines of code in the Attitude.dat file? If so, is there a program that you would recommend using to open .dat files? And lastly, would changing the code affect all save games?

Thanks for this and other responses to my threads btw.

Offline SimonBestia

  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • Bully-Board's Best Weeb
    • View Profile
    • Youtube Channel
Re: Attacking on Sight
« Reply #3 on: April 18, 2021, 01:06:05 PM »
Not at all.
There's only so much you can do by just editing the .dat files.

What I sent was a Lua function.
Lua is how you can do most stuff in the game.

.Dat files are just text documents.
Even Windows' built-in notepad works.

Savegame-wise it depends on what you do.
Not everything gets saved in the game.

Offline Razc01na

  • Lord Slayer
  • Full Member
  • ***
  • Posts: 156
  • Gender: Male
  • Doom is life
    • View Profile
Re: Attacking on Sight
« Reply #4 on: April 18, 2021, 01:15:30 PM »
I really don't think game saves are affected. Unless these files actually contain save data, which I don't believe it's the case...