TUXDB - LINUX GAMING AGGREGATE
by NuSuey
NEWSFEED
▪️ GAMES
▪️ STEAM DECK ▪️ DEALS ▪️ CROWDFUNDING ▪️ COMMUNITY
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 8 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Arch Toasty][Benedikt][David Martínez Martí]


Tutorial: Smile Game Builder and Unity Hackin' - VARIABLES

Welcome to another Smile Game Builder tutorial, showcasing some of the features and tricks I've found and worked on while developing "The Ocean Will Have Us All." In this tutorial I'm going to show you how to get at the variables in a game exported from Smile Game Builder to Unity. Step 1. We'll create a new project.
Step 2. Put in a new "advanced event." Change the graphic to a character so we can see them.
Step 3. Let's set this event up to put a message in a string variable that we'll output in Unity and display another variable with a message from Unity. Put in a "Change String Variable Box" event. Set it to variable number 254 and rename it to "MessageToUnity". Also rename string variable 255 to "MessageFromUnity".
Set it to "Substitute String" with "Hello Unity!" Then create a "Display Message" event: "\$[MessageFromUnity]"
Step 4. Playtest the game. Talk to the character, a blank message box appears.
Step 5. Export the game to Unity.
Step 6. Open the exported project in Unity. Open it from the "entry.unity" file. Step 7. Let's create a script for our unity hackin'. We'll call it "MyUnityHacks" Create a gameobject and add the script.
Step 8. Open up "MyUnityHacks.cs" We'll add some static variables (hackin'!) that we'll copy our variables to from within the Smile Game Builder code (more hackin'). Add these lines to the class: public static string MessageFromUnity; public static string MessageToUnity; In void Start() add MessageFromUnity = "Hello Smile Game Builder!" in void Update() add if(MessageToUnity != null) { Debug.Log(MessageToUnity); }
Step 9. Open up "Assets\src\engine\ScriptRunner.cs"
Step 10. Look for "internal bool Update()" and add these lines MyUnityHacks.MessageToUnity = owner.owner.data.system.StrVariables[254]; owner.owner.data.system.StrVariables[255]= MyUnityHacks.MessageFromUnity;
Now every frame MessageToUnity in MyUnityHacks will be updated with whatever is in string variable 254 [MessageToUnity] in your SGB game. And every frame string variable 255 [MessageFromUnity] will be updated with whatever you've put in MessageFromUnity in the MyUnityHacks script. All the integer variables from your game are stored in the array owner.owner.data.system.Variables[] All the event switches are in owner.owner.data.system.Switches[] Step 11. Run the project in Unity. Talk to the character. This time the message box should say "Hello Smile Game Builder!" In the console in Unity you'll see the "Hello Unity!" message (repeated every frame.)
Step 12. Use your imagination! Extend your games in new and exciting ways in Unity! Do amazing things!


[ 2021-08-13 05:51:41 CET ] [ Original post ]



The Ocean Will Have Us All
Moloch Media
  • Developer

  • Moloch Media
  • Publisher

  • in the future
  • Release

  • Singleplayer
  • Tags

  • Game News Posts 2  
    🎹🖱️Keyboard + Mouse
    🎮 Full Controller Support
  • Controls

  • No user reviews

    (0 reviews)


  • Review Score

  • https://store.steampowered.com/app/1375820 
  • Steam Store

  • The Ocean Will Have Us All is a first person exploration game.

    Experience a day in the subatomic life of Moira Leech. Get up, go to work, go home, go back to sleep.
    Or.
    Go off the the beaten track! Take charge! Stick your finger in an electrical socket!

    A neutopian mysterium adventure game from Moloch Media.

    • Meet and interact with the characters that live on your street.
    • Or just ignore them.
    • Go off on tangential subplots.
    • Get in trouble.
    • Listen to dynamic cassette chip music.
    • Look at a high-fidelity fully 3D texture mapped world.
    MINIMAL SETUP
    • OS: Ubuntu 16.04+
    GAMEBILLET

    [ 5951 ]

    16.97$ (15%)
    1.15$ (81%)
    17.39$ (13%)
    2.47$ (17%)
    25.19$ (16%)
    4.12$ (17%)
    4.50$ (90%)
    8.69$ (13%)
    5.21$ (13%)
    21.99$ (15%)
    8.27$ (17%)
    36.79$ (8%)
    1.00$ (80%)
    4.12$ (17%)
    8.27$ (17%)
    10.00$ (75%)
    33.19$ (17%)
    25.99$ (35%)
    38.22$ (15%)
    21.99$ (12%)
    5.03$ (16%)
    5.00$ (75%)
    15.99$ (20%)
    8.25$ (17%)
    27.59$ (8%)
    1.58$ (92%)
    33.59$ (16%)
    33.19$ (17%)
    13.79$ (8%)
    4.39$ (78%)
    GAMERSGATE

    [ 3154 ]

    12.99$ (35%)
    2.2$ (78%)
    3.67$ (47%)
    6.75$ (66%)
    22.49$ (25%)
    6.0$ (85%)
    5.06$ (66%)
    1.05$ (85%)
    1.5$ (90%)
    0.68$ (92%)
    15.99$ (20%)
    20.09$ (50%)
    2.55$ (87%)
    0.85$ (83%)
    0.88$ (91%)
    6.74$ (55%)
    1.31$ (81%)
    5.25$ (74%)
    8.8$ (60%)
    10.0$ (75%)
    0.98$ (92%)
    0.85$ (83%)
    10.0$ (75%)
    1.05$ (85%)
    2.0$ (80%)
    20.24$ (33%)
    1.13$ (89%)
    1.31$ (81%)
    17.99$ (40%)
    1.31$ (81%)

    FANATICAL BUNDLES

    Time left:

    3 days, 6 hours, 27 minutes


    Time left:

    26 days, 6 hours, 27 minutes


    Time left:

    8 days, 6 hours, 27 minutes


    Time left:

    39 days, 6 hours, 27 minutes


    Time left:

    45 days, 6 hours, 27 minutes


    HUMBLE BUNDLES

    Time left:

    6 days, 0 hours, 27 minutes


    Time left:

    6 days, 0 hours, 27 minutes


    Time left:

    15 days, 0 hours, 27 minutes

    by buying games/dlcs from affiliate links you are supporting tuxDB
    🔴 LIVE