Darkedone02 wrote: ↑Sat Sep 16, 2017 4:18 pm
when I attempt to freeze them, then quicksave and quickload, I end up getting a CtD.
Of course it crashes - the memory you freeze will be long gone and contain something else by the time the game is loaded.
Zanzer,
have you tried adding TAGs?
There's that string array with the character tags.
I wonder if this would work:
- create a string list (with the tags wanted)
- save old string list pointer
- set new string list pointer (so that character data would point to the new string list rather than the old sting list)
- save game
- restore old string pointer
- load game
Have you tried anything like this?
Zanzer wrote: ↑Sun Mar 05, 2017 11:50 pm
Find Item in New Container
[Link]
460:_Cheat
461:CheatRecipeBooks
462:TEST_Generation
463:TEST_Runes
464:CheatSwooshWeapons
465:CheatBooksFire
466:CheatBooksWater
467:CheatBooksAir
468:CheatBooksEarth
469:CheatBooksNecromancy
470:CheatBooksRanger
471:CheatBooksRogue
472:CheatBooksWarrior
473:CheatBooksSummoning
474:CheatBooksPolymorph
475:CheatBooksSkillcrafting
476:CheatBooks
477:CheatArrows
478:CheatGrenades
479:CheatAccessories
480:CheatDaggers
481:Cheat2HSwords
482:CheatBows
483:CheatCrossbows
484:Cheat1HSwords
485:CheatWands
486:Cheat1HAxes
487:Cheat1HMaces
488:Cheat2HAxes
489:Cheat2HMaces
490:CheatSpears
491:CheatStaves
492:CheatShields
493:CheatShieldsAllRarities
494:CheatAllWeapons
495:CheatPotions
496:CheatMageArmor
497:CheatCivilianArmor
498:CheatHeavyArmor
499:CheatLightArmor
500:CheatRuneCrafting
501:CheatRuneCombinations
502:CheatRuneFraming
503:CheatPotionsMixing
504:CheatPotionsCrafting
505:CheatGrenadesCrafting
506:CheatArrowCrafting
507:CheatScrollCrafting
508:CheatSkillbooksCrafting
509:CheatWeaponCrafting
510:CheatGearCrafting
511:CheatFoodCrafting
512:CheatArenaLeather
513:CheatArenaPlate
514:CheatArenaRobe
515:CheatArenaRogue
516:CheatArenaRanger
517:CheatArenaWarrior
518:CheatArenaMage
552:CheatElementalWeapons
Sounds tempting