Jump to content

Arend the Bastard

Member
  • Content Count

    12
  • Joined

  • Last visited

  • Medals

Community Reputation

8 Neutral

About Arend the Bastard

  • Rank
    Private First Class

Profile Information

  • Location
    Earth
  • Interests
    Filmmaking | Photography | Web Development | Programming

Contact Methods

  • Youtube
    saborknight
  • Steam url id
    genarend
  • Twitch.Tv
    saborknight

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Arend the Bastard

    replace default rope model

    Actually, as soon as Arma 3 v2.06 releases, we'll be able to state a 6th or 8th parameter (depending on the syntax used) for the `ropeCreate` command, which will be a string specifying a custom rope definition. This means we won't need to modify the base rope model at all. This is code that @Dedmen published in the Arma 3 Discord, in the #community_wiki channel (message😞 So an example for using the above custom rope definition with the ropeCreate command: // ropeCreate[fromObject, fromPoint, toObject, toPoint, length, ropeStart, ropeEnd, ropeType]; myRope = ropeCreate [vehicle player, "slingload0", myCargo, [0, 0, 0], 10, ["", [0,0,-1]], ["", [0,0,-1]], "RopeRabbit"]; A fun little example of this at work can be found here:
  2. Arend the Bastard

    Ingame 9Liners & Notepad

    Hi Madge, The project is still pogressing, albeit firing on a single cylinder. As for your point about adding another couple of formats, currently the system is in the middle of an everhaul, so adding a new format may or may not break in the meantime. If you can, hold off until the new version comes out.
  3. Is there some way for me to use NodeJS or Python to issue commands to FASTER? You've got an absolutely brilliant tool here and I'd like our bot to be able to manage the server without us Remote Desktop connecting to the server to manage it. Many thanks on your great work so far!
  4. Arend the Bastard

    Ingame 9Liners & Notepad

    It has been half a year now since attempting to contact @chief_wiggum... I have yet to receive a response. Is there anyone else out there who knows Chief Wiggum more than just the public channels? I have tried contacting him on Steam, here.. I have tried contacting him through the maker of a review video of this mod on Youtube... As yet, I have received absolutely nothing from anyone. So, I ask again, does anyone have any method by which I can contact Chief Wiggum? Many many thanks if you do.
  5. Arend the Bastard

    Arma 3 KeyFrame Animation Camera

    @Spartanvortex Did you ever found out how to do this? I'm wondering the same thing.
  6. @Azza FHI Untested, but if I'm reading the Wiki correctly, you are able to follow an object as the target of the camera: https://community.bistudio.com/wiki/camPrepareTarget
  7. Arend the Bastard

    Ingame 9Liners & Notepad

    Worry not, I will only mention this once more: We have started further developing this mod. I have attempted contacting @chief_wiggum. So far, to no avail. Once he responds I'll see if he can't modify the initial post of this forum to reflect the rejuvenation of development to any future people who may be warned off by the big red "Development of this mod has stopped". Chief, if you're reading, I'd very much like to talk to you about the mod and about the status of the rewrite you were talking about before on this thread. Until then, we are looking for any more developers who would like to offer their own improvements on this mod to help make it grooow! The github link above is broken (sorry) but heres the working one: https://github.com/Saborknight/9liners-and-notepad So, if you have anything to add to the mod, feel free to submit a pull request! Want to make more regular contributions? Contact me to be added to the collaborator's list! Thanks and enjoy!
  8. Arend the Bastard

    Ingame 9Liners & Notepad

    @Dr3adn0ught35 I am creating a github repo for this project, in an effort to keep it alive. Feel free to create pull requests there for your page format. Repo: https://github.com/Saborknight/9liners-and-notepad
  9. Arend the Bastard

    Ingame 9Liners & Notepad

    @kimukun to go to a new on the noteblock, you can either hold shift or alt and then hit enter. This skips to a new line, no need for spaces :)
  10. Arend the Bastard

    Ingame 9Liners & Notepad

    @chief_wiggum ^ @serjames What has happened with the 3CB version of this mod you were working on? Has it been released? Where can I find it? And more importantly... does the server key work... because the current version of 9Liners and Notepad has its server key broken.
  11. Arend the Bastard

    Ingame 9Liners & Notepad

    Hey there, I understand you don't want to work on the project anymore. However, would it be possible to stick the source code of this awesome mod as it stands, on to Github or some other collaboration site so that we can potentially offer pull requests, etc.? Also, when is this rework going to be released?
  12. Is the userconfig still required? Having to tell people in my unit to create a file in a directory they struggle to find sometimes is getting quite annoying. I see the sense in it for advanced users who want to tweak the settings etc. But having it as a required element is not so good. Is this an Arma limitation whereby it requires the script you've included from userconfig or is that something which could be made optional? Otherwise, this Mod along with all your others are a godsend for immersion and simulation! We cannot thank you enough!
×