Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Test Subject
Original Poster
#1 Old 12th Jul 2017 at 9:25 PM Last edited by KTrain : 12th Jul 2017 at 11:26 PM.
Default Banking Mod Help
I am trying to make a banking mod for the sims 4.

Planned Features:
Savings Account - accessible by computer or phone (ability to open account or close account)
Interest - 2% base, with ability to haggle for higher rates (eventually)
-Interest added weekly on Sunday
Ability to Deposit and Withdrawal money
Auto-Deposit from paycheck - *multiple percentages*

So far, I have finished most of the XML menus and can easily inject them into the game. The roadblock is the functions/python scripts attached to these buttons.

Recently, I have completed nearly every tutorial for XML tuning and have tried to learn how Python modding works. However, I still have a few questions:
1. I assume the t in XML t="" is type, but where is the list of these?
2. How would I calculate the interest weekly in xml or python? I plan to use an object in the sims inventory to hold the balance of their account but how do I add the 2% to it weekly? Basically, I don't know how to make a script mod do this weekly without a command input or how xml can do this.
3. Is there an index or explanation for all the python files? Its overwhelming right now as I am trying to learn.
Advertisement
Test Subject
#2 Old 15th Aug 2017 at 11:54 AM
bu8mp! I really want to see this mod made
Test Subject
#3 Old 20th Aug 2017 at 7:39 PM
that's great friend,
this look awesome,try use python to calculate the interest weekly,
try to link the "+2% on account" on the sunday first hour (I mean the sunday ingame trigger) this must work.
Back to top