Recent content by aerlock

  1. aerlock

    Mobile Amazon Freetime Error

    @Unit One I will update my kids tablets and check. If I have any problems I will reply here. Aerlock
  2. aerlock

    Mobile Amazon Freetime Error

    I turned on the ability for the kid profiles to make purchases from the appstore and the game loaded just fine. So something about the license check portion of the code is needing permission to make a purchase to verify that the app is licensed. Once I turned the purchasing ability off again the...
  3. aerlock

    Mobile Amazon Freetime Error

    When I get home tonight I'll see if I can make it go away by changing permissions on my kids Freetime account and report back here. Aerlock
  4. aerlock

    Mobile Amazon Freetime Error

    @darthmorf Amazon Freetime is the Kids mode for their tablets. @Unit One The tablet is supported (HD8 2017 model) and updated to 1.3. It runs outside the Freetime environment just fine and it even runs and loads to the menu behind the error inside Freetime. I just cant get the error message to...
  5. aerlock

    Mobile Amazon Freetime Error

    My kids and I love to play Terraria (we have it on PC, XBox, and Mobile - Amazon tablets). I have been looking forward to the release of 1.3 on Amazon tablets so I can setup a local server (looking forward to the linux release of the server so I can put my RaspPi to good use) and have a...
  6. aerlock

    Resolved [Mobile] Mobile Dedicated Server Question

    Does anyone know if there are plans to make the Mobile Dedicated Server available on non-PC(Windows) platforms? Or if someone has managed to get it up and running on a non-windows platform? I am looking to put a server up on a Raspberry PI on my home network and have had little success at...
  7. aerlock

    Standalone [1.3] tModLoader - A Modding API

    Just taking a guess I would say what you're seeing is the projectile.velocity.X *= 1.05f; line increasing the velocity over time. Not seeing the code for the item I'm going to guess that theres something wrong with the code that sets the number of frames in the animation. What OS? What version...
  8. aerlock

    Standalone [1.3] tModLoader - A Modding API

    The error says the problem is on line 39. Think you could post your elementalboots.cs code so we can take a look? - Aerlock
  9. aerlock

    Standalone [1.3] tModLoader - A Modding API

    THANK YOU! The pool.<action> was the code/call I was missing. I couldn't find any examples of what to put in there. And yes with the spawnrate as it is I get nothing to spawn and that's what I'm trying to fix. I want the bunnies and birds and bugs and the Town NPCs to spawn, but not the hostile...
  10. aerlock

    Standalone [1.3] tModLoader - A Modding API

    Ok, While getting together the code and the error messages I found the "Show potential fixes" link in the error message in VS and I no longer have any errors. I was missing a using System.Collections.Generic; at the top of my code. Now I just flat out don't know how to use this function. What do...
  11. aerlock

    Standalone [1.3] tModLoader - A Modding API

    If there isn't an example in the ExampleMod, could someone else please help me out? Every time I try to use EditSpawnPool I get a message that there are no suitable method to override. - Aerlock
  12. aerlock

    Standalone [1.3] tModLoader - A Modding API

    What were you doing when that error popped up? What Mods are you using? Does it happen with Mods disabled/removed? Does it happen in Vanilla Terraria? What version of Windows are you using? What is the RAM in your computer? - Aerlock
  13. aerlock

    Standalone [1.3] tModLoader - A Modding API

    Check your Terraria folder for a Newtonsoft.Json.DLL file and delete it. - Aerlock There's a way to setup and use a hotkey in the example mod. Is setup to give a random but whenever you push the p key. If you take a look at that you should be able to at least get started on the code. - Aerlock
  14. aerlock

    Standalone [1.3] tModLoader - A Modding API

    Ok. If it were me having the problem the first place I would start would be reverting to vanilla Terraria. If your sound problems go away then we have eliminated a system problem. If you have sound problems then I would go to the main Tech support threads for Terraria and work through the...
  15. aerlock

    Standalone [1.3] tModLoader - A Modding API

    Where in the example mod would I find an example of how to do this? I've searched a bit but I'm not having any luck. - Aerlock
Back
Top Bottom