■ Nio Kasgami Engine Ace N.K.E.A -"Basic AI module"
V.0.1
Author:V.0.1
Nio Kasgami
Introduction:
This script is a dev tool for permit to allow more interaction between the player and the NPC in special Scene. If I explain do you not find boring and generic to always just buy and sells your goods without having some spice in the shop ?
so I build this for help people to implement VN AI in their scene without having to pass likes 10 hours just for create it. I programmed this module for permit to just have to call the method in their scripts for works
example :
module Vendor_IAdef self.create_vendor@vendor = Sprite.new#blablaenddef startyour stuffVendor_IA.create_vendorendand this script is totally standalone so the compatibility is high!
Sure you it's still a Scripter tools and you still need to know a little how to implement some method like this in the shop :
class Scene_Shop < Scene_MenuBasedef on_number_ok @interaction_type = Vendor_IA.interaction_type Sound.play_shop case @command_window.current_symbol when :buy do_buy(@number_window.number) @interaction_type = :buy Vendor_IA.interaction when :sell do_sell(@number_window.number) @interaction_type = :sell Vendor_IA.interaction end end_number_input @gold_window.refresh @status_window.refresh endmodule Vendor_IAdef interaction case interaction_type when :buy execute_buying_reaction when :sell execute_selling_reactionendendyou will not have to worry I will make a premade scene who use the AI for help people to understand ! but take in note this a SCRIPT dev tool mostly so this not TOTALLY plug'n play you still have to build your script around it but mostly the script is automatic by itself
the script will contain a custom message system for it..but will contain ALL the sames text code features of the default message system
Features
- easy modular script
- easy to remove or add options
- can be modify in games
- standalone
- pre-implemented dialogues_system
- pre-implemented bust system
- pre-mplemented animation
- pre-mplemented vocal dialogues add-ons
- Haggle System add-ons
- RTP-shops addons for example
- mood and reputation system
- Each AI can have is own personality
Compatibility :
Will be compatible with Luna Engine
Will ask compatibility with Enelvon External Text script
Will be compatible with Vlue Advance game time
How to use :
need to be build in the scripts
but mostly all the script is configurable via the main setup module
Scripts:
it's currently not work for the moment but you can see the script structure and see my progress for the moment
http://pastebin.com/PHwAF8MY
Screenshot :
none at the moment sorry the script it's still at the earlier stage
Term of use :
The Script is free of use for both commercial and non-commercial
You can edit or use this script as a base for your scripts AS LONG you credit me proprepely and don't remove the original Header
Credit :
credit me as Nio Kasgami
Last edited by a moderator:

