Compare commits

...

4 commits

8 changed files with 58 additions and 49 deletions

View file

@ -1,5 +1,10 @@
# [War Brokers Mods (WBM)](https://github.com/War-Brokers-Mods/WBM)
WBM has been officially included into the game
<details>
<summary>Potentially outdated information (click to unfold)</summary>
[![what's this?](https://img.shields.io/badge/what's_this%3F-grey?style=for-the-badge)](https://developomp.com/portfolio/wbm)
[![discord invite](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/aQqamSCUcS)
[![video tutorial](https://img.shields.io/badge/video_tutorial-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=ZBE3nVvHwF8&t=64s)
@ -254,7 +259,8 @@ and can create hacks on their own anyway.
WB_PLUGINS_DIR="<PATH_TO_PLUGIN_INSTALL_DIRECTORY>"
```
5. Now you can run the scripts.
5. Install the `zip` cli. Most likely you already have it.
6. Now you can run the scripts.
- `scripts/debug.sh`: Builds WBM in debug mode and copy the files to the plugins directory.
- `scripts/release.sh`: Creates a zip file that can be uploaded to the gh release section.
@ -280,3 +286,5 @@ The source code for this project is available under the [MIT License](https://op
Fonts:
- https://fonts.google.com/specimen/Architects+Daughter : OFL (used in WBM logo)
</details>

View file

@ -9,30 +9,30 @@ namespace WBM
// Variables
//
public const string AKRifleShotClip = "PIANBDGFMPJ";
public const string SMGShotClip = "GAIEAFBFNAB";
public const string AKRifleShotClip = "AJLCLOJGKLF";
public const string SMGShotClip = "GDKKJENDFOF";
// fps limit value
public const string fpsValue = "OEAAKDGKBJG";
public const string showElo = "NGPMJKPPFMP";
public const string fpsValue = "PFOMGOFNIOE";
public const string showElo = "JEFPGBDBGFF";
// show squad servers
public const string isClan = "KHIGIKJIMJE";
public const string isClan = "GHAAFBAPMMH";
// show testing servers
public const string isTesting = "PEGCAFFOBKF";
public const string chatList = "BJAFAAOKHEH";
public const string gameState = "IDGHJMCFNKE";
public const string nickList = "IOOOOHMIOHH";
public const string personGun = "EJDNEICNEPI";
public const string localPlayerIndex = "GKFCPFOOPOA";
public const string teamList = "CKBJDMPJHBO";
public const string statsList = "MLOEONIFNIN";
public const string isTesting = "CIAFOJDAKFA";
public const string chatList = "CBKINJHGBOM";
public const string gameState = "HHBJFNILCBJ";
public const string nickList = "MBFCFOPONAI";
public const string personGun = "FDHBIGANHOH";
public const string localPlayerIndex = "INGKMFAPBJC";
public const string teamList = "GKDEFMOHMGH";
public const string statsList = "GNKKKHEDFAN";
//
// functions
//
public const string drawChatMessage = "DFPHCJEPDED";
public const string clearMessages = "IAIBHDNOAND";
public const string onFPSChanged = "NJIPHOHHEHD";
public const string addMessage = "CAJHEPNJNPG";
public const string drawChatMessage = "IACLHANNPED";
public const string clearMessages = "NFNFPNGMKFD";
public const string onFPSChanged = "EFDAECNGBEP";
public const string addMessage = "GPIKJGHDPEA";
}
}

View file

@ -6,7 +6,7 @@ using System.Text;
using System.IO;
using System.Threading.Tasks;
using System.Runtime.Serialization.Json;
using CPersonGun = PBMBHMPCKCN;
using CPersonGun = JABKDMKNMKE;
namespace WBM
{
@ -49,31 +49,31 @@ namespace WBM
public static float getGunZoom(CPersonGun gun)
{
// CPersonGun.cameraZoom
return gun.GDFNMDDLJBC;
return gun.IDOOGDDHKOG;
}
public static float getGunFireTimer(CPersonGun gun)
{
// CPersonGun.fireTimer
return gun.MJOHAFCEOHC;
return gun.ABENIMBBCFL;
}
public static float getGunFireVelocity(CPersonGun gun)
{
// CPersonGun.fireVel
return gun.LIILKCBLDCK;
return gun.EMDMIEBFHDL;
}
public static float getGunFireRate(CPersonGun gun)
{
// CPersonGun.fireRate
return gun.JNAJOIFEDCF;
return gun.EDHPPDGFLEB;
}
public static float getGunReloadTimer(CPersonGun gun)
{
// CPersonGun.reloadTimer
return gun.DEBADKJLNHC;
return gun.ALNGHNHLNGP;
}
}
}

View file

@ -13,7 +13,7 @@ namespace WBM
{
public const string programID = "com.developomp.wbm";
public const string programName = "War Brokers Mods";
public const string programVersion = "1.12.0.0";
public const string programVersion = "1.14.0.0";
/// This function is called as soon as the component becomes active.
/// It is the first event function that's called during the component's lifecycle.

View file

@ -9,8 +9,8 @@ using System.IO;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using CPersonGun = PBMBHMPCKCN;
using SPlayerStats = MJMIHJNPLMG;
using CPersonGun = JABKDMKNMKE;
using SPlayerStats = INPDBACNIGK;
namespace WBM
{
@ -109,18 +109,18 @@ namespace WBM
result[i] = new Data.PlayerStatsStruct
{
kills = currentlyParsing.JOIIFMIBBAI,
deaths = currentlyParsing.FEOCHBMIJBI,
damage = currentlyParsing.EAPNFNFDGCL,
longestKill = currentlyParsing.BPGPCOCJLAC,
points = currentlyParsing.LDHFEPHBGBK,
headShots = currentlyParsing.GKDMEMOJEGK,
vote = currentlyParsing.KGHLJCNMHIB,
mapVote = currentlyParsing.JBOKOJHKECD,
gamesElo = currentlyParsing.GBCLFNNLHEP,
gamesEloDelta = currentlyParsing.PKPCAEJKOCG,
killsElo = currentlyParsing.DCFPFIFBGPL,
killsEloDelta = currentlyParsing.EHMJLJMBLGO,
kills = currentlyParsing.JJEIOHLJMHO,
deaths = currentlyParsing.CADBJPEGEAL,
damage = currentlyParsing.MBNBFDFDBAN,
longestKill = currentlyParsing.FNOCIFHHINH,
points = currentlyParsing.AIDBBHHNCAK,
headShots = currentlyParsing.FJPBIMILEPN,
vote = currentlyParsing.ILNFHPIOPCI,
mapVote = currentlyParsing.DPMNDAMAHML,
gamesElo = currentlyParsing.OPMKKKJPDON,
gamesEloDelta = currentlyParsing.BIFCAPOBMIO,
killsElo = currentlyParsing.ICIBGMLJNHJ,
killsEloDelta = currentlyParsing.ONICDMLDBFL,
};
}

View file

@ -17,19 +17,19 @@ namespace WBM
private static Slider slider = GameObject.Find("fpsSlider").GetComponent<Slider>();
private static AccessTools.FieldRef<webguy, float> fpsValueRef = AccessTools.FieldRefAccess<webguy, float>(MangledNames.fpsValue);
static bool Prefix(webguy __instance, float FFALKGOIMAL)
static bool Prefix(webguy __instance, float CNFIJGNCMNE)
{
fpsValueRef(__instance) = FFALKGOIMAL;
int targetFrameRate = (int)(FFALKGOIMAL * maxTargetFrameRate);
fpsValueRef(__instance) = CNFIJGNCMNE;
int targetFrameRate = (int)(CNFIJGNCMNE * maxTargetFrameRate);
if (targetFrameRate == 0)
{
((InfernalBehaviour)__instance).DBGHLKJOLEN(fpsSliderTextObj, __instance.GFPPHLOPCBA("Disabled"));
((InfernalBehaviour)__instance).CEHBKMNGHPG(fpsSliderTextObj, __instance.ILCOAONDEKP("Disabled"));
targetFrameRate = defaultTargetFrameRate;
}
else
{
((InfernalBehaviour)__instance).DBGHLKJOLEN(fpsSliderTextObj, targetFrameRate.ToString());
((InfernalBehaviour)__instance).CEHBKMNGHPG(fpsSliderTextObj, targetFrameRate.ToString());
}
if (targetFrameRate > 0 && targetFrameRate < 5) targetFrameRate = 5;

View file

@ -3,7 +3,7 @@ using BepInEx.Configuration;
using System;
using System.Reflection;
using CAudioClip = JOHBIOLPABD;
using CAudioClip = KGEACBNNOIM;
namespace WBM
{
@ -41,14 +41,15 @@ namespace WBM
this.AKSoundRef = webguyType.GetField(MangledNames.AKRifleShotClip, bindFlags);
this.SMGSoundRef = webguyType.GetField(MangledNames.SMGShotClip, bindFlags);
this.oldGunSound = new CAudioClip("Sound/gun_shot", 1f, 0f);
this.oldGunSound.FNHBCEACCHK(50f, 1_000f);
this.oldGunSound.DMMKODLJJGP(50f, 1_000f);
this.newAKSound = new CAudioClip("Sound/AK47_Krinkov_Close_Single", 1f, 0f);
this.newAKSound.FNHBCEACCHK(50f, 1_000f);
this.newAKSound.DMMKODLJJGP(50f, 1_000f);
this.newSMGSound = new CAudioClip("Sound/smg_gun_shot", 1f, 0f);
this.newSMGSound.FNHBCEACCHK(50f, 1_000f);
this.newSMGSound.DMMKODLJJGP(50f, 1_000f);
this.onOldGunSoundChange(new object(), new EventArgs());
}

View file

@ -41,7 +41,7 @@ namespace WBM
private void setCrouchState(bool crouchState)
{
// CFPSGuy.inSt.isCrouching
GJHNNGPDABK.DFMBPNJKOFB.CIANALPDBAI = crouchState;
HGIJNAOOGIC.AIPINJPLLIN.GDKHEALABDI = crouchState;
}
}
}