Skip to content

Instantly share code, notes, and snippets.

View Odex64's full-sized avatar
Aiming high

Carmine Pietroluongo Odex64

Aiming high
View GitHub Profile
@Odex64
Odex64 / SFD Special Characters.md
Created February 12, 2025 08:53
All special characters that work in SFD
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~�������������������������������� ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ
@Odex64
Odex64 / SFD.md
Last active August 25, 2024 15:21

SFD Suggestions and Improvements

Overview

This document outlines a list of suggestions and improvements for SFD. Each suggestion is evaluated based on its potential impact on the game and the difficulty of its implementation. The ranking system uses a 0 to 3 stars scale, where 0 stars represent the lowest rank and 3 stars represent the highest.

Ranking Criteria

  • Impact: Measures the potential benefit or significance of the suggestion to overall gameplay, user experience, or community engagement.
    • ★☆☆ - Low impact
    • ★★☆ - Moderate impact
  • ★★★ - High impact
@Odex64
Odex64 / Makeshift
Last active January 17, 2023 10:08
SFD Weapons Stats
[Bottle]
- Damage: 10
- Range: 7.5
[BrokenBottle]
- Damage: 14
- Range: 7
[Chair]
- Damage: 18
@Odex64
Odex64 / Heroes Deluxe.cs
Last active January 24, 2023 15:58
Complex script to easily implement your own characters with custom skills through delegates.
using System;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using SFDGameScriptInterface;
class GameScript : GameScriptInterface
{