That's been in the game for more than a year. You either failed when unzipping or trying to put versions of top of each other wonkily and failed still. Or you tried to outwonk the devs/use mods that never worked in 4+ years.
Your best and mostly only option would be to get the latest build again and hope it'll unzip normally. Another good option would be to actually post said traceback in here so we can look at it and possibly not find what you did that fucked it up in the 1st place
Sorry I thought I posted the traceback. Here it is below....For mods all I'm using is the Naughty mod and the version I am using is the latest one. Downloaded it the other day. Any help would be greatly appreciated. Been out of the "industry" for awhile now haha
While running game code:
File "game/scripts/locations/maria/lounge/main.rpy", line 12, in <module>
File "game/scripts/core/systems/game.rpy", line 354, in main
player.location.call_screen(*call_screen_args)
File "game/scripts/core/systems/locations/locations.rpy", line 272, in call_screen
renpy.call_screen("ui")
File "game/scripts/locations/maria/lounge/screen.rpy", line 1, in execute
File "game/scripts/locations/maria/lounge/screen.rpy", line 1, in execute
File "game/scripts/locations/maria/lounge/screen.rpy", line 2, in execute
File "game/scripts/core/systems/locations/locations.rpy", line 345, in background
if renpy.loadable(rv) and isinstance(rv, basestring) and ( rv.endswith("_night.jpg") or rv.endswith("_evening.jpg") ) and game.timer.is_fullmoon() and renpy.loadable(rv.replace(".jpg","")+"_fullmoon_overlay.png"):
AttributeError: 'Text' object has no attribute 'lstrip'