Create Your Frisk

Posted on  by 

  1. Create Your Frisk Apk
  2. Create Your Frisk 2020
  3. Create Your Frisk Tutorial
  4. Create Your Frisk Latest Version
0.6.4
May 27th, 2016

Create Your Frisk Apk

Example (My own AU) Name: Underswitch Type of AU: Swapping Swaps: Frisk/Asriel (the humans let Asriel stay on the surface in this AU), Toriel/Flowey, Sans/Alphys, Undyne/Papyrus, Monster Kid/Chara (because why not), Mettaton/Amalgamates (the amalgamates are the different Mettaton forms), Muffet/Asgore. How is Create Your Frisk abbreviated? CYF stands for Create Your Frisk. CYF is defined as Create Your Frisk very rarely.

Frisk

First of all, who is your favourite UNDERTALE character?, What is your favourite colour? (sorry:3), Choose an Element. Quiz Questions: First of all, who is your favourite UNDERTALE character? Removed the 'Create Your Frisk's new features' section and moved the items inside of it to more fitting sections; Replaced the 'Wave scripts' page with 'The Arena Object', and moved its singular function and variable to 'Misc. Functions' and 'Special Variables' where they belong.(These features were already in the engine, but undocumented). This is Create Your Frisk with a lot of mods where you can ruin the fun. If you want to refill your health in a battle, just press C at any time. If you import your own mods into the game and want to add the code to it, go to the folder of the mod. Next, go into the LUA folder. Then, go into the encounter folder.

Your
Never

Create Your Frisk 2020

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Create Your Frisk Tutorial

  1. * Overworld basis system (collisions, player deplac.)
  2. * Overworld Text Manager
  3. * Event Manager : basis (still need autotrigger and touching event trigger)
  4. + Save System (ready but not implemented yet)
  5. - Menu in-map
  6. * Title Screen
  7. - Event Manager : optimization
  8. input stop at the end of a wave : resizing the arena at the end of a wave, before the menu
  9. Functions :
  10. * TeleportEvent (int x, int y) * MoveEventToPoint (int x, int y, bool checkCollisions)
  11. * SetAnimation (string eventName, string animName)
  12. * WaitUntilPress
  13. - AddItem, RemoveItem (must have Inventory first) - AddMoney (int amount) (negative amount to remove money)
  14. * SetTone (with image above all current images by default)
  15. - Flash(float duration in s, color (4 ints) for the color) - Rumble(float intensity, float duration in s)
  16. - StopBGM (parameter for 'fondu' in s) - PlayBGM (parameter for 'fondu' in s)
  17. * SetBattle (string encounterName, bool quickAnim)
  18. - Shop (string[] itemNames/int[] itemIDs, int[] prices) (must have Shop GUI first) (maybe directly in scenes)
  19. - Heal(amount) - Damage(amount) (must not die, 1HP min)
  20. - Save (must have Save option first)
  21. * GameOver (string[] deathText) - TitleScreen (must have Title Screen scene first)
  22. * GetReturnPoint(index) <--- Alternative to 'while' iterations ---> * SetReturnPoint(index)
  23. - Keep event pages between scenes
  24. Text commands : 'speed' + 1 int --> number of letters printed per frame
  25. 'letters' + 1 int --> number of letters printed on this frame only
  26. 'mugshot' + 1 string --> changes the current text mugshot. Only available on the overworld
  27. 'noskipatall' --> Used for events, it will prevent the player from going to the next text. You better not use it
  28. Added features : - Now HandleSpare() is executed right before a successful spare that ends the battle. You're now free to make a spare scene !
  29. - Mugshot system on overworld texts : you know, the faces of the character you're talking to and such

Create Your Frisk Latest Version

Coments are closed