Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : Need Help



Finalstand
15.01.2011, 18:40
Wie baue ich das Script ein? Bin nicht so mächtig in Englisch :/
Wäre um jede Hilfe dankbar,
http://forum.chaos-project.com/index.php?topic=106.0

Cornix
15.01.2011, 20:13
Vielleicht kann dieser Absatz aus der Hilfsdatei dir weiterhelfen:

1.4.1. Installing the Script
Blizz-ABS comes as a script in 3 parts and needs to be installed as such. Each part must be inserted into a new script slot above Main where Part 1 needs to be on top. This is necessary due to a problematic behavior of RMXP when using scripts that have 10000 lines of code or more. Blizz-ABS should be installed under the default scripts and under the SDK if you are using it. Keep in mind that you need to maintain the right order of your scripts. Blizz-ABS should be below all other scripts except if said otherwise. i.e. A Blizz-ABS plugin would naturally go under Blizz-ABS.

Dort wird gesagt, dass du die 3 Scripts in richtiger Reihenfolge und jeweils in eigene "Script-Slots" in dein Projekt einfügen musst. Außerdem müssen diese "Script-Slots direkt über deinem "Main" liegen, beziehungsweise dürfen darunter lediglich Zusatzmaterialien für dieses Kampfsystem liegen.

Und hier nocheinmal ein Auszug über die Kompatibilität mit anderen Scripten falls du solche verwendest:

1.2.1. General Compatibility
Blizz-ABS is 100% compatible with SDK 2.x, although it is not recommended to include the SDK unless other scripts need it. It is also compatible with any CMS. Most compatability issues are with any battle add-ons for the normal turn based battle system and a few scripts that specifically target the game when the player is on a map. Blizz-ABS WILL corrupt old save games. Also, Blizz-ABS is incompatible with the RGSS100J.dll. This script goes below any other script that modifies the Sprite_Character class. Do not use a separate Event Anti-Lag system, not even the separate Blizz-ABSEAL. Not compatible with Tons of Add-ons of version less than 5.0. Always use the most recent versions of the scripts to ensure maximum compatibility.



Ich hoffe dies konnte dir helfen.