Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SIBruno Advanced Equip Screen v2
#1
This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


UPDATE 9-29-06
------------------------
I haven't been able to code anything or respond to all of your requests since my fall school semester started.
Computer Science and Electrical Engineering are trying to beat me down!
Abyssos made a modified version (I haven't been able to check it), but you're all welcome to use it.

Abyssos's Version:
.txt   SIBruno_Face_Set_script.txt (Size: 22.04 KB / Downloads: 2)

I have a powered version of my below code with more options that isn't quite ready for release, but this December I'll try to complete it and update a new demo / piece of code. Until then you guys are free to post any mods for the community on this thread.

Happy Game Making!

Shaun


------------------------




Alright everyone!

I know there have been alot of new equip screens going around, but I've had this one for a while on my game and thought I'd share it with the whole lot of you. It's a simple design that uses in game windows, but has a nice polish to it (imo).

I have a more advanced version that updates hp and sp with bars, bells, and whistles, but that version's code is frankly uglier.

So this is the simplified version that's quite easy to implement.

This is entirely my code. I copied from no one, simply sitting down for a weekend to make it.
Feel free to freely use it and credit me as such.

My first script! So....lemme know if you like it! :clap:

Side note: Thanks to everyone at Creation Asylum - Dube, Sephir, Jimme, Etc... I've picked up alot of Ruby from studying you guys' code!

SIBruno

**As far as I've tested it's SDK comaptible.

**Update 2-6-06: Includes layouts! All you have to do is set the $AElayout variable to the layout number you want! Layout #2 was inspired by PhotonWeapon's equip screen!
----------------------------

What does it do? : Shows all stats being updated when you are looking at whether to equip or unequip items. Grays out current stat value and shows by how much that stat will either increase or decrease upon removing or equipping the item.

TO INSTALL paste the code in a spot right above main.

SIB Advanced Equip v2


Also, to change the font text and size around lines 16 and 17 look for:

Code:
$AEfont = "Tahoma"
$AEsize = 22


All you have to do is change "Tahoma" to your font of choice, or your default font variable,
and same goes with the default size I have initially set to 22.

To change the layout look at line 18 and set the below variable to either 1 or 2 (currently)
Code:
$AElayout = 1
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skill Screen Fugly 0 2,430 10-24-2006, 01:00 PM
Last Post: Fugly
  RX-Stats Screen Fugly 0 2,830 10-22-2006, 01:00 PM
Last Post: Fugly
  Advanced Command Windows Tsunokiette 0 2,321 07-07-2006, 01:00 PM
Last Post: Tsunokiette
  Tasty custom menu screen with gradients tktarr 0 2,453 07-05-2006, 01:00 PM
Last Post: tktarr
  SIBruno AES - Advanced Equip Screen sibruno 0 2,369 02-10-2006, 01:00 PM
Last Post: sibruno
  Advanced Title Screen 2 kaito 0 2,317 09-19-2005, 01:00 PM
Last Post: kaito
  Equip Weapon Gain Skill makeamidget 0 2,063 08-17-2005, 01:00 PM
Last Post: makeamidget
  Equip Summon script dragonslayer 0 2,001 03-12-2005, 01:00 PM
Last Post: dragonslayer
  ATS - Advanced Time System R1 Dubealex 0 2,142 03-08-2005, 01:00 PM
Last Post: Dubealex
  Title Screen Mod Hadriel 0 2,129 02-19-2005, 01:00 PM
Last Post: Hadriel



Users browsing this thread: