Last active
March 31, 2025 18:37
-
-
Save Atvaark/f308e1d8e00e07106452 to your computer and use it in GitHub Desktop.
Revisions
-
Atvaark revised this gist
May 4, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ## Updates ### 04/05/2020 * Added HP Min Offset * Added “Replenishment [Phantom Color]” from previous tables versions (not made by me) * Mapped some offsets for easier reading -
LordRadai revised this gist
May 4, 2020 . 1 changed file with 3 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -442,13 +442,7 @@ Hero > Gesture Equip Data ## What is Parry Mutliplier? I don't know 100% how it works, but I have a theory based on how the other souls games manage parry frames. The game stores animation informations, such as active parry frames, effects and active attack frames inside TAE (TimeActEvent) files. Now, weapons have the same parrying animations, but some of them have different parry frames (i.e. Curved swords parry animation is the same for all curved swords, but monastery scimitar has more active frames than the others), my theory is that the developers made a base animation with X parry frames and added an offset to change more easiliy the active frames of a weapon without touching the TAE. For reference, Monastery Scimitar has Parry Multuplier set to 1 and has 8 startup, 10 active. Scimitar has Parry Multiplier set to 0.6 and has 14 startup, 4 active. As you can see, the end point is still at frame nr 18, but the start point is moved backwards for Monastery Scimitar. This float accepts values ranging from 0 to 1, going above 1 will make the frames behave like if it was set to 1. The game manages parrying clientside, this means that these changes will not affect how you parry other players, but only how you get parried. We don't have a way to edit TAE files in DS2, so there is no way to properly edit parry frames. ## Item IDs @@ -1696,4 +1690,5 @@ Id | Name * [Atvaark](https://github.com/Atvaark) for dumps, hosting this guide and other stuff * [eur0pa](https://github.com/eur0pa/) for Heihachi moveset * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) for monstervac, SoFS stuff and help with the table * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) for Item IDs and item Swap script for the original Dark Souls 2 (32) * [LordRadai](https://www.youtube.com/channel/UCyKISRhyAMiRaQdGZEIoamA) for ChrNetworkPhantomParam Helper, WeaponTypeParam Helper and for mapping some offsets -
LordRadai revised this gist
May 4, 2020 . 1 changed file with 19 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -82,6 +82,10 @@ See: [Attachment AdditionalIDList.md ](https://gist.github.com/Atvaark/69c6dcca1 ###### [ table: General ] Helpers > Equipped Weapon ### How to change weapon mundane scaling type? ###### [ table: Helpers ] Open [WeaponTypeParam Helper], find the ID of the weapon type you want to edit, put it in [Address to Use], click [Open] and go to the very bottom of the offsets list. Most weapons with normal mundane scaling use 6554368. If you want to change how mundane scales with your stats, then you gotta edit the values inside [PhysicalStatsPerLevelStatValuesParam]. ### Game crashes when I try to use advanced options/find what this adress this code access 1. Go to Cheat Engine Options > Debugger Options 2. Set Debugger method to "Use VEH Debugger" @@ -391,6 +395,10 @@ Amount | Color Open ChrNetworkPhantom Helper, from here, you can change the default color each phantom type has (i.e. Make white phantoms red) If you want to change rank up colors and aura effects, get the NetworkPhantom ID you want to change and put it in [Address to Use], from there, you can make your changes. Keep in mind that this methord changes your client's values, thus applying the changes you make to everyone (if you make white phantom color red, then every white phantom becomes red). This is also completely client side and will not be visible online. ###### Method 3: ###### [ table: Scripts ] Open Replenishment [Phantom Color], change the values and then cast replenishment. ### How to become invisible? ###### [ table: General ] 05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Last Ring Equipped" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp. @@ -432,6 +440,17 @@ If you want to revive npc you have to use Bonfire Ascetic or Respawn Monsters / ###### [ table: General ] Hero > Gesture Equip Data ## What is Parry Mutliplier? I don't know 100% how it works, but I have a theory based on how the other souls games manage parry frames. The game stores animation informations, such as active parry frames, effects and active attack frames inside TAE (TimeActEvent) files. Now, weapons have the same parrying animations, but some of them have different parry frames (i.e. Curved swords parry animation is the same for all curved swords, but monastery scimitar has more active frames than the others), my theory is that the developers made a base animation with X parry frames and added an offset to change more easiliy the active frames of a weapon without touching the TAE. For reference, Monastery scimitar has Parry Multuplier set to 1 and has 8 startup, 10 active. Scimitar has Parry Multiplier set to 0.6 and has 14 startup, 4 active. As you can see, the end point is still at frame #18, but the start point is moved backwards. This float accepts values ranging from 0 to 1, going above 1 will make the frames behave like if it was set to 1. MonScim: Startup Active ========|==========|=========== Scimitar: Startup Active ==============|====|=========== The game manages parrying clientside, this means that these changes will not affect how you parry other players, but only how you get parried. We don't have a way to edit TAE files in DS2, so there is no way to properly edit parry frames. ## Item IDs Id | Name -
LordRadai revised this gist
May 4, 2020 . 1 changed file with 16 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,14 @@ ## Updates ### 05/04/2020 * Added HP Min Offset * Added “Replenishment [Phantom Color]” from previous tables versions (not made by me) * Mapped some offsets for easier reading * Added offset +74 (Parry Multiplier) under [Equipped Weapon] * Added WeaponTypeParam Helper * Added ChrNetworkPhantom Helper ### 17/06/2017 * Updated links (replaced Cheat Engine Forum links to the Fearless Cheat Engine) * Fixed Effect list link. @@ -14,10 +22,9 @@ ##### (These tables are only for [Cheat Engine 6.6](http://www.cheatengine.org/downloads.php)+) ### Scholar of the First Sin (1.0.2.0): * [Download](https://www.mediafire.com/file/re884lpdo7zgg0p/Dark_Souls_II_-_SotFS_2.0.ct/file) ### Dark Souls 2 (1.0.11.0) NOT UPDATED: * [Download](http://fearlessrevolution.com/download/file.php?id=3906) * [Mirror](https://git.io/vHhmM) @@ -351,6 +358,7 @@ Go to Hero > Character Flags and set hotkeys for "Rest Animation" flag (right cl ### How to change phantom color? ###### [ table: General ] ###### Method 1: You can stack multiple white ring effects on self / equipment: Amount | Color @@ -378,6 +386,11 @@ Amount | Color 21 |Blue Ghost 22 |Dark Blue ###### Method 2 ###### [ table: Helpers ] Open ChrNetworkPhantom Helper, from here, you can change the default color each phantom type has (i.e. Make white phantoms red) If you want to change rank up colors and aura effects, get the NetworkPhantom ID you want to change and put it in [Address to Use], from there, you can make your changes. Keep in mind that this methord changes your client's values, thus applying the changes you make to everyone (if you make white phantom color red, then every white phantom becomes red). This is also completely client side and will not be visible online. ### How to become invisible? ###### [ table: General ] 05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Last Ring Equipped" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp. -
Githubaccountforrandomshit revised this gist
Jun 17, 2017 . 1 changed file with 11 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,10 @@ ## Updates ### 17/06/2017 * Updated links (replaced Cheat Engine Forum links to the Fearless Cheat Engine) * Fixed Effect list link. ### 23/12/2016 * The SoFS table has been updated. * Hostility, Class, Infusion, Phantom and Bonfire IDs were moved to an attachment @@ -10,18 +14,19 @@ ##### (These tables are only for [Cheat Engine 6.6](http://www.cheatengine.org/downloads.php)+) ### Scholar of the First Sin (1.0.2.0): * [Download](http://fearlessrevolution.com/download/file.php?id=3905) * [Mirror](https://git.io/vHhmu) ### Dark Souls 2 (1.0.11.0): * [Download](http://fearlessrevolution.com/download/file.php?id=3906) * [Mirror](https://git.io/vHhmM) ## Other tables on the CE Forum: Title | Link ------------------------ | ---------------------------------------------------- Dark souls: PTED | http://fearlessrevolution.com/viewtopic.php?f=4&t=3091 Dark Souls II and SOFS | http://fearlessrevolution.com/viewtopic.php?f=4&t=3092 Dark Souls III | http://forum.cheatengine.org/viewtopic.php?t=589191 ## Other Stuff @@ -30,7 +35,7 @@ Title | Link --------------------------------- | --------------------- Bullet Parameter IDs (by Zullie) | http://git.io/NKa0 Child Bullet Parameter IDs | http://git.io/NKBb Effect ID's (by Zullie) | http://git.io/vHhGP Untextured Weapon IDs | http://git.io/vkSxS Enemy Modelswaps (by Benzoin-Gum) | http://git.io/NKRI Modelswap IDs 1 | http://git.io/NKRn -
Atvaark revised this gist
Mar 28, 2017 . 1 changed file with 65 additions and 65 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Dark Souls II and Scholar of the First Sin Cheat Engine Guide ## Updates @@ -18,26 +18,26 @@ ## Other tables on the CE Forum: Title | Link ------------------------ | ---------------------------------------------------- Dark souls: PTED | http://forum.cheatengine.org/viewtopic.php?p=5708578 Dark Souls II | http://forum.cheatengine.org/viewtopic.php?t=572974 Scholar of the First Sin | http://forum.cheatengine.org/viewtopic.php?t=580758 Dark Souls III | http://forum.cheatengine.org/viewtopic.php?t=589191 ## Other Stuff Title | Link --------------------------------- | --------------------- Bullet Parameter IDs (by Zullie) | http://git.io/NKa0 Child Bullet Parameter IDs | http://git.io/NKBb Effect ID's (by Zullie) | http://git.io/vtpix Untextured Weapon IDs | http://git.io/vkSxS Enemy Modelswaps (by Benzoin-Gum) | http://git.io/NKRI Modelswap IDs 1 | http://git.io/NKRn Modelswap IDs 2 | http://git.io/NKRz Equipped Armor IDs | http://git.io/vTAsf Item List in the Decimal Format | http://git.io/vkGrx Light Table Info (by Lightanon) | http://git.io/vkhlq ## For Wizards aka Atvaarks corner ###### Params @@ -67,7 +67,7 @@ See: [Attachment AdditionalIDList.md ](https://gist.github.com/Atvaark/69c6dcca1 ## FAQ ### Is there a way to change a weapon's damage? Or better said, to edit it? ###### [ table: General ] Helpers > Equipped Weapon ### Game crashes when I try to use advanced options/find what this adress this code access @@ -77,7 +77,7 @@ Helpers > Equipped Weapon [Video](http://www.youtube.com/watch?v=CPEfgo169hs) ### How to change weapon effects? ###### [ table: General ] 1. Open the General table. 2. Enable "Find Bullet / Effect / Move" 3. Open Memory View @@ -87,19 +87,19 @@ Helpers > Equipped Weapon 7. Add this address to the table and set whatever effect you want it to have. ### How to use untextured weapons online? ###### [ table: General ] 1. Open the General table. 2. Helpers > Equipped Weapons > %Hand% > Equiped Weapon Use dropdown list and select weapon names starts from "Untextured*" ### Does anyone know how or where I can get first person mod? ###### [ table: General ] 1. Open the General table. 2. Camera > Force Camera State (Set it to 2). 3. You might want to adjust FoV for better results (Camera Lock > CamFovY) ### Please Help! How to remove hacked +14 Item? ###### [ table: General ] 1. Open the General table. 2. Go to Scripts > "+14 crash protection" 3. You should be able to remove the +14 weapon from your inventory without crash. If you can't start the game try to enable this script from the main menu. @@ -181,8 +181,8 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: [Video Tutorial](http://www.youtube.com/watch?v=lolM7RV22gs) ### How to Change Sin / Wretch Status? ###### [ table: General ] Hero > Player Data Value | Status @@ -193,20 +193,20 @@ Value | Status ### How to change Soul Memory? ###### [ table: General ] Editing Soul Memory is the fastest way to get sofbanned. But if you still want to do it then: Hero > Player Data Soul Memory ### How to change my Attributes? ###### [ table: General ] Hero > Attributes ###### [Note:] - Editing your attributes or stats does increase your soul level. ### How to change character class? ###### [ table: General ] You will need a Soul Vessel for this change to affect your stats. 1. Open the General table in CE @@ -215,14 +215,14 @@ You will need a Soul Vessel for this change to affect your stats. Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen. ### How to change my character name? ###### [ table: General ] Open the General table > Character Name ### I'm wondering how many letters can fit in the name? 31. ### How do I change the color of my name? ###### [ table: General ] 1. Open the General table in CE. 2. Go to the Character name pointer @@ -258,27 +258,27 @@ Purple | #800080 For example: #c[FF0000]Knight#c will give you a red ### How to bypass censor for my own name? ###### [ table: General ] 1. Open the General table in CE. 2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored. [Alternative Method](https://www.youtube.com/watch?v=AYmkg9UFW84) ### How to Dupe Character? ###### [ table: General ] 1. Open the General table in CE. 2. > Save Slot (Profile Index) 3. Change value to desired slot (starts at 0 for first slot), preferably empty slot below the current one (so if at 0, set to 1). 4. Quit your current game and load your saves, the dupe should be in the next slot down. 5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it) ### How to change New Game type (+) value? ###### [ table: General ] Open the General table in CE > New Game Type (ClearCount) ### How to warp to other locations / unlock bonfires? ###### [ table: General ] ###### Wraping: 1. Open the General table in CE. @@ -293,59 +293,59 @@ Scripts > Unlock All Bonfires ### How to change my team type (hostility)? Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However if you change "Permission flag" you can also do some extra things in other people's worlds (see the list of hostility statuses below). ###### [ table: General ] Open the General table in CE > Team Type and use dropdown menu. ### How to Extending Torch Life? ###### [ table: General ] 1. Open the General table in CE. 2. Go to Hero > Player Data > Torch Time ### How to backstab teleport other players? ###### [ table: General ] Session Info > Current Online Players. %Player% > Other > TP player to self for backstab Or Session Info > Vacuum All Players to Self ### How to enable Godmode? ###### [ table: General ] Scripts > Unlimited iFrames ### How to banish invaders? ###### [ table: General ] Go to Scripts > Freeze Effects Enable this script and use your Black separation crystal which would force everyone return back to their worlds. ### How to Noclip? ###### [ table: General ] If you want to noclip, use the value 18 or 19 in the “Permissions” pointer. #### How to create custom spells? ###### [ table: General ] Helpers > Bullet Structure Helper ### How to change Ring Effects? ###### [ table: General ] Helpers > Last Ring Equipped ### How to edit effects / change buff duration? ###### [ table: General ] Helpers > Effect / Hit Helper. #### How to add spells / bullets to my attacks? ###### [ table: General ] 1. Open the General Table. 2. Go to Helpers > Attack Motion Param Helper #### How to use "Rest" (bonfire sitting animation)? ###### [ table: General ] Go to Hero > Character Flags and set hotkeys for "Rest Animation" flag (right click on the address > set hotkeys): 16 = sit 32 = get up 45 = use last consumable ### How to change phantom color? ###### [ table: General ] You can stack multiple white ring effects on self / equipment: Amount | Color @@ -374,44 +374,44 @@ Amount | Color 22 |Dark Blue ### How to become invisible? ###### [ table: General ] 05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Last Ring Equipped" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp. Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work. #### How to change weapon's position (like carrying a greatsword as a longsword)? ###### [ table: General ] Helpers > Equipped Weapons > %Hand% - Grip Type - Powerstance ### How to backstab people in Jester's / Gower's / Iron Clad? ###### [ table: General ] Scripts > Player > Ignore Equipment Effects ### How to roll and attack without breaking "Chameleon" camouflage? ###### [ table: General ] Scripts > Freeze Effects ### How to use healing items in the BoB arena or in other worlds? ###### [ table: General ] Scripts > Estus is Always Available ### What is Get Summoned as Mirror Squire from Anywhere? ###### [ table: General ] You can be summoned by Looking Glass Knight as Mirror Squire from anywhere in Dark Souls 2 world. For example from Iron Keep. ### How to change jump length and jump distance? ###### [ table: General ] Param Mods > Character Move Param #### How to revive or de-aggro npc? ###### [ table: General ] World Flags > Npc Value 00 is Alive / Non-Aggroed. Anything else is Dead / Aggroed. So change values to 00 to Revive / Remove Aggression If you want to revive npc you have to use Bonfire Ascetic or Respawn Monsters / NPC script. ## How to Equip Unused Gesture? ###### [ table: General ] Hero > Gesture Equip Data ## Item IDs @@ -767,7 +767,7 @@ Id | Name 00546190 | Homunculus Mace 005488A0 | Transgressor's Staff ### Shields Id | Name -------- | --------------------------------------------------- @@ -841,7 +841,7 @@ Id | Name 00B482F0 | Homunculus Wooden Shield 00B4AA00 | Transgressor's Leather Shield ### Spells Id | Name -------- | --------------------------------------------------- @@ -941,7 +941,7 @@ Id | Name 02174740 | Lifedrain Patch 02176E50 | Profound Still ### Armor Id | Name -------- | --------------------------------------------------- @@ -1321,7 +1321,7 @@ Id | Name 01AA7C16 | Targray's Manifers 01AA7C17 | Targray's Leggings ### Rings Id | Name -------- | --------------------------------------------------- @@ -1426,7 +1426,7 @@ Id | Name 026E40E0 | Ancient Dragon Seal 0280DE80 | Agape Ring ### Arrows-Bolts Id | Name -------- | --------------------------------------------------- @@ -1449,7 +1449,7 @@ Id | Name 03A205F0 | Fire bolt 03A22D00 | Dark bolt ### Smithing Items Id | Name -------- | --------------------------------------------------- @@ -1471,7 +1471,7 @@ Id | Name 03A51330 | Old Mundane Stone 03A53A40 | Palestone ### Keys Id | Name -------- | --------------------------------------------------- @@ -1636,7 +1636,7 @@ Id | Name 00563650 | Blood-stained Great Club 00565D60 | Blood-stained Caestus ### Scholar of the First Sin Items Id | Name -------- | --------------------------------------------------- -
Atvaark revised this gist
Dec 23, 2016 . 1 changed file with 144 additions and 855 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,35 +2,27 @@ ## Updates ### 23/12/2016 * The SoFS table has been updated. * Hostility, Class, Infusion, Phantom and Bonfire IDs were moved to an attachment ## General Tables ##### (These tables are only for [Cheat Engine 6.6](http://www.cheatengine.org/downloads.php)+) ### Scholar of the First Sin (1.0.2.0): * [Download the latest version from the CE forum](http://forum.cheatengine.org/viewtopic.php?p=5594042#5594042) ### Dark Souls 2 (1.0.11.0): * [Download the latest version from the CE forum](http://forum.cheatengine.org/viewtopic.php?p=5594027#5594027) ## Other tables on the CE Forum: Title | Link -------------------------|---------------------------------------------------- Dark souls: PTED | http://forum.cheatengine.org/viewtopic.php?p=5708578 Dark Souls II | http://forum.cheatengine.org/viewtopic.php?t=572974 Scholar of the First Sin | http://forum.cheatengine.org/viewtopic.php?t=580758 Dark Souls III | http://forum.cheatengine.org/viewtopic.php?t=589191 ## Other Stuff @@ -68,262 +60,108 @@ ItemName.fmg | http://git.io/NKRS DetailedExplanation.fmg | http://git.io/NKRA SimpleExplanation.fmg | http://git.io/NK0I BonfireName.fmg | http://git.io/NK0s ###### Hostility, Class, Infusion, Phantom and Bonfire IDs See: [Attachment AdditionalIDList.md ](https://gist.github.com/Atvaark/69c6dcca10b226895a12#file-additionalidlist-md) ## FAQ ### Is there a way to change a weapon's damage? Or better said, to edit it? ######[ table: General ] Helpers > Equipped Weapon ### Game crashes when I try to use advanced options/find what this adress this code access 1. Go to Cheat Engine Options > Debugger Options 2. Set Debugger method to "Use VEH Debugger" [Video](http://www.youtube.com/watch?v=CPEfgo169hs) ### How to change weapon effects? ######[ table: General ] 1. Open the General table. 2. Enable "Find Bullet / Effect / Move" 3. Open Memory View 4. Ctrl + G in the disassembler window and type "geareffects" 5. Right click on the instruction > Find out what addresses this instruction accesses 6. Open inventory and highlight any armor piece and you'll get the effect address in your debugger. 7. Add this address to the table and set whatever effect you want it to have. ### How to use untextured weapons online? ######[ table: General ] 1. Open the General table. 2. Helpers > Equipped Weapons > %Hand% > Equiped Weapon Use dropdown list and select weapon names starts from "Untextured*" ### Does anyone know how or where I can get first person mod? ######[ table: General ] 1. Open the General table. 2. Camera > Force Camera State (Set it to 2). 3. You might want to adjust FoV for better results (Camera Lock > CamFovY) ### Please Help! How to remove hacked +14 Item? ######[ table: General ] 1. Open the General table. 2. Go to Scripts > "+14 crash protection" 3. You should be able to remove the +14 weapon from your inventory without crash. If you can't start the game try to enable this script from the main menu. ### The game crashing as soon as click on the "Enable..." button" Make sure that you have the latest Cheat Engine version. http://www.cheatengine.org/ The current version of the table requires cheat engine 6.6 ### Is it possible to view opponent's stats? Session Info > Current Online Player ### Will I get banned for using Cheat Engine? No. But you can get softbanned for: * Editing stats, changing soul memory * There have been a few reports that using an “Infinite Items” script can cause it * Possessing items with invalid infusions and levels (e.g. +12 Poison Binoculars) * Picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it). ### What is a softban? Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available. ### Do softban affect whole Steam account or just the character? Steam account. ### How long do bans last for? Softbans are permanent ### How do I get out of a soft ban? You can't. But you can create a new steam account and use [Family Sharing](http://www.youtube.com/watch?v=dWDSzUOuiAE) But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too. ### What is family sharing limitations? You may authorize up to 5 account per 90 days. ### Can I get softbanned if I get items from a friend? Rarely, but yes. ### Can I get softbanned for for editing stats and spawning items offline? Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter. ### What about VAC? Dark Souls 2 doesn't use VAC. ### Can game detect dll injections and hooks? We do not have any evidence that Dark Souls 2 is able to detect a code injection. ### How to merge Cheat Engine tables? If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge. ### How can I remove the name censor (the ***'s in people's names)? Copy x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\Chinese\win32OnlyNgWord.bin and replace x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\English\win32OnlyNgWord.bin or whatever language you may be using. ### The general table is compatible with Windows 8 / 10? Yes. ### How can i transfer saves? Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: * Make a New Game @@ -339,18 +177,13 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: * Make a New Game * Quit to main menu ### How to Backup Dark Souls 2 Save Files? [Video Tutorial](http://www.youtube.com/watch?v=lolM7RV22gs) ###How to Change Sin / Wretch Status? ######[ table: General ] Hero > Player Data Value | Status -------|-------------- @@ -359,62 +192,39 @@ Value | Status 2 | Wretch ### How to change Soul Memory? ######[ table: General ] Editing Soul Memory is the fastest way to get sofbanned. But if you still want to do it then: Hero > Player Data Soul Memory ### How to change my Attributes? ######[ table: General ] Hero > Attributes ######[Note:] - Editing your attributes or stats does increase your soul level. ### How to change character class? ######[ table: General ] You will need a Soul Vessel for this change to affect your stats. 1. Open the General table in CE 2. Go to Hero > Player Data > ArcheType (Class) and you use dropdown list to select desired class Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen. ### How to change my character name? ######[ table: General ] Open the General table > Character Name ### I'm wondering how many letters can fit in the name? 31. ### How do I change the color of my name? ######[ table: General ] 1. Open the General table in CE. 2. Go to the Character name pointer To change the color of your name use the following template in the name pointer. @@ -447,246 +257,98 @@ Purple | #800080 For example: #c[FF0000]Knight#c will give you a red ### How to bypass censor for my own name? ######[ table: General ] 1. Open the General table in CE. 2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored. [Alternative Method](https://www.youtube.com/watch?v=AYmkg9UFW84) ### How to Dupe Character? ######[ table: General ] 1. Open the General table in CE. 2. > Save Slot (Profile Index) 3. Change value to desired slot (starts at 0 for first slot), preferably empty slot below the current one (so if at 0, set to 1). 4. Quit your current game and load your saves, the dupe should be in the next slot down. 5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it) ### How to change New Game type (+) value? ######[ table: General ] Open the General table in CE > New Game Type (ClearCount) ### How to warp to other locations / unlock bonfires? ######[ table: General ] ###### Wraping: 1. Open the General table in CE. 2. Use “Last bonfire” pointer on the front page 3. Select Bonfire you want to warp 4. Use Homeward Bone or Darksign. ###### Unlocking bonfires: Scripts > Unlock All Bonfires ### How to change my team type (hostility)? Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However if you change "Permission flag" you can also do some extra things in other people's worlds (see the list of hostility statuses below). ######[ table: General ] Open the General table in CE > Team Type and use dropdown menu. ### How to Extending Torch Life? ######[ table: General ] 1. Open the General table in CE. 2. Go to Hero > Player Data > Torch Time ### How to backstab teleport other players? ######[ table: General ] Session Info > Current Online Players. %Player% > Other > TP player to self for backstab Or Session Info > Vacuum All Players to Self ### How to enable Godmode? ######[ table: General ] Scripts > Unlimited iFrames ### How to banish invaders? ######[ table: General ] Go to Scripts > Freeze Effects Enable this script and use your Black separation crystal which would force everyone return back to their worlds. ### How to Noclip? ######[ table: General ] If you want to noclip, use the value 18 or 19 in the “Permissions” pointer. ####How to create custom spells? ######[ table: General ] Helpers > Bullet Structure Helper ### How to change Ring Effects? ######[ table: General ] Helpers > Last Ring Equipped ### How to edit effects / change buff duration? ######[ table: General ] Helpers > Effect / Hit Helper. ####How to add spells / bullets to my attacks? ######[ table: General ] 1. Open the General Table. 2. Go to Helpers > Attack Motion Param Helper ####How to use "Rest" (bonfire sitting animation)? ######[ table: General ] Go to Hero > Character Flags and set hotkeys for "Rest Animation" flag (right click on the address > set hotkeys): 16 = sit 32 = get up 45 = use last consumable ### How to change phantom color? ######[ table: General ] You can stack multiple white ring effects on self / equipment: Amount | Color --------|------------------ 1 |White 2 |MediumBlue @@ -711,408 +373,49 @@ Value | Description 21 |Blue Ghost 22 |Dark Blue ### How to become invisible? ######[ table: General ] 05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Last Ring Equipped" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp. Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work. ####How to change weapon's position (like carrying a greatsword as a longsword)? ######[ table: General ] Helpers > Equipped Weapons > %Hand% - Grip Type - Powerstance ### How to backstab people in Jester's / Gower's / Iron Clad? ######[ table: General ] Scripts > Player > Ignore Equipment Effects ### How to roll and attack without breaking "Chameleon" camouflage? ######[ table: General ] Scripts > Freeze Effects ### How to use healing items in the BoB arena or in other worlds? ######[ table: General ] Scripts > Estus is Always Available ### What is Get Summoned as Mirror Squire from Anywhere? ######[ table: General ] You can be summoned by Looking Glass Knight as Mirror Squire from anywhere in Dark Souls 2 world. For example from Iron Keep. ### How to change jump length and jump distance? ######[ table: General ] Param Mods > Character Move Param ####How to revive or de-aggro npc? ######[ table: General ] World Flags > Npc Value 00 is Alive / Non-Aggroed. Anything else is Dead / Aggroed. So change values to 00 to Revive / Remove Aggression If you want to revive npc you have to use Bonfire Ascetic or Respawn Monsters / NPC script. ## How to Equip Unused Gesture? ######[ table: General ] Hero > Gesture Equip Data ## Item IDs Id | Name -------- | --------------------------------------------------- 03085E00 | Smooth & Silky Stone @@ -2344,30 +1647,16 @@ Id | Name 001E78C8 | Greatsword of the Forlorn 002EFF40 | Scythe of the Forlorn ## Contributors * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653) for general help with everything * [Duckcrow](http://pastebin.com/u/duckcrown) original author of the old DS2 CE pastebin (RIP 2014 - 2014) * [All-Bones Jones](http://www.cheatengine.org/forum/profile.php?mode=viewprofile&u=412015) for Bullet table and Editing Starting Classes * [Zullie](http://zulliethewitch.imgur.com/) for ring helper, effect helper, dragon torso stone, chameleon hack and other cool stuff * [FflsudJmjlo](http://pastebin.com/u/FflsudJmjlo) for equipped weapon data, movesets, attack motion param helper and other stuff * [Santa](http://pastebin.com/u/ThuyDez) for stuff. * [VividGrim](https://github.com/Finpiku/VividGrim) for releasing his DS2 table with cool shit. * [Atvaark](https://github.com/Atvaark) for dumps, hosting this guide and other stuff * [eur0pa](https://github.com/eur0pa/) for Heihachi moveset * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) for monstervac, SoFS stuff and help with the table * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) for Item IDs and item Swap script for the original Dark Souls 2 (32) -
Atvaark revised this gist
Aug 16, 2016 . 1 changed file with 21 additions and 96 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,28 +2,16 @@ ## Updates ### 14/08/2016 * Updated download links and removed dead links ### 23/07/2015 * Updated DS2 and SoFS tables for Windows 10 ## General ###Cheat Engine http://www.cheatengine.org/ ###### Tables on the CE Forum: Title | Link @@ -32,16 +20,17 @@ Scholar of the First Sin | http://www.cheatengine.org/forum/viewtopic.php?t=5807 Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=572974 ## General Tables ##### (This tables are only for [Cheat Engine 6.5.1](http://www.cheatengine.org/downloads.php) or higher) #### Scholar of the First Sin (1.0.2.0) ##### General 23/07/2015 * https://a.pomf.cat/eotbjq.ct * [Alt. download link](https://gist.github.com/AlexWTF/58a161ef49887f2576b3402239018194/archive/6356c57f812cbd382f204102e214e26ac92c5fae.zip) #### Dark Souls 2 (1.0.11.0) ##### General 23/07/2015 * https://a.pomf.cat/tkwosz.ct * [Alt. download link](https://gist.github.com/AlexWTF/4639722e0005341e269ceba0c9b29988/archive/e71e04a4197b5372c46fa96d3ea2604948b82fe4.zip) ## Other Stuff @@ -168,8 +157,7 @@ BonfireName.fmg | http://git.io/NK0s * DLC Item IDs * Recolored Items * Scholar of the First Sin Items * Videos * Contributors ## FAQ @@ -312,8 +300,6 @@ The only thing that might break is the codelist addresses. But you can update th 2. Go to the Helpers / Misc > Codelist. Enable this script. 3. Use these AOB’s to find new addresses and add them to the Codelist. ####What is the difference between a table and a trainer? A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE. @@ -771,8 +757,6 @@ Helpers and Misc > Hit Data Helpers 2. Open the General table 3. Go Scripts > Player > Freeze Effects ####How to use "Banish Phantom pointers?" ######[ table: General ] @@ -2360,7 +2344,7 @@ Id | Name 001E78C8 | Greatsword of the Forlorn 002EFF40 | Scythe of the Forlorn ## Videos Name | URL ---------------------------------|------------------------------------- @@ -2369,80 +2353,21 @@ How to use updated Bullet Helper | http://www.youtube.com/watch?v=dX0hjgLvSms Finding the ring effect address | http://www.youtube.com/watch?v=aofk-yDBgAM Attack Motion Param Helper | http://www.youtube.com/watch?v=GJyQUA38SgM Swapping entire moveset | http://www.youtube.com/watch?v=2ZqCeNn1Epk Item Param Helper | http://www.youtube.com/watch?v=iTQ9o7p83ns Reviving NPC | http://www.youtube.com/watch?v=PDYRwwxKYso Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM ## Contributors * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653) for help with DS2 / SoFS tables * [Duckcrow](http://pastebin.com/u/duckcrown) original author of DS2 CE pastebin * [All-Bones Jones](http://www.cheatengine.org/forum/profile.php?mode=viewprofile&u=412015) for Bullet table * [Zullie](http://zulliethewitch.imgur.com/) for ring helper, effect helper, dragon torso stone, chameleon hack and other stuff * [FflsudJmjlo](http://pastebin.com/u/FflsudJmjlo) for weapon data, moveset table and other stuff. * [Santa](http://pastebin.com/u/ThuyDez) for scripts and tables for DS2 * [VividGrim](https://github.com/Finpiku/VividGrim) for DS2 table * [Atvaark](https://github.com/Atvaark) for dumps, hosting this guide and other stuff * [eur0pa](https://github.com/eur0pa/) for movesets and other stuff * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) for SoFS scripts and help with the table * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) for Item Swap and Item IDs. * [Matze500](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=324171) - for DS2 stuff -
Atvaark revised this gist
Jun 17, 2016 . 1 changed file with 9 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2434,14 +2434,15 @@ Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM ## Contributors * [All-Bones Jones](http://www.cheatengine.org/forum/profile.php?mode=viewprofile&u=412015) for Bullet table * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653) for help with DS2 / SoFS tables * http://pastebin.com/u/duckcrown - original author of DS2 CE pastebin * http://pastebin.com/u/Zullie_the_Witch - ring helper, effect helper, dragon torso stone, chameleon hack and other stuff * http://pastebin.com/u/FflsudJmjlo - for weapon data, moveset table and other stuff. * http://pastebin.com/u/ThuyDez - for scripts and tables for DS2 * https://github.com/Finpiku/VividGrim - for DS2 table * https://github.com/Atvaark * https://github.com/eur0pa/ * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) * [Matze500](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=324171) -
Atvaark revised this gist
Jul 23, 2015 . 1 changed file with 11 additions and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ ## Updates ### 23/07/2015 * Updated DS2 and SoFS tables for Windows 10 ### 29/06/2015 * SoFS: Added proper status effect immunity (against modified weapons) * SoFS: Added Backstab protection (Scripts > Players > Disable Backstabs) * SoFS: Added debugProcess(2) to the header to prevent game crash due incorrect debugger settings * Updated the effect IDs. ## General ###Cheat Engine http://www.cheatengine.org/ @@ -33,15 +33,15 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729 ## General Tables #### Scholar of the First Sin (1.0.2.0) ##### General 23/07/2015 * https://d.maxfile.ro/llduuicqmt.CT * http://git.io/vYOXz #### Dark Souls 2 (1.0.11.0) ##### General 23/07/2015 * https://d.maxfile.ro/svtfoyoqlr.CT * http://git.io/vY308 ## Other Stuff @@ -169,7 +169,6 @@ BonfireName.fmg | http://git.io/NK0s * Recolored Items * Scholar of the First Sin Items * Video Tutorials * Old Tables & Old Other Stuff * Contributors @@ -2383,12 +2382,6 @@ Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM Reviving NPC | http://www.youtube.com/watch?v=PDYRwwxKYso Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM ## Old Tables & Old Other Stuff ###1.0.4 Tables -
Atvaark revised this gist
Jul 6, 2015 . 1 changed file with 52 additions and 29 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,20 +2,23 @@ ## Updates ### 29/06/2015 * SoFS: Added proper status effect immunity (against modified weapons) * SoFS: Added Backstab protection (Scripts > Players > Disable Backstabs) * SoFS: Added debugProcess(2) to the header to prevent game crash due incorrect debugger settings * Updated the effect IDs. ### 22/06/2015 * Updated links ## General ###Cheat Engine http://www.cheatengine.org/ ###Recent Cheat Engine Build: ##### Pure 28/06/15: * https://goo.gl/ZUU5aV ##### SVN: @@ -31,24 +34,22 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729 ## General Tables #### Scholar of the First Sin (2.0.2) ##### General 29/06/2015 * https://d.maxfile.ro/jdanydcvnj.CT * http://git.io/vqlhh #### Dark Souls 2 (1.0.11) ##### General 15/05/2015 * https://d.maxfile.ro/vcsqfpxscg.CT * http://git.io/vtafS ## Other Stuff Title | Link ---------------------------------|--------------------- Bullet Parameter IDs (by Zullie) | http://git.io/NKa0 Child Bullet Parameter IDs | http://git.io/NKBb Effect ID's (by Zullie) | http://git.io/vtpix Untextured Weapon IDs | http://git.io/vkSxS Enemy Modelswaps (by Benzoin-Gum)| http://git.io/NKRI Modelswap IDs 1 | http://git.io/NKRn @@ -83,6 +84,9 @@ BonfireName.fmg | http://git.io/NK0s ## Content * FAQ * How to install Cheat Engine from the SVN Repository? * Is there a way to change a weapon's damage? Or better said, to edit it? * Game crashes when I try to use advanced options/find what this adress this code access * How to change weapon effects? * How to use untextured weapons online? * Does anyone know how or where i can get first person mod? @@ -171,6 +175,26 @@ BonfireName.fmg | http://git.io/NK0s ## FAQ #### How to install Cheat Engine from the SVN repostitory? Steps: * Install Cheat Engine 6.4 - official build from CE homepage, if you already have it skip this step * Create backup of CE folder (simply 7zip it, or WinRAR it) * Extract files from 7zip package, copy to CE folder, and overwrite original files when asked. * Test * You can always revert to previous version (install Cheat Engine 6.4 again or restore from backup) #### Is there a way to change a weapon's damage? Or better said, to edit it? ######[ table: General ] Players > Slot Data > Weapon Data > Damages Players > Slot Data > Weapon Data > Properties #### Game crashes when I try to use advanced options/find what this adress this code access [You have to change the debugger settings first.](http://www.youtube.com/watch?v=CPEfgo169hs) #### How to change weapon effects? ######[ table: General ] @@ -312,7 +336,7 @@ The updated General table is 8 / 8.1 / Windows 10 compatible. The following SoFS scripts may not work on 8 / 8.1 / Windows 10: * none ####How can i transfer saves? Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: @@ -552,7 +576,7 @@ Id | Name Or Scripts > Player > Unlimited Torch ####How to edit character build? ######[ table: General ] 1. Open the General table in CE. @@ -590,15 +614,17 @@ When the “Godmode” script is active, you cannot die. The script will nullify ######Method 1: Use the “Transmite Black Crystal Effect” script (Scripts > Multiplayer) 1. Enable script 2. Use Black Separation crystal 3. Disable script ######Method 2: Use the [Online Player](http://www.youtube.com/watch?v=XqTcqXZDY5s) pointers. Connection > Online players ####I’m hosting fightclubs. Is there any way to manually update signs? ######[ table: General ] @@ -713,11 +739,7 @@ Helpers and misc - Get Ring Effect Address FromSoftware patched easy way in the Ivory King update (30/09/14). Connection > Rewrite Online Phantom Status ######NPC VAC Method: @@ -727,14 +749,15 @@ NOTE: If npc doesn't take any damage, just backstab teleport host there. ######[ table: General ] Player > Slot Data > Weapon Data > Properties Player > Slot Data > Weapon Data > Damages Helpers and Misc > Hit Data Helpers ####How to change weapon's position (like carrying a greatsword as a longsword)? ######[ table: General ] 1. Open the General table 2. Go Player - Slot Data - Weapon Data - Right Hand 1 (or any hand) - Grip Type - Powerstance ####How to backstab people in Jester's / Gower's / Iron Clad? ######[ table: General ] @@ -803,8 +826,10 @@ For example from Iron Keep. World > Npc Agression World > NPC Revive Value 00 is Alive / Non-Aggroed. Anything else is Dead / Aggroed. So change values to 00 to Revive / Remove Aggression If you want to revive npc you have to use Bonfire Ascetic or Respawn Monsters / NPC script. Scripts > NPC & World. ####[DS2]Item Duping and Item Transformation [ table: General ] @@ -2360,11 +2385,9 @@ Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM ## Update Notes #### SoFS General (29/06/15): * Added a proper status effect immunity * Added some stuff ## Old Tables & Old Other Stuff -
Atvaark revised this gist
Jun 27, 2015 . 1 changed file with 71 additions and 66 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,26 +2,24 @@ ## Updates ### 22/06/2015 * Updated links ### 16/06/2015 * Updated the FAQ and SoFS table ## General ###Cheat Engine http://www.cheatengine.org/ ###Recent Cheat Engine Build: ##### Pure 20/06/15: * https://d.maxfile.ro/mrlavwvvcj.7z ##### SVN: * http://goo.gl/N4I5Nc ###### Tables on the CE Forum: @@ -32,29 +30,32 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729 ## General Tables #### Scholar of the First Sin (2.0.2) ##### General 22/06/2015 * https://d.maxfile.ro/aprevhbpox.CT * http://a.uguu.se/qfdrpz_dsg_dx11.CT * http://git.io/vL5k8 #### Dark Souls 2 (1.0.11) ##### General 15/05/2015 * https://d.maxfile.ro/vcsqfpxscg.CT * http://a.uguu.se/wkaaty_dsg_dx9.CT * http://git.io/vL5Ih ## Other Stuff Title | Link ---------------------------------|--------------------- Bullet Parameter IDs (by Zullie) | http://git.io/NKa0 Child Bullet Parameter IDs | http://git.io/NKBb Effect ID's (by Zullie) | http://git.io/vL5Cs Untextured Weapon IDs | http://git.io/vkSxS Enemy Modelswaps (by Benzoin-Gum)| http://git.io/NKRI Modelswap IDs 1 | http://git.io/NKRn Modelswap IDs 2 | http://git.io/NKRz Equipped Armor IDs | http://git.io/vTAsf Item List in the Decimal Format | http://git.io/vkGrx Light Table Info (by Lightanon) | http://git.io/vkhlq ## For Wizards aka Atvaarks corner ###### Params @@ -166,6 +167,7 @@ BonfireName.fmg | http://git.io/NK0s * Video Tutorials * Update Notes * Old Tables & Old Other Stuff * Contributors ## FAQ @@ -975,11 +977,11 @@ BODY ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 updates. Id | Spell Name -------- | ---------------- 01DD99A0 | Soul Flash 01EA43D0 | Heavenly Thunder 021AC9B0 | Dark Dance ## Unused Gestures @@ -2364,63 +2366,66 @@ Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM * Added more stats to display in the "Session Info" * Added Copycat scripts ## Old Tables & Old Other Stuff ###1.0.4 Tables * Monstervac: https://d.maxfile.ro/jritygluad.CT * Bunch of scripts: https://d.maxfile.ro/peciezuzdt.CT ###1.0.5 Tables * Zullie's Ring Finder: https://d.maxfile.ro/taavilsuky.CT * Santa's Public Table: https://d.maxfile.ro/vmkbyshoib.CT * General 4/9/2014: https://d.maxfile.ro/qoukrxgywd.CT * From CE forums: https://d.maxfile.ro/rqchkpiikb.CT * Moveset Table: https://d.maxfile.ro/qrfgwprzfb.CT * Dragon Torso Stone by Zullie: https://d.maxfile.ro/xmoljvgvui.CT * White Ring Table: https://d.maxfile.ro/reohpkoboc.CT * Bullet Structure Helper 5/9/2014 https://d.maxfile.ro/plocorgwiq.CT * Jump Length Script: https://d.maxfile.ro/pjcetygnuk.CT * Ventuxe's Moveset Table: https://d.maxfile.ro/imolsuylma.CT * Speed and Movement Modifiers: https://d.maxfile.ro/pncffrbyst.CT * NPC Swap: https://d.maxfile.ro/viqgeazvaj.CT * The Color Table: https://d.maxfile.ro/lttgjhvmfi.CT * Ventuxe's Name Color Table: https://d.maxfile.ro/fgfjczyvxn.CT * Vivid Grim's Table: https://d.maxfile.ro/icdnnvdscd.CT * Zullie's Effect Helper: https://d.maxfile.ro/npkabfgjej.CT * Something: https://d.maxfile.ro/meptowrpce.CT * The General 16/9/2014: https://d.maxfile.ro/rqchkpiikb.CT * Bunch of scripts: https://d.maxfile.ro/ikcwhgyjul.CT ###1.0.6 / 1.0.7 Tables * Moveset Table 30/9/2014: https://d.maxfile.ro/tdvgdzvzqn.CT * Papa Legba's table 2/10/2014: https://d.maxfile.ro/porsamraen.CT * Raw.ct: https://d.maxfile.ro/abuveibkyx.ct * Shoddy Fog Gates: https://d.maxfile.ro/aamjspsvjp.CT * Marisa's Public Table: https://d.maxfile.ro/ycpnxfnuoi.CT * Silly Script: https://d.maxfile.ro/zecnowasqw.CT * Move Editor by Ventuxe: https://d.maxfile.ro/btvukeceet.ct * Moveset Table by Ventuxe: https://d.maxfile.ro/yvhlzgdvro.CT * First Person "Mod": https://d.maxfile.ro/ubulxxhfvs.CT * Monster VAC by Marisa: https://d.maxfile.ro/cbtheepwrr.CT * Ventuxe's #Immunity Script: https://d.maxfile.ro/cyiqozacon.ct * Ventuxe's Table: https://d.maxfile.ro/nrdsepknee.ct * General 10/02/2014: https://d.maxfile.ro/vrdcqwlmnz.CT (See FAQ for how to install, you need to OWN all 3 dlc to use weapons max, armors max, all rings, all spells, a few consumables to get you started, current through Crown of the Ivory King) ###1.0.10 * General 16/02/2015: https://d.maxfile.ro/nrdsepknee.ct ## Contributors * http://pastebin.com/u/duckcrown * http://pastebin.com/u/Zullie_the_Witch * http://pastebin.com/u/FflsudJmjlo * http://pastebin.com/u/ThuyDez * https://github.com/Finpiku/VividGrim * https://github.com/Atvaark * https://github.com/eur0pa/ * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653) * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) * [Matze500](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=324171) -
Atvaark revised this gist
Jun 16, 2015 . 1 changed file with 40 additions and 29 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,25 +2,27 @@ ## Updates ### 16/06/2015 * Updated the FAQ and SoFS table ### 05/06/2015 * Updated the FAQ and SoFS table * Ported more stuff including Lighting Table * Reuploaded tables (pomf is down) ## General ###Cheat Engine http://www.cheatengine.org/ ###Recent Cheat Engine Build: ##### Pure 10/06/15: http://j.mp/CE-10-06-15 ##### SVN: http://goo.gl/N4I5Nc ###### Tables on the CE Forum: Title | Link @@ -31,8 +33,9 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729 ## General Tables #### Scholar of the First Sin (2.02) ##### General 16/06/2015 * http://j.mp/dsg_dx11 * http://git.io/vL3AA #### Dark Souls 2 (1.0.11) ##### General 15/05/2015 @@ -142,8 +145,9 @@ BonfireName.fmg | http://git.io/NK0s * How to use "Banish Phantom pointers? * How to use consumables and chug estus in the BoB arena / other worlds? * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world? * What is "Disable LKG Summon Area Restruction"? * How to change jump length and jump distance? * How to revive / de-aggro npc? * Item Duping and Item Transformation * Raising Covenant Rank * Changing Your Character Name @@ -182,7 +186,7 @@ BonfireName.fmg | http://git.io/NK0s [Video](http://www.youtube.com/watch?v=LMt5YLHr9rA) #### Does anyone know how or where I can get first person mod? ######[ table: General ] 1. Open the General table. @@ -236,7 +240,7 @@ Most of them are idiots (can't connect one night = oh no I'm bun). Some of them #### What is a softban? Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available. #### Do softban affect whole Steam account or just the character? Steam account. @@ -772,24 +776,14 @@ Value | Phantom ####How to use consumables and chug estus in the BoB arena or in other worlds? ######[ table: General ] Scripts > Player > Items Online script ####How to kill "dead" players who used "Invade as host" script and "died" in my world? ######[ table: General ] You can't. Use "Banish Phantoms" pointers to [kick](http://www.youtube.com/watch?v=emGSQabL6oY) them from your world. ####What is "Remove LGK Summon Area Restriction"? ######[ table: General ] You can be summoned by Looking Glass Knight from anywhere. @@ -800,8 +794,17 @@ For example from Iron Keep. 1. Open the General table in CE. 2. Go Scripts > Player > Jump Values ####How to revive or de-aggro npc? ######[ table: General ] World > Npc Agression World > NPC Revive Value 00 is Alive / Non-Aggroed. Anything alse is Dead / Aggroed. So change values to 0. If you want to revive npc you have to use Bonfire Ascetic. ####[DS2]Item Duping and Item Transformation [ table: General ] 1. Open the General table in CE. Say "yes" to running the Lua script. Item duping and swapper stuff is under [Scripts]. @@ -2350,9 +2353,17 @@ How to get an NPC effect ID | https://www.youtube.com/watch?v=SUiOofyx3Dk The easiest way remove or effect | https://www.youtube.com/watch?v=a8dULh-ybWo Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM "Invading" in Majula | http://www.youtube.com/watch?v=REjqRO8QySA Reviving NPC | http://www.youtube.com/watch?v=PDYRwwxKYso Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM ## Update Notes #### SoFS General (16/06/15): * Various Fixes and Improvements * Added "World" flags * Added more stats to display in the "Session Info" * Added Copycat scripts #### SoFS General (31/05/15): * Ported more stuff -
Atvaark revised this gist
Jun 4, 2015 . 1 changed file with 40 additions and 33 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,11 @@ ## Updates ## 05/06/2015 * Updated the FAQ and SoFS table * Ported more stuff including Lighting Table * Reuploaded tables (pomf is down) ## 31/05/2015 * Updated the FAQ and SoFS table * Added Camera offsets @@ -12,56 +17,41 @@ ### 25/05/2015 * Updated the FAQ and SoFS table ## General ###Cheat Engine http://www.cheatengine.org/ ###### Tables on the CE Forum: Title | Link -------------------------|---------------------------------------------------- Scholar of the First Sin | http://www.cheatengine.org/forum/viewtopic.php?t=580758 Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=572974 ## General Tables #### Scholar of the First Sin (2.02) ##### General 05/06/2015 * http://j.mp/dsg_dx11 #### Dark Souls 2 (1.0.11) ##### General 15/05/2015 * http://j.mp/dsg_dx9 ## Other Stuff Title | Link ---------------------------------|--------------------- Bullet Parameter IDs (by Zullie) | http://git.io/NKa0 Child Bullet Parameter IDs | http://git.io/NKBb Player and NPC Effect IDs | http://git.io/vTAp5 Untextured Weapon IDs | http://git.io/vkSxS Enemy Modelswaps (by Benzoin-Gum)| http://git.io/NKRI Modelswap IDs 1 | http://git.io/NKRn Modelswap IDs 2 | http://git.io/NKRz Equipped Armor IDs | http://git.io/vTAsf Item List in the Decimal Format | http://git.io/vkGrx Light Table readme (by Lightanon)| http://git.io/vkhlq ## For Wizards aka Atvaarks corner ###### Params @@ -89,6 +79,8 @@ BonfireName.fmg | http://git.io/NK0s ## Content * FAQ * How to change weapon effects? * How to use untextured weapons online? * Does anyone know how or where i can get first person mod? * Please Help! How to remove hacked +14 Item? * The game crashing as soon as click on "Enable..." @@ -173,6 +165,23 @@ BonfireName.fmg | http://git.io/NK0s ## FAQ #### How to change weapon effects? ######[ table: General ] 1. Open the General table. 2. Go to "Advanced Options" > Get Effects Opcode [Video](http://www.youtube.com/watch?v=2lUmhQqFhl0) #### How to use untextured weapons online? ######[ table: General ] 1. Open the General table. 2. Go to Players > Slot Data > Weapon Data > Hand > Equipped Weapon [Video](http://www.youtube.com/watch?v=LMt5YLHr9rA) #### Does anyone know how or where i can get first person mod? ######[ table: General ] @@ -546,8 +555,6 @@ NOTE: Changes to character are client-side only. ####How to use "Helpers"? [You have to change some cheat engine settings](http://www.youtube.com/watch?v=CPEfgo169hs) ####How to teleport? -
Atvaark revised this gist
May 31, 2015 . 1 changed file with 160 additions and 136 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,20 +2,20 @@ ## Updates ## 31/05/2015 * Updated the FAQ and SoFS table * Added Camera offsets ### 28/05/2015 * Updated the FAQ and SoFS table ### 25/05/2015 * Updated the FAQ and SoFS table ### 17/05/2015 * Updated and reorganized the FAQ * Updated the General SoFS table ## General ###Cheat Engine http://www.cheatengine.org/ @@ -32,8 +32,8 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729 ## General Tables #### Scholar of the First Sin (2.02) ##### General 31/05/2015 * http://a.pomf.se/qiffxr.CT #### Dark Souls 2 (1.0.11) ##### General 15/05/2015 @@ -89,18 +89,23 @@ BonfireName.fmg | http://git.io/NK0s ## Content * FAQ * Does anyone know how or where i can get first person mod? * Please Help! How to remove hacked +14 Item? * The game crashing as soon as click on "Enable..." * Where I can get "Connection mod" / "Connection Script?" * What is the Session Info? * Will I get banned for using Cheat Engine? * What is a softban? * Do softban affect whole Steam account or just the character? * How long do bans last for? * How do I get out of a soft ban? * How to Backup Dark Souls 2 Save Files? * What is family sharing limitations? * Can I get softbanned for if I get from a friend? * Can I get softbanned for for editing stats and spawning items offline? * What about VAC? * Can I get banned for using DS2fix? * Can game detect dll injections and hooks? * Did the last patch disable all tables/scripts? * What is the difference between a table and a trainer? * How to merge Cheat Engine tables? @@ -127,7 +132,6 @@ BonfireName.fmg | http://git.io/NK0s * How to backstab teleport other players? * What is the difference between new Godmode and the old one? * How to banish Dark Spirits? * I’m hosting fightclubs. Is there any way to manually update signs? * How to Noclip? * How to create custom spells? @@ -146,7 +150,6 @@ BonfireName.fmg | http://git.io/NK0s * How to use "Banish Phantom pointers? * How to use consumables and chug estus in the BoB arena / other worlds? * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world? * What is "LGK Everywhere"? * How to change jump length and jump distance? * Item Duping and Item Transformation @@ -157,7 +160,7 @@ BonfireName.fmg | http://git.io/NK0s * [Patched] Become the Barrel * Become Invisible (Mostly) * Extra Magic * Unused Gestures * Appendix * Bonfire List * Item IDs @@ -170,6 +173,13 @@ BonfireName.fmg | http://git.io/NK0s ## FAQ #### Does anyone know how or where i can get first person mod? ######[ table: General ] 1. Open the General table. 2. Go to Scripts > Camera > Force Camera State (Set it to 2). 3. You might want to adjust FoV for better results #### Please Help! How to remove hacked +14 Item? ######[ table: General ] @@ -178,24 +188,23 @@ BonfireName.fmg | http://git.io/NK0s 2. Go to Scripts > Player > Tick "+14 crash protection" 3. Remove the +14 weapon from your inventory. [Video](https://youtu.be/jWHXeaMqPco) #### The game crashing as soon as click on the "Enable..." button" Reinstall Cheat Engine 6.4 and tick [Reset Settings](http://i.imgur.com/LTReVb3.jpg) #### Where I can get "Connection mod" / "Connection Script?" ######[ table: General ] [Use Num9 Hotkey](https://www.youtube.com/watch?v=Xgffn5a0h6o) #### Is it possible to view your opponent's stats? Use the "Session Info" (Header). You can see your opponent's stats and info: * Stats (HP, Stamina, Real Poise, Armor Poise, Equip Load etc) * Attributes and Soul Level * Phantom Status and Hostility @@ -214,20 +223,20 @@ No. But you can get softbanned for: More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754 Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me. #### What is a softban? Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available. #### Do softban affect whole Steam account or just the character Steam account. #### How long do bans last for? Softbans are permanent #### How do I get out of a soft ban? [Use Family Sharing](http://www.youtube.com/watch?v=dWDSzUOuiAE) But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too. @@ -241,7 +250,19 @@ Rarely, but yes. Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter. ####What about VAC? FROM [disabled](http://steamcommunity.com/app/236430/discussions/0/558754259718155271/) it because they're incompetent ####Can I get banned for using DS2fix? I doubt. But I don't recommend to use it at all, because it has not been tested much. ####Can game detect dll injections and hooks? The short answer is "no." Some may suspect the game might trigger a softban itself by checking its module list for injectors / hooks — that is far from truth [Read more...](https://github.com/eur0pa/DS2Fix64/blob/master/Softbans.md) ####Did the last patch disable all tables/scripts? The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak. @@ -253,8 +274,7 @@ The only thing that might break is the codelist addresses. But you can update th 2. Go to the Helpers / Misc > Codelist. Enable this script. 3. Use these AOB’s to find new addresses and add them to the Codelist. [Video](http://youtu.be/CYh_qwHs4FA) ####What is the difference between a table and a trainer? A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE. @@ -295,6 +315,10 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: * Make a New Game * Quit to main menu ####How to Backup Dark Souls 2 Save Files? [Video](http://www.youtube.com/watch?v=lolM7RV22gs) ####How to Change Sin / Wretch Status? ######[ table: General ] @@ -338,18 +362,21 @@ You will need a Soul Vessel for this change to affect your stats. 1. Open the General table in CE 2. Go to Player Statistic - Class Set value as desired: Class | Value -----------|----------- Warrior | 1 Knight | 2 Swordsman | 9 Bandit | 4 Cleric | 6 Sorcerer | 7 Explorer | 8 Deprived | 10 Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen. ####How to change my character name? ######[ table: General ] @@ -365,21 +392,44 @@ Open the General table in CE > Name 1. Open the General table in CE. 2. Go to the name pointer To change the color of your name use the following template in the name pointer. Template: #c[FFFFFF]Knight#c Where FFFFFF is the RGB Hex Triplet and Knight is your name. Color Chart: Color | Hex Triplet ----------|------------- White | #FFFFFF Silver | #C0C0C0 Gray | #808080 Black | #000000 Red | #FF0000 Maroon | #800000 Yellow | #FFFF00 Olive | #808000 Lime | #00FF00 Green | #008000 Aqua | #00FFFF Teal | #008080 Blue | #0000FF Navy | #000080 Fuchsia | #FF00FF Purple | #800080 [More colors](http://codesnippets.wikia.com/wiki/Hex_Triplet_Colors) For example: #c[FF0000]Knight#c will give you a red ####How to bypass censor for my own name? ######[ table: General ] 1. Open the General table in CE. 2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored. [Alternative Method](https://www.youtube.com/watch?v=AYmkg9UFW84) ####How to Dupe Character? ######[ table: General ] @@ -413,7 +463,8 @@ This allows you to set the difficulty of enemies in your game to NG, NG+, etc. v 1. Open the General table in CE. 2. Go to Player - Bonfire Insensitivities [Video](http://www.youtube.com/watch?v=mXzBE8P2hEY) ######Manual Method: @@ -495,9 +546,9 @@ NOTE: Changes to character are client-side only. ####How to use "Helpers"? You have to change some cheat engine settings [You have to change some cheat engine settings](http://www.youtube.com/watch?v=CPEfgo169hs) ####How to teleport? ######[ table: General ] @@ -514,7 +565,7 @@ http://www.youtube.com/watch?v=CPEfgo169hs 4. Backstab 5. Disable the script. [Video](http://www.youtube.com/watch?v=gYnILgmiGOs) ####What is the difference between new Godmode and the old one? ######[ table: General ] @@ -524,26 +575,17 @@ When the “Godmode” script is active, you cannot die. The script will nullify ####How to banish invaders? ######[ table: General ] ######Method 1: Use the “Old Black Separation Crystal” script (Scripts > Player) 1. Enable script 2. Use Black Separation crystal 3. Disable script ######Method 2: Use the [Banish Phantom](http://www.youtube.com/watch?v=XqTcqXZDY5s) pointers. ####I’m hosting fightclubs. Is there any way to manually update signs? ######[ table: General ] @@ -559,38 +601,37 @@ If you want to noclip, use the value 18 or 19 in the “Hostility Status” poi ####How to create custom spells? ######[ table: General ] 1. Open the General Table. 2. Go to Helpers / Misc > Bullet Helper [How to use](http://www.youtube.com/watch?v=dX0hjgLvSms) ####How to change Ring Effects? ######[ table: General ] Use the "Get Ring Effect Address" script 1. Open the General Table. 2. Go to Helpers / Misc > Ring Helper. ####How to edit effects / change buff duration? ######[ table: General ] 1. Open the General Table. 2. Go to Helpers / Misc > Effect Helper Zullie’s (Author) description: "This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!" ####How to add spells / bullets to my attacks? ######[ table: General ] 1. Open the General Table. 2. Go to Helpers / Misc > Attack Motion Param Helper [How to use](http://www.youtube.com/watch?v=GJyQUA38SgM) ####How to use bonfire sitting animation in SoFS? ######[ table: General ] @@ -604,9 +645,7 @@ Value | Description 8192 | Stand up (Default HotKey is Num8) 11520 | Last Item(Default Hotkey is Num9) 11520 (Num9) can be used as [Connection Mod](https://www.youtube.com/watch?v=Xgffn5a0h6o) ####How to kill players who use the "Bonfire Sitting Animation"? ######[ table: General ] @@ -616,7 +655,7 @@ https://www.youtube.com/watch?v=Xgffn5a0h6o 3. Freeze the address values at 0 ("Backstab" and "I-frames") 4. Now you should able to backstab [How to](http://www.youtube.com/watch?v=AHSZW0EIdxQ) ####How to change phantom color? ######[ table: General ] @@ -659,46 +698,30 @@ Helpers and misc - Get Ring Effect Address ####How to kill npc in other worlds? ######[ table: General ] FromSoftware patched easy way in the Ivory King update (30/09/14). ######@MephistoXX's method: "I found the way which can kill them without mobs. If you turn on the script "rewrite online phantom status" in the other location, and then cross trigger which load data for next location, then you can kill NPC at there. For example: if you turn on the script in forest of gigants, teleport to the stone passage between forest and majula, teleport there other player (there is trigger), then you can kill all NPC in majula just hits them (with this script you will see all NPC, including Shanalotte, Maughlin etc). Similarly you can kill all NPC in any location" NOTE: If npc doesn't take any damage, just backstab teleport host there. ######NPC VAC Method: [How to](http://www.youtube.com/watch?v=ZU5RPTbaf7g) ####How to modify weapon properties? ######[ table: General ] Player > Slot Data > Weapon Data > Properties ####How to change weapon's position (like carrying a greatsword as a longsword)? ######[ table: General ] 1. Open the General table 2. Go Player - Slot Data - Weapon Data - Right Hand 1 (or any hand) - Grip Type - Powerstance [Video](a.pomf.se/fvefse.webm ) ####How to backstab people in Jester's / Gower's / Iron Clad? ######[ table: General ] @@ -713,6 +736,8 @@ Video: a.pomf.se/fvefse.webm 2. Open the General table 3. Go Scripts > Player > Freeze Effects [Video](http://www.youtube.com/watch?v=qigIl9Wy-6c) ####How to use "Banish Phantom pointers?" ######[ table: General ] @@ -723,7 +748,7 @@ IMPORTANT NOTE: Do not banish Dragon Bros with this method! I don't recommend you use this method at all. Use the "Old black separation crystal" script instead. [Video](https://www.youtube.com/watch?v=XqTcqXZDY5s) Value | Phantom ------|------------- @@ -755,15 +780,7 @@ Disable script if you want to return home. ####How to kill "dead" players who used "Invade as host" script and "died" in my world? ######[ table: General ] You can't. Use "Banish Phantoms" pointers to [kick](http://www.youtube.com/watch?v=emGSQabL6oY) them from your world. ####What is "LGK Everywhere"? ######[ table: General ] @@ -777,18 +794,17 @@ For example from Iron Keep. 1. Open the General table in CE. 2. Go Scripts > Player > Jump Values ###[DS2]Item Duping and Item Transformation [ table: General ] 1. Open the General table in CE. Say "yes" to running the Lua script. Item duping and swapper stuff is under [Scripts]. 2. Open DS2, load the character whose items you want to change. 3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list. ## Duping and Item Transformation [ table: General ] Open the General table in CE > Item Mod [CONSUMABLES] You can set [Desired Quantity] to a max of 20. Then drop an item 5x and you will end up with 5 stacks of 20. Discard 1 of your new consumable or else you won't be able to pick up the last stack. @@ -813,7 +829,7 @@ For weapons you can also set [Desired Infusion]: - Instead of using the helper, you can enter the item ID manually if you wish (ctrl+f ## Item IDs on this page). - Item transformations do not require you to drop an item on the ground afterward to save. The game saves it when you pick it up. ## Raising Covenant Rank ######[ table: General ] 1. Open the General table in CE. @@ -826,7 +842,7 @@ For weapons you can also set [Desired Infusion]: - You can uncheck your covenant value, Covenants, and Player once you have gotten the rank-up dialogue in-game. ## Changing Your Character Name ######[no table needed] 1. Open DS2, load the character whose name you want to change. 2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine. @@ -842,15 +858,15 @@ For weapons you can also set [Desired Infusion]: 1. Open the General table in CE > Name ## Editing Your Character Build ######[ table: General] ######NOTE: /dsg/ tested this and changes to character build do not show up to other people if you are summoned or if they are summoned to your world.** 1. Open the General table in CE. 2. Open DS2, load the character whose build you want to change. 3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list. 4. Player > Character Model > Build 5. [Here are some examples of modifications](http://i.imgur.com/BBylg3s.jpg) 6. You have to keep CE running at all times to keep your custom body. 7. You have to manually reenter your build values each time you load the game. Make sure you save them. @@ -859,10 +875,8 @@ For weapons you can also set [Desired Infusion]: * Lower negative value = thinner, smaller * Zero = default * As far as I can tell, there are no real limits to the numbers you can set for build values. That said, certain values taken too low negatively can actually make the part start to widen again. Usually somewhere between -7 and -10 will make the part as thin as it can be. ## Freecam Controls ######[ table: General ] 1. Open the General table in CE. @@ -890,7 +904,7 @@ Z 0.7393138409 ## [Patched] Become the Barrel ######[no table needed] 1. Have a Wanderer's Coat in your inventory. @@ -906,9 +920,15 @@ Z - Search for the ID (replace x with 1) - do not check off "Hex" next to the search box. - Then replace it with the ID for barrel (11450101) ##Become Invisible ######[no table needed] ######Method 1: Use AAVA's [Invisibility effect](http://www.youtube.com/watch?v=SUiOofyx3Dk) ######Method 2: 1. Have a set of Manikin armor (body, hands, legs) in your inventory. 2. Open DS2, load the character you want to be Kevin Bacon. @@ -940,7 +960,7 @@ BODY * If you think about this creatively, you can start putting visible components on whichever slot you like. As noted in the [TIPS] above, you can then stack another armor on top of your visible component. * Santa's ID list also has Rosabeth's dress for female characters and some weird untextured stuff. ## Extra Magic ######[no table needed] ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 updates. @@ -952,7 +972,7 @@ Id | Spell Name | Video 021AC9B0 | Dark Dance |http://a.pomf.se/pvonnr.webm ## Unused Gestures ######[ table: General ] 1. Open DS2, load the character you want to be in the secret club. @@ -974,7 +994,7 @@ Id | Spell Name | Video 300 Praise the Sun 310 Fist Pump ## Bonfire List #####Pre-Advice!! If you warp to a bonfire that can only be accessed via secret wall (button press) or key, you can not exit from that room unless you use free roam or warp to another generic bonfire! @@ -2322,14 +2342,18 @@ Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I How to get an NPC effect ID | https://www.youtube.com/watch?v=SUiOofyx3Dk The easiest way remove or effect | https://www.youtube.com/watch?v=a8dULh-ybWo Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM "Invading" in Majula | http://www.youtube.com/watch?v=REjqRO8QySA ## Update Notes #### SoFS General (31/05/15): * Ported more stuff #### SoFS General (28/05/15): * Added Free Cam * Fixed "Last bullet" and "Last spell animation ID" ## Old Tables & Old Other Stuff -
Atvaark revised this gist
May 28, 2015 . 1 changed file with 94 additions and 44 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ## Updates ## 28/05/2015 * Updated the FAQ and SoFS table ### 17/05/2015 @@ -32,8 +32,8 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729 ## General Tables #### Scholar of the First Sin (2.02) ##### General 28/05/2015 * http://a.pomf.se/regyzg.CT #### Dark Souls 2 (1.0.11) ##### General 15/05/2015 @@ -61,7 +61,7 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729 * http://git.io/vTAsf ###### Item List in the Decimal * http://git.io/vkGrx ## For Wizards aka Atvaarks corner ###### Params @@ -80,7 +80,7 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729 String table name | Link ----------------------------------- | -------------------- ItemName.fmg | http://git.io/NKRS DetailedExplanation.fmg | http://git.io/NKRA SimpleExplanation.fmg | http://git.io/NK0I BonfireName.fmg | http://git.io/NK0s @@ -89,7 +89,9 @@ BonfireName.fmg | http://git.io/NK0s ## Content * FAQ * Please Help! How to remove hacked +14 Item? * The game crashing as soon as click on "Enable..." * Where I can get "Connection mod" / "Connection Script?" * What is the Session Info? * Will I get banned for using Cheat Engine? * What is a softban? @@ -114,7 +116,7 @@ BonfireName.fmg | http://git.io/NK0s * I'm wondering how many letters can fit in the name? * How do I change the color of my name? * How to Dupe Character? * Changing New Game value * Warping to any Bonfire. * What is hostility status? * Changing Your Hostility Status @@ -168,13 +170,30 @@ BonfireName.fmg | http://git.io/NK0s ## FAQ #### Please Help! How to remove hacked +14 Item? ######[ table: General ] 1. Open the General table. 2. Go to Scripts > Player > Tick "+14 crash protection" 3. Remove the +14 weapon from your inventory. Video: https://youtu.be/jWHXeaMqPco #### The game crashing as soon as click on the "Enable..." button" Reinstall Cheat Engine 6.4 and tick "Reset Settings": http://i.imgur.com/LTReVb3.jpg #### Where I can get "Connection mod" / "Connection Script?" ######[ table: General ] Download the SoFS General table. Hold Num9 key. #### What is the "Session Info"? With the "Session info" pointers you are able to see opponent's info: * Stats (HP, Stamina, Real Poise, Armor Poise, Equip Load etc) @@ -198,8 +217,12 @@ Most of them are idiots (can't connect one night = oh no I'm bun). Some of them #### What is a softban? Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available. More about softbans: http://git.io/vkJ4N #### How long do bans last for? Softbans are permanent #### How do I get out of a soft ban? Use Family Sharing: @@ -211,7 +234,7 @@ But do not transfer your old save data, because what led to your softban is stil #### What is family sharing limitations? You may authorize up to 5 account per 90 days. #### Can I get softbanned if I get items from a friend? Rarely, but yes. ####Can I get softbanned for for editing stats and spawning items offline? @@ -232,7 +255,6 @@ The only thing that might break is the codelist addresses. But you can update th Video: http://youtu.be/CYh_qwHs4FA ####What is the difference between a table and a trainer? A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE. @@ -262,11 +284,11 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: * Make a New Game * Quit to main menu * Press "Start" * Wait for it to load main menu * Alt+Tab and replace your save * Save location: C:\Users\yourusername\AppData\Roaming\DarkSoulsII\randomnumber\DARKSII0000.sl2 * All characters are on one save - make backups * Try to continue * Receive error * Go back to main menu @@ -279,8 +301,15 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: 1. Open the General table in CE. 2. Go to Player > Statistic The "Sin" pointer is current amount of your sin. The "Sinner / Wretch Status" pointer: Value | Status -------|-------------- 0 | Not a Sinner 1 | Sinner 2 | Wretch ####How to change Soul Memory? ######[ table: General ] @@ -538,19 +567,19 @@ How to use: http://www.youtube.com/watch?v=dX0hjgLvSms ####How to change Ring Effects? ######[ table: General ] Use "Get Ring Effect Address" Helpers / Misc > Ring Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). ####How to edit effects / change buff duration? ######[ table: General ] Use Effect Helper Helpers and Misc > Effect Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). Zullie’s (Author) description: This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun! ####How to add spells / bullets to my attacks? @@ -622,13 +651,41 @@ Value | Description ####How to become invisible? ######[ table: General ] 05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Get Ring Effect Address" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp. Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work. Helpers and misc - Get Ring Effect Address ####How to kill npc in other worlds? ######[ table: General ] FromSoftware has “patched” easy way in the 1.0.6 update (30/09/14). Now most of the npc are "protected". However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack them (with the NPC Vac script). NPC Name | Location | Kill method -----------------------------|---------------------|--------------------- All firekeeprs and Milibeth | Things Betwixt | Hostility Status: 0 Shanalotte | Dragon Aerie | Rewrite Hostility + NPC VAC Chloanne | Majula | Hostility Status: 0 Rosabeth of Melfia | Majula | Hostility Status: 0 Carhillion of the Fold | Majula | Hostility Status: 0 Crestfallen Saulden | Majula | Hostility Status: 0 Benhart of Jugo | Shaded Forest | Hostility Status: 0 Merchant Hag Melentia | FoFG | Rewrite Hostility + NPC VAC Straid of Olaphis | Lost Bastille | Rewrite Hostility + NPC VAC Steady Hand McDuff | Lost Bastille | Rewrite Hostility + NPC VAC Felkin the Outcast | Huntsman Corpse | Hostility Status: 0 Titchy Gren | Undead Purgatory | Hostility Status: 0 Magerold of Lanafir | Iron Keep | Rewrite Hostility + NPC VAC Weaponsmith Ornifex | - | Rewrite Hostility + NPC VAC Darkdiver Grandahl | - | Rewrite Hostility + NPC VAC Grave Warden Agdayne | Undead Crypt | Rewrite Hostility + NPC VAC Pate | FoFG | Rewrite Hostility + NPC VAC *NOTE: If npc doesn't take any damage, just backstab teleport host there. Video: http://www.youtube.com/watch?v=ZU5RPTbaf7g ####How to modify weapon properties? ######[ table: General ] @@ -2247,7 +2304,7 @@ Id | Name 001E78C8 | Greatsword of the Forlorn 002EFF40 | Scythe of the Forlorn ## Video Tutorials Name | URL ---------------------------------|------------------------------------- @@ -2262,27 +2319,19 @@ NPC Vacuum Sript | http://www.youtube.com/watch?v=h4UEQw9I8zA Item Param Helper | http://www.youtube.com/watch?v=iTQ9o7p83ns Backstab lock | http://www.youtube.com/watch?v=0Iia4y_kjaM Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I How to get an NPC effect ID | https://www.youtube.com/watch?v=SUiOofyx3Dk The easiest way remove or effect | https://www.youtube.com/watch?v=a8dULh-ybWo Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM "Invading" in Majula | http://www.youtube.com/watch?v=yQuFYgHiv_o ## Update Notes #### SoFS General (28/05/15): * Added Free Cam * Fixed last bullet and last animation pointers ## Old Tables & Old Other Stuff ###1.0.4 Tables @@ -2293,11 +2342,12 @@ Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I * Zullie's Ring Finder: http://a.pomf.se/xlotud.CT * Santa's Public Table: http://a.pomf.se/imeixf.CT * The General 4/9/2014: http://a.pomf.se/qcpncf.CT * From CE forums: http://a.pomf.se/cnraft.CT * Moveset Table: http://a.pomf.se/optvlx.CT * Dragon Torso Stone by Zullie: http://a.pomf.se/dfjkyc.CT * White Ring Table (Clientside): http://a.pomf.se/juxtyi.CT * Bullet Structure Helper 5/9/2014 http://a.pomf.se/cwwzaz.CT * Jump Length Script: http://a.pomf.se/zrbtjh.CT * Ventuxe's Moveset Table: http://a.pomf.se/uiauzi.CT * Speed and Movement Modifiers: http://a.pomf.se/bgalbe.CT @@ -2307,13 +2357,13 @@ Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I * Vivid Grim's Table: http://a.pomf.se/ovzmye.CT * Zullie's Effect Helper: http://a.pomf.se/owczdt.CT * Something: http://a.pomf.se/dpmtnk.CT * The General 16/9/2014: http://a.pomf.se/xyttix.CT * Bunch of scripts: http://a.pomf.se/jrahis.CT ###1.0.6 / 1.0.7 Tables * Moveset Table 30/9/2014: http://a.pomf.se/jyurih.CT * Papa Legba's table 2/10/2014: http://a.pomf.se/edbsqo.CT * Raw.ct: http://a.pomf.se/dzufix.ct * Shoddy Fog Gates: http://a.pomf.se/puruqi.CT * Marisa's Public Table: http://a.pomf.se/geduwv.CT @@ -2331,4 +2381,4 @@ Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I (See FAQ for how to install, you need to OWN all 3 dlc to use weapons max, armors max, all rings, all spells, a few consumables to get you started, current through Crown of the Ivory King) ###1.0.10 * General 16/02/2015: http://a.pomf.se/jnmlnm.CT -
Atvaark revised this gist
May 25, 2015 . 1 changed file with 30 additions and 30 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -125,8 +125,8 @@ BonfireName.fmg | http://git.io/NK0s * How to backstab teleport other players? * What is the difference between new Godmode and the old one? * How to banish Dark Spirits? * Will I get penalty if I’ll use the “Disconnect from Online” script? * I’m hosting fightclubs. Is there any way to manually update signs? * How to Noclip? * How to create custom spells? * How to change Ring Effects? @@ -188,9 +188,9 @@ With the "Session info" pointers you are able to see opponent's info: #### Will I get banned for using Cheat Engine? No. But you can get softbanned for: * Editing stats, changing soul memory * There have been a few reports that using an “Infinite Items” script can cause it * Possessing items with invalid infusions and levels (e.g. +12 Poison Binoculars) * Picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it). More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754 Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me. @@ -199,7 +199,7 @@ Most of them are idiots (can't connect one night = oh no I'm bun). Some of them Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available. #### How long do bans last for? Softbans are permanentю #### How do I get out of a soft ban? Use Family Sharing: @@ -215,20 +215,20 @@ You may authorize up to 5 account per 90 days. Rarely, but yes. ####Can I get softbanned for for editing stats and spawning items offline? Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter. ####What about VAC? FROM disabled it because they're incompetent: http://steamcommunity.com/app/236430/discussions/0/558754259718155271/ ####Did the last patch disable all tables/scripts? The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak. The only thing that might break is the codelist addresses. But you can update them on your own. ######[ table: General ] 1. Open CodeList (Cheat Engine > Advanced) and remove every single address there. 2. Go to the Helpers / Misc > Codelist. Enable this script. 3. Use these AOB’s to find new addresses and add them to the Codelist. Video: http://youtu.be/CYh_qwHs4FA @@ -279,8 +279,8 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: 1. Open the General table in CE. 2. Go to Player > Statistic Sin – is current amount of your sin Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch ####How to change Soul Memory? ######[ table: General ] @@ -375,7 +375,7 @@ This allows you to set the difficulty of enemies in your game to NG, NG+, etc. v ######"Last Bonfire" method: 1. Open the General table in CE. 2. Use “Last bonfire” pointer on the front page 3. Select Bonfire you want to warp 4. Use Homeward Bone or Darksign. @@ -412,7 +412,7 @@ Hostility status determines who and what can be aggressive towards you, or what ######Pointer Method: 1. Open the General table in CE. 2. Use “Hostility” pointer on the front page ######Manual Method: @@ -490,42 +490,42 @@ Video: http://www.youtube.com/watch?v=gYnILgmiGOs ####What is the difference between new Godmode and the old one? ######[ table: General ] When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players. ####How to banish invaders? ######[ table: General ] Use the “Old Black Separation Crystal Method” script (Scripts > Player) 1. Enable script 2. Use Black Separation crystal 3. Disable script ####But I don’t want to banish everyone! ######[ table: General ] Then use “Banish Phanton” pointers in the General table. ####I don’t want to banish anyone at all! ######[ table: General ] In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session. ####Will I get penalty if I’ll use the “Disconnect from Online” script? ######[ table: General ] Needs testing. ####I’m hosting fightclubs. Is there any way to manually update signs? ######[ table: General ] Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs. NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading. ####How to Noclip? ######[ table: General ] If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer. ####How to create custom spells? ######[ table: General ] @@ -540,26 +540,26 @@ How to use: http://www.youtube.com/watch?v=dX0hjgLvSms Use "Ring Helper" by Zullie Helpers / Misc > Ring Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). ####How to edit effects / change buff duration? ######[ table: General ] Use Effect Helper by Zullie. Helpers and Misc > Effect Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). Zullie’s description: This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun! ####How to add spells / bullets to my attacks? ######[ table: General ] Use Ventuxe’s Move Editor. Helpers and Misc > Attack Motion Param First you have to change some debugger settings if you haven’t changed it yet (check video above). http://www.youtube.com/watch?v=GJyQUA38SgM @@ -592,7 +592,7 @@ Video: http://www.youtube.com/watch?v=AHSZW0EIdxQ ####How to change phantom color? ######[ table: General ] You can stack multiple white ring effects or use “Repleshement” script from the General table. Value | Description --------|------------------ @@ -622,13 +622,13 @@ Value | Description ####How to become invisible? ######[ table: General ] 05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp. Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work. ####How to kill npc in other worlds? ######[ table: General ] You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script). ####How to modify weapon properties? ######[ table: General ] -
Atvaark revised this gist
May 25, 2015 . 1 changed file with 257 additions and 175 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,11 @@ #Dark Souls II and Scholar of the First Sin Cheat Engine Guide ## Updates ## 25/05/2015 * Updated the FAQ and SoFS table ### 17/05/2015 * Updated and reorganized the FAQ * Updated the General SoFS table @@ -13,62 +16,54 @@ ### 15/05/2015 * Added cheat tables for 2.02 SoFS and 1.11 ## General ###Cheat Engine http://www.cheatengine.org/ ###### Tables on the CE Forum: Title | Url -------------------------|---------------------------------------------------- Scholar of the First Sin | http://www.cheatengine.org/forum/viewtopic.php?t=580758 Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=572974 ## General Tables #### Scholar of the First Sin (2.02) ##### General 25/05/2015 * http://a.pomf.se/ddfipu.CT #### Dark Souls 2 (1.0.11) ##### General 15/05/2015 * http://a.pomf.se/aekhfu.CT ## Other Stuff ###### Bullet Parameter IDs (by Zullie) * http://git.io/NKa0 ###### Child Bullet Parameter IDs * http://git.io/NKBb ###### Player and NPC Effect IDs * http://git.io/vTAp5 ###### Enemy Modelswaps (by Benzoin-Gum) * http://git.io/NKRI ###### Modelswap IDs * http://git.io/NKRn * http://git.io/NKRz ###### Equipped Armor IDs * http://git.io/vTAsf ###### Item List in the Decimal * http://git.io/vTAsY ## For Wizards aka Atvaarks corner ###### Params * http://git.io/A6Gz @@ -94,6 +89,8 @@ BonfireName.fmg | http://git.io/NK0s ## Content * FAQ * The game crashing as soon as click on "Enable..." * What is the Session Info? * Will I get banned for using Cheat Engine? * What is a softban? * How long do bans last for? @@ -108,7 +105,7 @@ BonfireName.fmg | http://git.io/NK0s * There are a lot of tables, I want to use multiple tables at once! * How can I remove the name censor (the *'s in people's names)? * I use Windows 8 / 8.1 / Windows 10 * How can I transfer saves? * How to Change Sin / Wretch Status? * How to change Soul Memory? * How to change my stats? @@ -123,12 +120,13 @@ BonfireName.fmg | http://git.io/NK0s * Changing Your Hostility Status * Extending Your Torch Life * Editing your Character Build * How to use "Helpers"? * How to teleport? * How to backstab teleport other players? * What is the difference between new Godmode and the old one? * How to banish Dark Spirits? * Will I get penalty if I’ll use the “Disconnect from Online†script? * I’m hosting fightclubs. Is there any way to manually update signs? * How to Noclip? * How to create custom spells? * How to change Ring Effects? @@ -146,6 +144,9 @@ BonfireName.fmg | http://git.io/NK0s * How to use "Banish Phantom pointers? * How to use consumables and chug estus in the BoB arena / other worlds? * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world? * I'm curious, what does "Rewrite phantom status" do? * What is "LGK Everywhere"? * How to change jump length and jump distance? * Item Duping and Item Transformation * Raising Covenant Rank * Changing Your Character Name @@ -156,22 +157,40 @@ BonfireName.fmg | http://git.io/NK0s * Extra Magic * Secret Club * Appendix * Bonfire List * Item IDs * DLC Item IDs * Recolored Items * Scholar of the First Sin Items * Video Tutorials * Update Notes * Old Tables & Old Other Stuff ## FAQ #### The game crashing as soon as click on the "Enable..." button" Reinstall Cheat Engine 6.4 and tick "Reset Settings": http://i.imgur.com/LTReVb3.jpg #### What is the Session Info? With the "Session info" pointers you are able to see opponent's info: * Stats (HP, Stamina, Real Poise, Armor Poise, Equip Load etc) * Attributes and Soul Level * Phantom Status and Hostility * Current Covenant and all Covenants Progress * Flags (I-frames, Stamina Recovery etc) * Equipment (Equipped rings, Armor, weapons, current consumables, spells) * Position #### Will I get banned for using Cheat Engine? No. But you can get softbanned for: * Editing stats, changing soul memory * There have been a few reports that using an “Infinite Items†script can cause it * Possessing items with invalid infusions and levels (e.g. +12 Poison Binoculars) * Picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it). More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754 Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me. @@ -180,36 +199,41 @@ Most of them are idiots (can't connect one night = oh no I'm bun). Some of them Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available. #### How long do bans last for? Softbans are permanentÑŽ #### How do I get out of a soft ban? Use Family Sharing: http://www.youtube.com/watch?v=dWDSzUOuiAE But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too. #### What is family sharing limitations? You may authorize up to 5 account per 90 days. #### Can I get softbanned if I get <item name> from a friend? Rarely, but yes. ####Can I get softbanned for for editing stats and spawning items offline? Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter. ####What about VAC? FROM disabled it because they're incompetent: http://steamcommunity.com/app/236430/discussions/0/558754259718155271/ ####Did the last patch disable all tables/scripts? The current version of the General table (DS2 and SoFS) is “update-proofâ€, so to speak. The only thing that might break is the codelist addresses. But you can update them on your own. ######[ table: General ] 1. Open CodeList (Cheat Engine > Advanced) and remove every single address there. 2. Go to the Helpers / Misc > Codelist. Enable this script. 3. Use these AOB’s to find new addresses and add them to the Codelist. Video: http://youtu.be/CYh_qwHs4FA If you can't enable the Codelist script just wait for someone who fix the table. ####What is the difference between a table and a trainer? A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE. @@ -227,7 +251,11 @@ x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\English\win32OnlyNgWord.bin or whatever language you may be using. ####I use Windows 8 / 8.1 / Windows 10 The updated General table is 8 / 8.1 / Windows 10 compatible. The following SoFS scripts may not work on 8 / 8.1 / Windows 10: * Replenishment [Phantom Color] ####How can i transfer saves? Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: @@ -251,13 +279,13 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: 1. Open the General table in CE. 2. Go to Player > Statistic Sin – is current amount of your sin Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch ####How to change Soul Memory? ######[ table: General ] Editing Soul Memory is the fastest way to get sofbanned. But if you still want to do it then: 1. Open the General table in CE. 2. Go to Player > Statistic > Soul Memory @@ -271,8 +299,7 @@ Editing Soul Memory is the fastest way to get banned. But if you still want to d If you want to change attributes go to Player > Attributes. ######[TIPS] - Editing your attributes or stats does increase your soul level. ####How to change character class? ######[ table: General ] @@ -294,13 +321,11 @@ Explorer - 8 Deprived - 10 4. Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen. ####How to change my character name? ######[ table: General ] Open the General table in CE > Name ####I'm wondering how many letters can fit in the name? 31. @@ -318,7 +343,9 @@ RGB Hex Triplet Color Chart http://www.dusek.ch/utilities/colors/ For example #c[FF0000]Knight#c will give you red name. ####How to bypass censor for my own name? ######[ table: General ] 1. Open the General table in CE. 2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored. @@ -334,25 +361,31 @@ https://www.youtube.com/watch?v=AYmkg9UFW84 4. Quit your current game and load your saves, the dupe should be in the next slot down. 5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it) ####Changing New Game value (NG) ######[ table: General ] This allows you to set the difficulty of enemies in your game to NG, NG+, etc. values. It will also cause NG+ phantoms and extra enemies to appear if set to at least NG+. In my testing it does not affect your playthrough level for summoning purposes (saw the same signs at NG and NG+9). 1. Open the General table in CE. 2. NG Cycle pointer will be on the front page ####Warping to any Bonfire / Unlocking Bonfires ######[ table: General ] ######"Last Bonfire" method: 1. Open the General table in CE. 2. Use “Last bonfire†pointer on the front page 3. Select Bonfire you want to warp 4. Use Homeward Bone or Darksign. ######"Bonfire Insensitivities" pointers method: 1. Open the General table in CE. 2. Go to Player - Bonfire Insensitivities Video: http://www.youtube.com/watch?v=mXzBE8P2hEY ######Manual Method: 1. Open DS2, load the character you want to warp on. @@ -379,7 +412,7 @@ Hostility status determines who and what can be aggressive towards you, or what ######Pointer Method: 1. Open the General table in CE. 2. Use “Hostility†pointer on the front page ######Manual Method: @@ -422,13 +455,21 @@ Id | Name 1. Open the General table in CE. 2. Go to Player > Statistic > Torch Time Or Scripts > Player > Unlimited Torch ####Editing your Character Build ######[ table: General ] 1. Open the General table in CE. 2. Go to Player > Appearance. NOTE: Changes to character are client-side only. ####How to use "Helpers"? You have to change some cheat engine settings: http://www.youtube.com/watch?v=CPEfgo169hs ####How to teleport? ######[ table: General ] @@ -441,82 +482,86 @@ NOTE: Changes to character are client-side only. 1. Open the General table in CE. 2. Go to Teleport > Vacuum script. 3. Enable the script. 4. Backstab 5. Disable the script. Video: http://www.youtube.com/watch?v=gYnILgmiGOs ####What is the difference between new Godmode and the old one? ######[ table: General ] When the “Godmode†script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players. ####How to banish invaders? ######[ table: General ] Use the “Old Black Separation Crystal Method†script (Scripts > Player) 1. Enable script 2. Use Black Separation crystal 3. Disable script ####But I don’t want to banish everyone! ######[ table: General ] Then use “Banish Phanton†pointers in the General table. ####I don’t want to banish anyone at all! ######[ table: General ] In this case use “Disconnect from Online†script (Scripts > Player). This script will kick you out from the online session. ####Will I get penalty if I’ll use the “Disconnect from Online†script? ######[ table: General ] Needs testing. ####I’m hosting fightclubs. Is there any way to manually update signs? ######[ table: General ] Yes. Set hotkeys to "Server Connection†pointer. Changing value 1 and 0 allow you to update signs. NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading. ####How to Noclip? ######[ table: General ] If you want to noclip, use the value 18 or 19 in the “Hostility Status†pointer. ####How to create custom spells? ######[ table: General ] Use "Bullet Table" v6 by All-Bones Jones Helpers / Misc > Bullet Helper. How to use: http://www.youtube.com/watch?v=dX0hjgLvSms ####How to change Ring Effects? ######[ table: General ] Use "Ring Helper" by Zullie Helpers / Misc > Ring Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). ####How to edit effects / change buff duration? ######[ table: General ] Use Effect Helper by Zullie. Helpers and Misc > Effect Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). Zullie’s description: This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun! ####How to add spells / bullets to my attacks? ######[ table: General ] Use Ventuxe’s Move Editor. Helpers and Misc > Attack Motion Param First you have to change some debugger settings if you haven’t changed it yet (check video above). http://www.youtube.com/watch?v=GJyQUA38SgM ####How to use bonfire sitting animation in SoFS? ######[ table: General ] @@ -526,9 +571,13 @@ First you have to change debugger settings if you haven’t changed it yet (chec Value | Description --------|------------------ 4096 | Sit down (Default Hotkey is Num7) 8192 | Stand up (Default HotKey is Num8) 11520 | Last Item(Default Hotkey is Num9) 11520 (Num9) can be used as "Connection Mod": https://www.youtube.com/watch?v=Xgffn5a0h6o ####How to kill players who use the "Bonfire Sitting Animation"? ######[ table: General ] @@ -543,66 +592,79 @@ Video: http://www.youtube.com/watch?v=AHSZW0EIdxQ ####How to change phantom color? ######[ table: General ] You can stack multiple white ring effects or use “Repleshement†script from the General table. Value | Description --------|------------------ 1 |White 2 |MediumBlue 3 |Gold 4 |Red 5 |Glow Red 6 |Gray 7 |Black 8 |Silver 9 |Sky Blue 10 |Yellow 11 |Orchid 12 |Orange 13 |Steel Blue 14 |MidnightBlue 15 |MediumPurple 16 |Human 17 |Human 18 |Human 19 |Human 20 |Transparent 21 |Blue Ghost 22 |Dark Blue ####How to become invisible? ######[ table: General ] 05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the flyâ€. You have to reload the map, e.g. warp. Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work. ####How to kill npc in other worlds? ######[ table: General ] You can’t, From Software “patched†this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script). ####How to modify weapon properties? ######[ table: General ] Player > Slot Data > Weapon Data > ####How to change weapon's position (like carrying a greatsword as a longsword)? ######[ table: General ] 1. Open the General table 2. Go Player - Slot Data - Weapon Data - Right Hand 1 (or any hand) - Grip Type - Powerstance Video: a.pomf.se/fvefse.webm ####How to backstab people in Jester's / Gower's / Iron Clad? ######[ table: General ] 1. Open the General table 2. Go Scripts > Player > Ignore Equipment Effects ####How to roll and attack without breaking "Chameleon" camouflage? ######[ table: General ] 1. Cast "Chameleon" spell or use "Silver Talisman" 2. Open the General table 3. Go Scripts > Player > Freeze Effects ####How to use "Banish Phantom pointers?" ######[ table: General ] 1. Change both values under "Value 1" and "Value 2" to 1 2. Use Black Separation Crystal IMPORTANT NOTE: Do not banish Dragon Bros with this method! I don't recommend you use this method at all. Use the "Old black separation crystal" script instead. Video: https://www.youtube.com/watch?v=XqTcqXZDY5s @@ -629,7 +691,7 @@ Disable script if you want to return home. ######Method 2: Use "Rewrite Online Phantom Status script" ("Server Connection" tab) Disable script if you want to return home. @@ -638,6 +700,25 @@ Disable script if you want to return home. You can't. Use "Banish Phantoms" pointers to kick them from your world. Video: http://www.youtube.com/watch?v=emGSQabL6oY ####I'm curious, what does "Rewrite phantom status" do? ######[ table: General ] Other players can't send you home (I believe they still can banish you by "transmitting" Black Separation Crystal Effect). Use "Disable Black Separation Crystal Effect" to prevent that. ####What is "LGK Everywhere"? ######[ table: General ] You can be summoned by Looking Glass Knight from anywhere. For example from Iron Keep. ####How to change jump length and jump distance? ######[ table: General ] 1. Open the General table in CE. 2. Go Scripts > Player > Jump Values ### Item Duping and Item Transformation [ table: General ] @@ -646,25 +727,17 @@ Video: http://www.youtube.com/watch?v=emGSQabL6oY 2. Open DS2, load the character whose items you want to change. 3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list. ### Duping and Item Transformation [ table: General ] 1. Open the General table in CE 2. Go to "Helpers and Misc" > Item Mod [CONSUMABLES] You can set [Desired Quantity] to a max of 20. Then drop an item 5x and you will end up with 5 stacks of 20. Discard 1 of your new consumable or else you won't be able to pick up the last stack. [ARMOR] You can set [Desired Level] to a max of 5 or 10 (check to see what the max is for that particular armor). You can make a twinkling titanite set +10 but it does not affect the stats. [WEAPON] You can set [Desired Level] to a max of 5 or 10 (check to see what the max is for that particular weapon). You can make a twinkling titanite weapon +10 but it does not affect the stats. For weapons you can also set [Desired Infusion]: 0 - none @@ -683,7 +756,6 @@ For weapons you can also set [Desired Infusion]: - Instead of using the helper, you can enter the item ID manually if you wish (ctrl+f ## Item IDs on this page). - Item transformations do not require you to drop an item on the ground afterward to save. The game saves it when you pick it up. ### Raising Covenant Rank ######[ table: General ] @@ -713,7 +785,6 @@ For weapons you can also set [Desired Infusion]: 1. Open the General table in CE > Name ### Editing Your Character Build ######[ table: General] ######NOTE: /dsg/ tested this and changes to character build do not show up to other people if you are summoned or if they are summoned to your world.** @@ -750,7 +821,6 @@ For weapons you can also set [Desired Infusion]: 9 = Up 3 = down ######[TIPS] * If you use GeDoSaTo, change your hotkeys or remove them, because otherwise freecam uses the same keys as that program. * If you freeze your XYZ values and uncheck [Free Cam], then check it again later, the camera will snap back to those values. @@ -816,13 +886,13 @@ BODY ### Extra Magic ######[no table needed] ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 updates. Id | Spell Name | Video -------- | ----------------| -------------------------------------------- 01DD99A0 | Soul Flash | http://a.pomf.se/uyamml.webm 01EA43D0 | Heavenly Thunder| http://a.pomf.se/bqqvsd.webm 021AC9B0 | Dark Dance |http://a.pomf.se/pvonnr.webm ### Secret Club @@ -847,37 +917,6 @@ Id | Name 300 Praise the Sun 310 Fist Pump ###### Bonfire List #####Pre-Advice!! @@ -2208,14 +2247,49 @@ Id | Name 001E78C8 | Greatsword of the Forlorn 002EFF40 | Scythe of the Forlorn ###Video Tutorials Name | URL ---------------------------------|------------------------------------- Editing equipment effects | http://www.youtube.com/watch?v=XVnw4sjkdPs How to use updated Bullet Helper | http://www.youtube.com/watch?v=dX0hjgLvSms Finding the ring effect address | http://www.youtube.com/watch?v=aofk-yDBgAM Attack Motion Param Helper | http://www.youtube.com/watch?v=GJyQUA38SgM Swapping entire moveset | http://www.youtube.com/watch?v=2ZqCeNn1Epk Dragon Torso Stone | http://www.youtube.com/watch?v=L2g5rU9XcZM Editing Jump Values | http://www.youtube.com/watch?v=3mj_uzEbM54 NPC Vacuum Sript | http://www.youtube.com/watch?v=h4UEQw9I8zA Item Param Helper | http://www.youtube.com/watch?v=iTQ9o7p83ns Backstab lock | http://www.youtube.com/watch?v=0Iia4y_kjaM Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I ###Update Notes #### SoFS General (24/05/15): * Added updated Bullet table * Added "Jump" values (Scripts > Player) * Added "Disable Death Animation" (Scripts > Player) * Added "Disable Corrosive Urn Damage" (Scripts > Player) * Added "Disable Black Sepration Crystal Effect" (Scripts > Player) * Added "Non-shoddy" +14 Crash Protection (Scripts > Player) * Added "Unlock All Bonfires" (Scripts > Player) * Added "Npc Auto-Parry" (Scripts > Player) * Added "Old Player VAC" (Teleport > ) * Added "Session Info" pointers * Added "Current Equipment" pointers (Player > Slot Data) * Added "Durability" pointers (Player > Slot Data) * Added "Attack Ratings" (Player > Slot Data) * Added "Bonfire Intensities" (Player > ) ###Old Tables & Old Other Stuff ###1.0.4 Tables * Monstervac: http://a.pomf.se/zkdrqv.CT * Bunch of scripts: http://a.pomf.se/swgwjx.CT ###1.0.5 Tables * Zullie's Ring Finder: http://a.pomf.se/xlotud.CT * Santa's Public Table: http://a.pomf.se/imeixf.CT @@ -2236,17 +2310,25 @@ Id | Name * The General 16/9/14: http://a.pomf.se/xyttix.CT * Bunch of scripts: http://a.pomf.se/jrahis.CT ###1.0.6 / 1.0.7 Tables * Moveset Table 30/9/14: http://a.pomf.se/jyurih.CT * Papa Legba's table 2/10/14: http://a.pomf.se/edbsqo.CT * Raw.ct: http://a.pomf.se/dzufix.ct * Shoddy Fog Gates: http://a.pomf.se/puruqi.CT * Marisa's Public Table: http://a.pomf.se/geduwv.CT * Silly Script: http://a.pomf.se/xljnnu.CT * Move Editor by Ventuxe: http://a.pomf.se/dgqrks.ct * Moveset Table by Ventuxe: http://a.pomf.se/mcxeql.CT * First Person "Mod": http://a.pomf.se/zugeyz.CT * Monster VAC by Marisa: http://a.pomf.se/iswssy.CT * Ventuxe's #Immunity Script: http://a.pomf.se/kvtufg.ct * Ventuxe's Table: http://a.pomf.se/mgripe.ct * General 10/02/2014: http://a.pomf.se/gyjrdv.zip * First Person Table: http://a.pomf.se/zugeyz.CT * PreCharacterCreate Mule: http://a.pomf.se/hhbucu.zip (See FAQ for how to install, you need to OWN all 3 dlc to use weapons max, armors max, all rings, all spells, a few consumables to get you started, current through Crown of the Ivory King) ###1.0.10 * General 16/02/2015: http://a.pomf.se/jnmlnm.CT -
Atvaark revised this gist
May 17, 2015 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -57,14 +57,16 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor ###### Bullet Parameter IDs (by Zullie) * http://git.io/NKa0 ###### Child Bullet Parameter IDs * http://git.io/NKBb ###### Enemy Modelswaps (by Benzoin-Gum) * http://git.io/NKRI ###### Modelswap IDs * http://git.io/NKRn * http://git.io/NKRz ## For Wizards aka atvaarks corner ###### Params -
Atvaark revised this gist
May 17, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -57,22 +57,22 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor ###### Bullet Parameter IDs (by Zullie) * http://git.io/NKa0 ###### Child Bullet Parameter IDs * http://git.io/NKBb ###### Enemy Modelswaps (by Benzoin-Gum) * http://git.io/NKRI ###### Modelswap IDs http://git.io/NKRn http://git.io/NKRz ## For Wizards aka atvaarks corner ###### Params * http://git.io/A6Gz ###### Classes * http://git.io/NKRr ###### Param file structures (Regulation.bnd) * http://git.io/A6GZ -
Atvaark revised this gist
May 17, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -57,11 +57,13 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor ###### Bullet Parameter IDs (by Zullie) * http://git.io/NKa0 ###### Child Bullet Parameter IDs * http://git.io/NKBb ###### Enemy Modelswaps (by Benzoin-Gum) * http://git.io/NKRI ###### Modelswap IDs http://git.io/NKRn http://git.io/NKRz -
Atvaark revised this gist
May 17, 2015 . 1 changed file with 385 additions and 353 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,12 @@ #Dark Souls II and SoFS Cheat Engine Guide ## Updates ## 17/05/2015 * Updated and reorganized the FAQ * Updated the General SoFS table ### 16/05/2015 * Updated the FAQ * Added SoFS info and SoFS item ids @@ -17,26 +21,25 @@ http://www.cheatengine.org/ ###### Tables Topic on CE Forum: * Dark Souls 2: http://forum.cheatengine.org/viewtopic.php?t=572974 * SoFS: http://www.cheatengine.org/forum/viewtopic.php?t=580758 ### General Tables ### 2.02 SoFS Tables ##### General 17/05/2015 * http://a.pomf.se/jqksfu.CT ###1.0.11 Tables ##### General 15/05/2015 * http://a.pomf.se/aekhfu.CT ###1.0.10 Tables ###### General 02/16 http://a.pomf.se/jnmlnm.CT ###1.0.7 Tables: ###### GENERAL ( 10/2, post-Ivory ) * http://a.pomf.se/gyjrdv.zip ###### #Namecrash immunity script @@ -53,26 +56,26 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor * https://anonfiles.com/file/1316019660f43deb8c8fc033d976ee15 ###### Bullet Parameter IDs (by Zullie) * http://git.io/NKa0 ###### Child Bullet Parameter IDs * http://git.io/NKBb ###### Enemy Modelswaps (by Benzoin-Gum) * http://git.io/NKRI ###### Modelswap IDs http://git.io/NKRn http://git.io/NKRz ## For Wizards aka atvaarks corner ###### Params * http://git.io/A6Gz ###### Classes * http://git.io/NKRr ###### Param file structures (Regulation.bnd) * http://git.io/A6GZ ###### 1.0.10 item lore changes (vaati.csv) * https://www.diffchecker.com/1kdvi0iq ###### 1.0.10 string table dump @@ -87,37 +90,79 @@ BonfireName.fmg | http://git.io/NK0s ## Content * FAQ * Will I get banned for using Cheat Engine? * What is a softban? * How long do bans last for? * How do I get out of a soft ban? * What is family sharing limitations? * Can I get softbanned for if I get from a friend? * Can I get softbanned for for editing stats and spawning items offline? * What about VAC? * Did the last patch disable all tables/scripts? * What is the difference between a table and a trainer? * How to merge Cheat Engine tables? * There are a lot of tables, I want to use multiple tables at once! * How can I remove the name censor (the *'s in people's names)? * I use Windows 8 / 8.1 / Windows 10 * How can i transfer saves? * How to Change Sin / Wretch Status? * How to change Soul Memory? * How to change my stats? * How to change character class? * How to change my character name? * I'm wondering how many letters can fit in the name? * How do I change the color of my name? * How to Dupe Character? * Are there difficulty settings? * Warping to any Bonfire. * What is hostility status? * Changing Your Hostility Status * Extending Your Torch Life * Editing your Character Build * How to teleport? * How to backstab teleport other players? * What is the difference between new Godmode and the old one? * I got invaded by a hacker / tryhard / person I don’t want to play with * Will I get penalty if I’ll use the “Disconnect from Online” script? * I’m hosting fightclubs. Is there any way to manually update signs? * How to Noclip? * How to create custom spells? * How to change Ring Effects? * How to edit effects / change buff duration? * How to add spells / bullets to my attacks? * How to use bonfire sitting animation in SoFS? * How to kill players who use the "Bonfire Sitting Animation"? * How to change phantom color? * How to become invisible? * How to kill npc in other worlds? * How to modify weapon properties? * How to change weapon's position (like carrying a greatsword as a longsword)? * How to backstab people in Jester's / Gower's / Iron Clad? * How to roll and attack without breaking "Chameleon" camouflage? * How to use "Banish Phantom pointers? * How to use consumables and chug estus in the BoB arena / other worlds? * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world? * Item Duping and Item Transformation * Raising Covenant Rank * Changing Your Character Name * Editing Character Build * Freecam Controls * [Patched] Become the Barrel * Become Invisible (Mostly) * Extra Magic * Secret Club * Appendix * Changelog * Bonfire List * Item IDs * DLC Item IDs * Recolored Items * Scholar of the First Sin Items * Old Tables & Old Other Stuff ### FAQ #### Will I get banned for using Cheat Engine? No. But you can get softbanned for: * editing stats, changing soul memory * there have been a few reports that using an “Infinite Items” script can cause it @@ -127,59 +172,60 @@ No. But you can get softbanned for: More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754 Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me. #### What is a softban? Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available. #### How long do bans last for? Softbans are permanent #### How do I get out of a soft ban? Use Family Sharing http://www.youtube.com/watch?v=dWDSzUOuiAE But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too. #### What is family sharing limitations? You may authorize up to 5 account per 90 days. #### Can I get softbanned for if I get <item name> from a friend? Rarely, but yes. ####Can I get softbanned for for editing stats and spawning items offline? Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter. ####What about VAC? FROM disabled it because they're incompetent: http://steamcommunity.com/app/236430/discussions/0/558754259718155271/ ####Did the last patch disable all tables/scripts? The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak. The only thing that might break is the codelist addresses. But you can update them on your own. ######[ table: General ] 1. Open CodeList (Cheat Engine > Advanced) and remove every single address there. 2. Go to the Helpers / Misc > Codelist. Enable this script. 3. Use these AOB’s to find new addresses and add them to the Codelist. Video: http://youtu.be/CYh_qwHs4FA ####What is the difference between a table and a trainer? A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE. ####How to merge Cheat Engine tables? If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge. ####There are a lot of tables, I want to use multiple tables at once! You can merge them. If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge. ####How can I remove the name censor (the ***'s in people's names)? Copy x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\Chinese\win32OnlyNgWord.bin and replace x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\English\win32OnlyNgWord.bin or whatever language you may be using. ####I use Windows 8 / 8.1 / Windows 10 The updated general table is Windows 8 / 10 compatible. ####How can i transfer saves? Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: * Make a New Game @@ -195,37 +241,69 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: * Make a New Game * Quit to main menu ####How to Change Sin / Wretch Status? ######[ table: General ] 1. Open the General table in CE. 2. Go to Player > Statistic Sin – is current amount of your sin Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch ####How to change Soul Memory? ######[ table: General ] Editing Soul Memory is the fastest way to get banned. But if you still want to do it then: 1. Open the General table in CE. 2. Go to Player > Statistic > Soul Memory ####How to change my stats? ######[ table: General ] 1. Open the General table in CE. 2. Go to Player > Statistic If you want to change attributes go to Player > Attributes. ######[TIPS] - Editing your attributes or stats does not increase your soul level, but it does increase the # of souls you give if you die to someone else. - Personally I do not use these functions and just dupe some soul items to give me souls for leveling. ####How to change character class? ######[ table: General ] You will need a Soul Vessel for this change to affect your stats. 1. Open the General table in CE 2. Go to Player Statistic - Class 3. Set value as desired: Warrior - 1 Knight - 2 Swordsman - 9 Bandit - 4 Cleric - 6 Sorcerer - 7 Explorer - 8 Deprived - 10 4. Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen. 5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it) ####How to change my character name? ######[ table: General ] 1. Open the General table in CE. 2. The name pointer will be on the front page. ####I'm wondering how many letters can fit in the name? 31. ####How do I change the color of my name? ######[ table: General ] 1. Open the General table in CE. 2. Go to the name pointer @@ -243,28 +321,72 @@ How to bypass censor for my own name? Alternative Method: https://www.youtube.com/watch?v=AYmkg9UFW84 ####How to Dupe Character? ######[ table: General ] 1. Open the General table in CE. 2. Go to Player > Statistic > Save Slot 3. Change value to desired slot (starts at 0 for first slot), preferably empty slot below the current one (so if at 0, set to 1). 4. Quit your current game and load your saves, the dupe should be in the next slot down. 5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it) ####Are there difficulty settings? ######[ table: General ] This allows you to set the difficulty of enemies in your game to NG, NG+, etc. values. It will also cause NG+ phantoms and extra enemies to appear if set to at least NG+. In my testing it does not affect your playthrough level for summoning purposes (saw the same signs at NG and NG+9). 1. Open the General table in CE. 2. NG Cycle pointer will be on the front page ####Warping to any Bonfire. ######[ table: General ] ######Pointer method: 1. Open the General table in CE. 2. Use “Last bonfire” pointer on the front page 3. Select Bonfire you want to warp 4. Use Homeward Bone or Darksign. ######Manual Method: 1. Open DS2, load the character you want to warp on. 2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine. 3. Sit at the Majula bonfire (let character stand up after) and perform a first scan for 4650 (default settings). 4. Warp to another bonfire, like Cardinal Tower (FOFG). Sit at the bonfire and let character stand up. 5. Perform a next scan for 10655 (Cardinal Tower-FOFG), or pick another bonfire from the list and scan for the appropriate ID (ctrl+f ## Bonfire List). 6. Transfer your 2-3 results to the lower box. 7. Alter values to your desired bonfire. 8. Use a Homeward Bone (don't sit at the bonfire again). ######[TIPS] - If you warp to a bonfire you cannot access without touching a secret wall or button, you will be unable to leave the room until you open it from the other side. - You do not need to use Majula/Cardinal Tower for your scans, just refer to the Bonfire List. - Things Betwixt bonfire does not seem to work for scanning purposes. ####What is hostility status? Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However, you can also do some extra things in other people's worlds (see the list of hostility statuses below). ####Changing Your Hostility Status ######[ table: General ] ######Pointer Method: 1. Open the General table in CE. 2. Use “Hostility” pointer on the front page ######Manual Method: 1. Open DS2, load the character whose hostility status you want to change. 2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine. 3. Invade as a red phantom (unranked in BOB) and perform a next scan for 1800 (4 byte, HEX unchecked) 4. Get summoned as a white phantom and perform a next scan for 513 (default settings). 5. Return to your world and perform a next scan for 0. 6. Invade as a red phantom again and perform a next scan for 1800 again 7. Transfer result to lower box. Hostility Status list: Id | Name @@ -290,89 +412,133 @@ Id | Name 4608 | Friendly NPC 5888 | Hostile NPC ####Extending Your Torch Life ######[ table: General ] 1. Open the General table in CE. 2. Go to Player > Statistic > Torch Time ####Editing your Character Build ######[ table: General ] 1. Open the General table in CE. 2. Go to Player > Appearance. NOTE: Changes to character are client-side only. ####How to teleport? ######[ table: General ] 1. Open the General table in CE. 2. Go to Teleport > AOB Teleport. ####How to backstab teleport other players? ######[ table: General ] 1. Open the General table in CE. 2. Go to Teleport > Vacuum script. 3. Enable the script. 4. Backstab 5. Disable the script. ####What is the difference between new Godmode and the old one? ######[ table: General ] When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players. ####I got invaded by a hacker / tryhard / person I don’t want to play with ######[ table: General ] You are able to banish (send home) all phantoms by using the “Old Black Separation Crystal Method” script (Scripts > Player) 1. Enable script 2. Use Black Separation crystal 3. Disable script ####But I don’t want to banish everyone! ######[ table: General ] Then use “Banish Phanton” pointers in the general table. ####I don’t want to banish anyone at all! ######[ table: General ] In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session. ####Will I get penalty if I’ll use the “Disconnect from Online” script? ######[ table: General ] Needs testing. ####I’m hosting fightclubs. Is there any way to manually update signs? ######[ table: General ] Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs. NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading. ####How to Noclip? ######[ table: General ] If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer. ####How to create custom spells? ######[ table: General ] Use ""Bullet Table" v6 by All-Bones Jones Helpers / Misc > Bullet Helper. How to use: https://www.youtube.com/watch?v=-qW2PPRNtaQ ####How to change Ring Effects? ######[ table: General ] Use ""Ring Helper"" by Zullie Helpers / Misc > Ring Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). ####How to edit effects / change buff duration? ######[ table: General ] Use Effect Helper by Zullie. Helpers / Misc > Effect Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). Zullie’s description: This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun! ####How to add spells / bullets to my attacks? ######[ table: General ] Use Ventuxe’s Move Editor. Helpers / Misc > Attack Motion Param First you have to change debugger settings if you haven’t changed it yet (check video above). ####How to use bonfire sitting animation in SoFS? ######[ table: General ] 1. Open the General table in CE. 2. Player > Flags > Sitting animation pointer Value | Description --------|------------------ 4096 | sit down (Default Hotkey is Num7) 8192 | stand up (Default HotKey is Num8) 11520 | (Default Hotkey is Num9) can be used for easy invading: https://www.youtube.com/watch?v=Xgffn5a0h6o ####How to kill players who use the "Bonfire Sitting Animation"? ######[ table: General ] 1. Open the General Table 2. Go To Scripts > Multiplayer > Iframes 3. Freeze the address values at 0 ("Backstab" and "I-frames") 4. Now you should able to backstab Video: http://www.youtube.com/watch?v=AHSZW0EIdxQ ####How to change phantom color? ######[ table: General ] You can stack multiple white ring effects or use “Repleshement” script from the General table. Value | Description @@ -387,19 +553,88 @@ Value | Description You can check other values 1 – 21 on your own. ####How to become invisible? ######[ table: General ] 05C4E5FA is the invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp or invade. Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work. ####How to kill npc in other worlds? ######[ table: General ] You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script). ####How to modify weapon properties? ######[ table: General ] Player > Slot Data > Equipment Data > Choose the hand and slot > Properties > Structure. You could apply the “silly script” effect to any weapon you want by changing “Status Effects Value” to +Inf. You can also edit hitboxes, damage multiplier (set it to -50 if you want heal people by punching them), equipment damage multiplier (value +inf will break all their gear and negative damage will repair it…) and other stuff like stats requirements. ####How to change weapon's position (like carrying a greatsword as a longsword)? ######[ table: General ] 1) Open the General table 2) Go Player - Slot Data - Equipment Data - Right Hand 1 (or any hand) - Grip Type - Powerstance Video: a.pomf.se/fvefse.webm ####How to backstab people in Jester's / Gower's / Iron Clad? ######[ table: General ] 1) Open the General table 2) Go Scripts > Player > Ignore Equipment Effects ####How to roll and attack without breaking "Chameleon" camouflage? ######[ table: General ] 1) Cast "Chameleon" spell or use "Silver Talisman" 2) Open the General table 2) Go Scripts > Player > Freeze Effects ####How to use "Banish Phantom pointers?" ######[ table: General ] 1. Change both values under "Value 1" and "Value 2" to 1 2. Use Black Separation Crystal IMPORTANT NODE: Do not banish Dragon Bros with this method! Video: https://www.youtube.com/watch?v=XqTcqXZDY5s Value | Phantom ------|------------- 1 | Shade 3 | White 8 | Dark Spirit 9 | Dark Spirit 10 | Dark Spirit 11 | Dark Spirit 12 | Dark Spirit 13 | Dragon Remnants 7 | Bell Keepers ####How to use consumables and chug estus in the BoB arena or in other worlds? ######[ table: General ] ######Method 1: Use "Force Host Invasion" script (Scripts - Multiplayer) Disable script if you want to return home. ######Method 2: Use "Rewrite Online Phantom Status script"" (Server Connection - ...) Disable script if you want to return home. ####How to kill "dead" players who used "Invade as host" script and "died" in my world? ######[ table: General ] You can't. Use "Banish Phantoms" pointers to kick them from your world. Video: http://www.youtube.com/watch?v=emGSQabL6oY ### Item Duping and Item Transformation [ table: General ] @@ -445,81 +680,18 @@ For weapons you can also set [Desired Infusion]: - Item transformations do not require you to drop an item on the ground afterward to save. The game saves it when you pick it up. ### Raising Covenant Rank ######[ table: General ] 1. Open the General table in CE. 2. Player - Covenants 3. Notice the numbers next to each covenant's name. Unless you have some specific reason not to, set the value to the highest number (the one furthest to the right, ex. 500 for BOB). YOU WILL STILL GET ALL REWARDS if you set the value immediately to the max number. 4. Travel via bonfire, then talk to the covenant leader or make an offering. ######[TIPS] - Tested with Way of the Blue: you can set yourself to max rank before you talk to the leader the first time or join the covenent. Set your rank, talk to them to join the covenant, then your rank should increase each further time you talk to them. - You can uncheck your covenant value, Covenants, and Player once you have gotten the rank-up dialogue in-game. ### Changing Your Character Name ######[no table needed] @@ -533,106 +705,10 @@ Deprived - 10 8. Save and quit DS2. ###### Pointer Method ######[ table: General ] 1. Open the General table in CE > Name ### Editing Your Character Build ######[ table: General] @@ -641,7 +717,7 @@ B. Follow item swapper procedure (ctrl+f ## Item Duping and Item Transformation) 1. Open the General table in CE. 2. Open DS2, load the character whose build you want to change. 3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list. 4. Player > Character Model > Build 5. Here are some examples of modifications: http://i.imgur.com/BBylg3s.jpg 6. You have to keep CE running at all times to keep your custom body. 7. You have to manually reenter your build values each time you load the game. Make sure you save them. @@ -660,7 +736,7 @@ B. Follow item swapper procedure (ctrl+f ## Item Duping and Item Transformation) 1. Open the General table in CE. 2. Open DS2, load the character you want to use the freecam with. 3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list. 4. Check Scripts > Camera > Freecam 5. To freeze your freecam's current location, check the boxes for X, Y and Z. 6. Controls for moving the freecam around (NUMPAD): 8 = North @@ -682,56 +758,8 @@ Y Z 0.7393138409 ### [Patched] Become the Barrel ######[no table needed] 1. Have a Wanderer's Coat in your inventory. @@ -783,64 +811,25 @@ BODY ### Extra Magic ######[no table needed] ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 update. Id | Name -------- | --------------------------------------------------- 01DD99A0 | Soul Flash http://a.pomf.se/uyamml.webm 01EA43D0 | Heavenly Thunder http://a.pomf.se/bqqvsd.webm 021AC9B0 | Dark Dance http://a.pomf.se/pvonnr.webm ### Secret Club ######[ table: General ] 1. Open DS2, load the character you want to be in the secret club. 2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list. 3. Player > Slot Data > Gestures > Double Click on the gesture slot and set it to the "Secret Club" ######[TIPS] * Other non-starter gesture values: 40 Welcome 50 Duel Bow 70 Joy @@ -2214,3 +2203,46 @@ Id | Name 019B12C7 | Forlorn Leggings 001E78C8 | Greatsword of the Forlorn 002EFF40 | Scythe of the Forlorn ###Old Tables & Old Other Stuff ###1.0.4.0 Tables * Monstervac by Manly Tears: http://a.pomf.se/zkdrqv.CT * Bunch of scripts: http://a.pomf.se/swgwjx.CT ###1.0.5.0 Tables * Zullie's Ring Finder: http://a.pomf.se/xlotud.CT * Santa's Public Table: http://a.pomf.se/imeixf.CT * The General 4/9/14 http://a.pomf.se/qcpncf.CT * Moveset Table: http://a.pomf.se/optvlx.CT * Dragon Torso Stone by Zullie: http://a.pomf.se/dfjkyc.CT * White Ring Table (Clientside): http://a.pomf.se/juxtyi.CT * Bullet Structure Helper 5/9/14 http://a.pomf.se/cwwzaz.CT * Jump Length Script: http://a.pomf.se/zrbtjh.CT * Ventuxe's Moveset Table: http://a.pomf.se/uiauzi.CT * Speed and Movement Modifiers: http://a.pomf.se/bgalbe.CT * NPC Swap: http://a.pomf.se/uucaon.CT * The Color Table: http://a.pomf.se/vfovmk.CT * Ventuxe's Name Color Table: http://a.pomf.se/wxccfk.CT * Vivid Grim's Table: http://a.pomf.se/ovzmye.CT * Zullie's Effect Helper: http://a.pomf.se/owczdt.CT * Something: http://a.pomf.se/dpmtnk.CT * The General 16/9/14: http://a.pomf.se/xyttix.CT * Bunch of scripts: http://a.pomf.se/jrahis.CT ###1.0.6.0 / 1.0.7.0 Tables * Moveset Table 30/9/14: http://a.pomf.se/jyurih.CT * Bunch of scripts (Probably by Papa Legba) 2/10/14: http://a.pomf.se/edbsqo.CT * Raw.ct: http://a.pomf.se/dzufix.ct * Shoddy Fog Gates: http://a.pomf.se/puruqi.CT * Marisa's Public Table: http://a.pomf.se/mgwidn.CT * Silly Script: http://a.pomf.se/xljnnu.CT * Move Editor by Ventuxe: http://a.pomf.se/dgqrks.ct * Moveset Table by Ventuxe: http://a.pomf.se/mcxeql.CT * First Person "Mod": http://a.pomf.se/zugeyz.CT * Monster VAC by Marisa: http://a.pomf.se/iswssy.CT * Ventuxe's #Immunity Script: http://a.pomf.se/kvtufg.ct * Ventuxe's Table: http://a.pomf.se/mgripe.ct -
Atvaark revised this gist
May 16, 2015 . 1 changed file with 13 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ## Updates ## 16/05/2015 * Updated the FAQ * Added SoFS info and SoFS item ids ### 15/05/2015 @@ -11,13 +12,6 @@ ### 23/02/2015 * Migrated some more deleted pastebins. ## General ###Cheat Engine http://www.cheatengine.org/ @@ -129,6 +123,7 @@ No. But you can get softbanned for: * there have been a few reports that using an “Infinite Items” script can cause it * posessing items with invalid infusions and levels (e.g. +12 Poison Binoculars) * picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it). More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754 Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me. @@ -796,8 +791,11 @@ BODY * Quitting and reloading will restore disappeared spells in their original form (so if you replace Soul Arrow and disappear the new spell by switching weapons or traveling, it will come back as Soul Arrow if you quit/reload). ##### Choose a Spell (names are made up, Flame Lash is recycled from network test) 01DD99A0 - Sorcery: Ion Pillar - http://a.pomf.se/uyamml.webm 01ED02F0 - Miracle: Heavenly Thunderpatch - http://a.pomf.se/bqqvsd.webm 021AC9B0 - Hex (Chime): Stand Still - http://a.pomf.se/pvonnr.webm *may not have lightning bolt effect ###### Sorcery - Ion Pillar @@ -880,7 +878,14 @@ BODY * This paste appears to get removed automatically at the moment. * Updated the links to atvaarks string table dumps ###### 14/02/2015 * Migrated all deleted pastebins. ###### 10/02/2015 * Migrated from pastebin to GitHub Gist * Added markdown formatting ###### Bonfire List #####Pre-Advice!! If you warp to a bonfire that can only be accessed via secret wall (button press) or key, you can not exit from that room unless you use free roam or warp to another generic bonfire! -
Atvaark revised this gist
May 16, 2015 . 1 changed file with 19 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,6 @@ ## Updates ## 16/05/2015 * Added SoFS info and SoFS item ids ### 15/05/2015 @@ -236,9 +235,10 @@ If you want to change attributes go to Player > Attributes. 2. Go to the name pointer To change the color of your name use the following template in the name pointer: \#c[FFFFFF]Knight#c Where FFFFFF is the RGB Hex Triplet and Knight is your name. RGB Hex Triplet Color Chart http://www.dusek.ch/utilities/colors/ For example #c[FF0000]Knight#c will give you red name. How to bypass censor for my own name? @@ -271,6 +271,7 @@ Hostility status determines who and what can be aggressive towards you, or what 2. Use “Hostility” pointer on the front page Hostility Status list: Id | Name ------|------------- -1 | Hollow @@ -319,6 +320,7 @@ When the “Godmode” script is active, you cannot die. The script will nullify ######I got invaded by a hacker / tryhard / person I don’t want to play with You are able to banish (send home) all phantoms by using the “Send everyone home” script (Scripts > Player) 1. Enable script 2. Use Black Separation crystal 3. Disable script @@ -369,20 +371,24 @@ First you have to change debugger settings if you haven’t changed it yet (chec 1. Open the General table in CE. 2. Player > Flags > Sitting animation Value | Description --------|------------------ 4096 | sit down (Default Hotkey is Num7) 8192 | stand up (Default HotKey is Num8) 11520 | (Default Hotkey is Num9) can be used for easy invading: https://www.youtube.com/watch?v=Xgffn5a0h6o ######How to change phantom color? You can stack multiple white ring effects or use “Repleshement” script from the General table. Value | Description --------|------------------ 1 | White Phantom 2 | Blue Sentinel 3 | Sunbro 4 | Red 7 | Abyss Spirit 8 | Bonfire Phantom 20 | Blue Ghost. You can check other values 1 – 21 on your own. @@ -396,6 +402,7 @@ You can’t, From Software “patched” this with the ivory king patch. However ######How to modify weapon properties? Player > Slot Data > Equipment Data > Choose the hand and slot > Properties > Structure. You could apply the “silly script” effect to any weapon you want by changing “Status Effects Value” to +Inf. You can also edit hitboxes, damage multiplier (set it to -50 if you want heal people by punching them), equipment damage multiplier (value +inf will break all their gear and negative damage will repair it…) and other stuff like stats requirements. ### Item Duping and Item Transformation -
Atvaark revised this gist
May 16, 2015 . 1 changed file with 253 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,10 @@ ## Updates ## 16/05/2015 * Updated the FAQ * Added SoFS info and SoFS item ids ### 15/05/2015 * Added cheat tables for 2.02 SoFS and 1.11 @@ -22,12 +26,11 @@ http://www.cheatengine.org/ ###### Tables Topic on CE Forum: * http://forum.cheatengine.org/viewtopic.php?t=572974 ### General Tables ### 2.02 SoFS Tables ##### General 16/05/2015 http://a.pomf.se/ykqudt.CT ###1.0.11 Tables ##### General 15/05/2015 @@ -122,23 +125,52 @@ BonfireName.fmg | http://git.io/NK0s ### FAQ ######Will I get banned for using Cheat Engine? No. But you can get softbanned for: * editing stats, changing soul memory * there have been a few reports that using an “Infinite Items” script can cause it * posessing items with invalid infusions and levels (e.g. +12 Poison Binoculars) * picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it). More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754 Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me. ######What is a softban? Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available. ######How long do bans last for? Softbans are permanent ######How do I get out of a soft ban? Use Family Sharing http://www.youtube.com/watch?v=dWDSzUOuiAE But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too. ######What is family sharing limitations? You may authorize up to 5 account per 90 days. ######Can I get softbanned for if I get <item name> from a friend? Rarely, but yes. ######Can I get softbanned for for editing stats and spawning items offline? Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter. ######What about VAC? FROM disabled it because they're incompetent. http://steamcommunity.com/app/236430/discussions/0/558754259718155271/ ######Did the last patch disable all tables/scripts? The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak. The only thing that might break is the codelist addresses. But you can update them on your own. 1. Open CodeList (Cheat Engine > Advanced) and remove every single address there. 2. Go to the Helpers / Misc > Codelist. Enable this script. 3. Use these AOB’s to find new addresses and add them to the Codelist. [Post-Ivory] New general table has been added that fixes most things. ######What is the difference between a table and a trainer? A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE. ######How to merge Cheat Engine tables? If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge. ######There are a lot of tables, I want to use multiple tables at once! You can merge them. If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge. @@ -150,10 +182,10 @@ and replace x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\English\win32OnlyNgWord.bin or whatever language you may be using. ######I use Windows 8 / 8.1 / Windows 10 The updated general table is Windows 8 / 10 compatible. ######How can i transfer saves? Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: * Make a New Game @@ -169,6 +201,203 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287: * Make a New Game * Quit to main menu ######How to Change Sin / Wretch Status? 1. Open the General table in CE. 2. Go to Player > Statistic Sin – is current amount of your sin Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch ######How to change Soul Memory? Editing Soul Memory is the fastest way to get banned. But if you still want to do it then: 1. Open the General table in CE. 2. Go to Player > Statistic > Soul Memory ######How to change my stats? 1. Open the General table in CE. 2. Go to Player > Statistic If you want to change attributes go to Player > Attributes. ######How to change character class? 1. Open the General table in CE. 2. Player > Statistic > Character Class ######How to change my character name? 1. Open the General table in CE. 2. The name pointer will be on the front page. ######I'm wondering how many letters can fit in the name? 31. ######How do I change the color of my name? 1. Open the General table in CE. 2. Go to the name pointer To change the color of your name use the following template in the name pointer: #c[FFFFFF]Knight#c Where FFFFFF is the RGB Hex Triplet and Knight is your name. RGB Hex Triplet Color Chart http://www.dusek.ch/utilities/colors/ For example #c[FF0000]Knight#c will give you red name. How to bypass censor for my own name? 1. Open the General table in CE. 2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored. Alternative Method: https://www.youtube.com/watch?v=AYmkg9UFW84 ######How to Dupe Character? 1. Open the General table in CE. 2. Go to Player > Statistic > Save Slot ######Are there difficulty settings? 1. Open the General table in CE. 2. NG Cycle pointer will be on the front page ######Warping to any Bonfire. 1. Open the General table in CE. 2. Use “Last bonfire” pointer on the front page 3. Select Bonfire you want to warp 4. Use Homeward Bone or Darksign. ######What is hostility status? Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However, you can also do some extra things in other people's worlds (see the list of hostility statuses below). ######Changing Your Hostility Status 1. Open the General table in CE. 2. Use “Hostility” pointer on the front page Hostility Status list: Id | Name ------|------------- -1 | Hollow 0 | Host 18 | Noclip / Ghost 19 | Noclip / Ghost 513 | White Phantom 514 | White Shade 515 | Gold Sunbro 516 | Gold Shade Sunbro 1286 | Arbiter Spirit 1287 | Arbiter Spirit 1799 | Dark Spirit 1800 | Dark Spirit 1810 | Red Noclip 1803 | Dark Spirit 2315 | Gray Spirit 3085 | Dragon Spirit 4113 | Arena fighter 4352 | Friendly NPC 4608 | Friendly NPC 5888 | Hostile NPC ######Extending Your Torch Life 1. Open the General table in CE. 2. Go to Player > Statistic > Torch Time ######Editing Your Character Build 1. Open the General table in CE. 2. Go to Player > Appearance. NOTE: Changes to character are client-side only. ######How to teleport? 1. Open the General table in CE. 2. Go to Teleport > AOB Teleport. ######How to backstab teleport other players? 1. Open the General table in CE. 2. Go to Teleport > Vacuum script. 3. Enable the script. 4. Backstab 5. Disable the script. ######What is the difference between new Godmode and old one? When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players. ######I got invaded by a hacker / tryhard / person I don’t want to play with You are able to banish (send home) all phantoms by using the “Send everyone home” script (Scripts > Player) 1. Enable script 2. Use Black Separation crystal 3. Disable script ######But I don’t want to banish everyone! Then use “Banish Phanton” pointers in the general table. ######I don’t want to banish anyone at all! In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session. ######Will I get penalty if I’ll use the “Disconnect from Online” script? Needs testing. ######I’m hosting fightclubs. Is there any way to manually update signs? Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs. NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading. ######How to Noclip? If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer. ######How to create custom spells? Use Bullet Table 6 by All-Bones Jones Helpers / Misc > Bullet Helper. How to use: https://www.youtube.com/watch?v=-qW2PPRNtaQ ######How to change Ring Effects? Use Ring Helper by Zullie Helpers / Misc > Ring Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). How to edit effects / change buff duration? ######Use Effect Helper by Zullie. Helpers / Misc > Effect Helper. First you have to change debugger settings if you haven’t changed it yet (check video above). Zullie’s description: This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun! ######How to add spells / bullets to my attacks? Use Ventuxe’s Move Editor. Helpers / Misc > Attack Motion Param First you have to change debugger settings if you haven’t changed it yet (check video above). ######How to use bonfire sitting animation in SoFS? 1. Open the General table in CE. 2. Player > Flags > Sitting animation Value 4096 is sit down (Default Hotkey is Num7) Value 8192 is stand up (Default HotKey is Num8) Value 11520 (Default Hotkey is Num9) can be used for easy invading: https://www.youtube.com/watch?v=Xgffn5a0h6o ######How to change phantom color? You can stack multiple white ring effects or use “Repleshement” script from the General table. Value 1 is White Phantom Value 2 is Blue Sentinel Value 3 is Sunbro Value 4 is Red Value 7 is Abyss Spirit Value 8 is Bonfire Phantom Value 20 is Blue Ghost. You can check other values 1 – 21 on your own. ######How to become invisible? 05C4E5FA is the invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp or invade. Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work. ######How to kill npc in other worlds? You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script). ######How to modify weapon properties? Player > Slot Data > Equipment Data > Choose the hand and slot > Properties > Structure. You could apply the “silly script” effect to any weapon you want by changing “Status Effects Value” to +Inf. You can also edit hitboxes, damage multiplier (set it to -50 if you want heal people by punching them), equipment damage multiplier (value +inf will break all their gear and negative damage will repair it…) and other stuff like stats requirements. ### Item Duping and Item Transformation [ table: General ] @@ -1962,3 +2191,14 @@ Id | Name 00560F40 | Gold-colored Greataxe 00563650 | Blood-stained Great Club 00565D60 | Blood-stained Caestus ###Scholar of the First Sin Items Id | Name -------- | --------------------------------------------------- 019B12C4 | Forlorn Helm 019B12C5 | Forlorn Armor 019B12C6 | Forlorn Gauntlets 019B12C7 | Forlorn Leggings 001E78C8 | Greatsword of the Forlorn 002EFF40 | Scythe of the Forlorn -
Atvaark revised this gist
May 15, 2015 . 1 changed file with 14 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,9 @@ ## Updates ### 15/05/2015 * Added cheat tables for 2.02 SoFS and 1.11 ### 23/02/2015 * Migrated some more deleted pastebins. @@ -19,8 +22,18 @@ http://www.cheatengine.org/ ###### Tables Topic on CE Forum: * http://forum.cheatengine.org/viewtopic.php?t=572974 ### General Tables ### 2.02 SoFS Tables ##### General 15/05/2015 http://a.pomf.se/ixbdav.CT ###1.0.11 Tables ##### General 15/05/2015 http://a.pomf.se/aekhfu.CT ###1.0.10 Tables ###### General 02/16 http://a.pomf.se/jnmlnm.CT -
Atvaark revised this gist
Feb 23, 2015 . 1 changed file with 11 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,17 +2,16 @@ ## Updates ### 23/02/2015 * Migrated some more deleted pastebins. ### 14/02/2015 * Migrated all deleted pastebins. ### 10/02/2015 * Migrated from pastebin to GitHub Gist * Added markdown formatting ## General ###Cheat Engine http://www.cheatengine.org/ @@ -48,8 +47,6 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor http://git.io/NKa0 ###### Child Bullet Parameter IDs http://git.io/NKBb ###### Enemy Modelswaps (by Benzoin-Gum) http://git.io/NKRI @@ -59,11 +56,11 @@ http://git.io/NKRz ## For Wizards aka atvaarks corner ###### Params http://git.io/A6Gz ###### Classes http://git.io/NKRr ###### Param file structures (Regulation.bnd) http://git.io/A6GZ ###### 1.0.10 item lore changes (vaati.csv) https://www.diffchecker.com/1kdvi0iq @@ -502,7 +499,7 @@ Offset V: 24 7. Equip your Wanderer's Coat. It will have the same icon, but the appearance will be barrel. ######[TIPS] - If this does not work for you, choose a body armor from armor list - Search for the ID (replace x with 1) - do not check off "Hex" next to the search box. - Then replace it with the ID for barrel (11450101) @@ -532,7 +529,6 @@ BODY * If you choose the Vengarl helm + invisible body option, you can put a second helm in your head slot and stack the two together. NOTE: When I had the Vengarl option on and equipped a prisoner hood, my game crashed. Tested many other helms and they all worked fine, so not sure on the cause of this crash. ######[CUSTOMIZATION] * Every armor piece has an ID in the format *******x : the *'s identify the item, the x identifies the slot (0/head, 1/body, 2/hand, 3/leg). So for example when I have you scanning for manikin armor pieces above, you are entering the same prefix (1224010) each time, and only changing the last number to specify the slot. * To make parts invisible, you are abusing the fact that some armors do not have a complete set. For example, the hand value I tell you to replace the manikin gloves with is a glove slot from singer's dress (13040102), and the leg value I tell you to replace with is a leg slot from Nahr Alma robes (17830103). * I got crashes trying to use different nonexistent parts from the same armor set (for example trying to use both singer's dress gloves and singer's dress legs), so that is why I tell you to use parts from different armors. @@ -625,20 +621,15 @@ BODY ######11/30/2014 * Added the namecrash immunity script ###### 12/01/2014 * Added the missing Ivory King bonfire ids ###### 02/04/2015 * Added the new item in 1.0.10 ###### 10/02/2015 * This paste appears to get removed automatically at the moment. * Updated the links to atvaarks string table dumps ### Bonfire List -
Atvaark revised this gist
Feb 16, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,8 +22,8 @@ http://www.cheatengine.org/ ###1.0.10 Tables ###### General 02/16 http://a.pomf.se/jnmlnm.CT ###1.0.7 Tables: ###### GENERAL ( 10/2, post-Ivory ) -
Atvaark revised this gist
Feb 14, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ## Updates ### 14/02/2015 * Migrated all deleted pastebins. ### 10/02/2015 * Migrated from pastebin to GitHub Gist @@ -45,7 +45,7 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor * https://anonfiles.com/file/1316019660f43deb8c8fc033d976ee15 ###### Bullet Parameter IDs (by Zullie) http://git.io/NKa0 ###### Child Bullet Parameter IDs http://git.io/NKBb ###### Armor IDs (by Santa) -
Atvaark revised this gist
Feb 14, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,8 @@ ## Updates ### 14/02/2015 * Migrated all but one of the deleted pastebins to gist (Bullet Parameter IDs are still missing) ### 10/02/2015 * Migrated from pastebin to GitHub Gist
NewerOlder