Skill Web
  • Skill Web Documentation
  • đŸ•šī¸Quick Start
    • Installation
  • Start Developing
  • 💡General
    • Running the Demos
  • Menu Options
  • UI Customizations
    • uGUI
      • Skill Node
      • Connection Line
      • Web View
      • Hovercard
  • Datasets
  • 🎓Tutorials
    • Runes Demo Walkthrough
  • âœī¸Editors
    • Skill Bank
  • Web Creator
  • Settings
  • Components
    • Skill Web Initializer
    • uGUI
      • Skill Node UGUI
      • Connection Line
        • Curved Connection Line
      • Web View UGUI
        • Web View Selector UGUI
      • Skill Hovercard UGUI
    • Player Web Link
  • 📄Scripting API
    • Initialization
  • Skills
    • Skill
      • Skill Dataset Attributes
    • Skill Node
  • Webs
    • Web Graph
    • Web
  • UI
    • Loading a Web
    • Web View Input Handling
    • Customize Connection Line
    • Customize Hovercard
  • Player Web Link
  • Custom Logic
  • Saving & Loading
  • Events
  • Skill Web Settings
  • Procedural Generation (Beta)
  • đŸ› ī¸Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
    • Future Plans
    • ⭐Rate Me?
Powered by GitBook
On this page
  • Properties
  • General
  • Database
  • Editing
  • Runtime Graph
  • Sizes
  • Danger Zone
  • Reset All Skill Datasets
  • Reset All Web Datasets
  • Delete All Skills
  • Delete All Webs

Settings

Going over the settings window.

PreviousWeb CreatorNextComponents

Last updated 10 days ago

Properties

General

Name
Description

Debug Log Mode

Controls Skill Web's console log messages.

Enable Lvl Requirement

If enabled, the player will not be able to upgrade a skill if they don't meet the level requirement.

Enable Downgrading

If enabled, the player will be able to downgrade skills freely.

Database

Name
Description

DB Name

The name of the database. It's recommended to click the "Validate" button when this value is changed.

Validate

The validate button simply updates the database to include any skills or webs that weren't added to the project regularly. This is usually only useful for Running the Demos, but it may also solve some database errors.

Editing

Name
Description

Skill Dataset Reference

The dataset for all skills. Changing this value will reset all skill datasets.

Web Dataset Reference

The dataset for all webs. Changing this value will reset all web datasets.

Tags

A list of tags. This affects a filter dropdown in the Skill Bank.

Runtime Graph

Name
Description

Zoom Strength

The zoom strength used by the runtime graph.

Zoom Smoothing

The zoom smoothing value used by the runtime graph. The higher the value, the faster smoothing is. It's recommended to keep this value the same as pan smoothing.

Min Scale

The minimum zoom scale. This prevents the runtime graph from being zoomed out infinitely.

Normal Scale

The normal scale. This is read-only, as the normal scale should always be 1.

Max Scale

The maximum zoom scale. This prevents the runtime graph from being zoomed in infinitely.

Starting Scale

The zoom scale to start with.

Pan Smoothing

The pan smoothing value used by the runtime graph. The higher the value, the faster smoothing is. It's recommended to keep this value the same as zoom smoothing.

After Snap Delay

The amount of time control is disabled after a node has been snapped to.

Automatic Bounds

If panning bounds should be automatically calculated and applied. This will prevent the player from panning away from the runtime graph content.

Reset / Focus Speed

The speed used when resetting the view or focusing. Speed at 1 will take 1s to reset.

Mouse Pan Button

The button used to drag/pan the web view.

Sizes

Name
Description

Tiny

The size for tiny skill nodes.

Small

The size for small skill nodes.

Medium

The size for medium skill nodes.

Large

The size for large skill nodes.

Giant

The size for giant skill nodes.

Danger Zone

The danger zone contains a list of buttons that perform dangerous tasks. Use them with caution.

Reset All Skill Datasets

This button will delete and recreate datasets for all skills. General skill data remains intact.

Reset All Web Datasets

This button will delete and recreate datasets for all web. The skills and connections (web graph content) are unaffected.

Delete All Skills

This button will simply delete all skills, including their datasets.

Delete All Webs

This button will simply delete all webs, including their datasets.