Old Emily skin seems bugged, its constantly being replaced by New Emily. Its a setting in Constants(not sure if that actually a mod), I also run Aric's Mod. Does anyone know how to fix this, I normally just use New Emily too avoid the visual hiccup.
Fantasy Slave Management/RPG Erotic Game · By
The problem is that Aric's mod was never designed to use the Old Emily images. In expansion.gd, there is a dictionary containing the body images of each of the unique characters. That dictionary uses the file paths rather than gallery.gd to access the images, thus is not affected by Constants. The simplest way to change this is to add "old" to the start of each of those file names, so changing 'res://files/images/emily/emily2happy.png' to 'res://files/images/emily/oldemily2happy.png'.