Jump to content

Recommended Posts

Photo Frame Mod


Photo Frame Mod when toggled on replaces the cartoon overlays in photo shooting mode.

 

hotkeys.ini and sub_gui.ini are optional; but use at least one of them.

 

You can replace or add your own images to the "pics" folder

Then edit the "PhotoFrames.ini"

For example:
[ResourcePhotoFrame05]
filename = pics\myPic.png

 

If you change the number pics, also change:

[Constants]

global $pfLength = 5

 

and change the [CommandListUpdatePhotoFrame]...
[CommandListUpdatePhotoFrame]
if   $pf == 1
    ResourcePhotoFrame = ref ResourcePhotoFrame01
elif $pf == 2
    ResourcePhotoFrame = ref ResourcePhotoFrame02
elif $pf == 3
    ResourcePhotoFrame = ref ResourcePhotoFrame03

elif $pf == 4
    ResourcePhotoFrame = ref ResourcePhotoFrame04

elif $pf == 5
    ResourcePhotoFrame = ref ResourcePhotoFrame05
endif

 

 

Hotkeys:

Ctrl F = toggle on/off

Shift F = Next Picture

Shift D = Previous Picture

 

GUICVM:
https://www.loverslab.com/files/file/20372-guicvm_base_package_v10zip/

 

 


 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use