Jump to content
Banner by ~ Ice Princess Silky

Ganaram Inukshuk

User
  • Posts

    471
  • Joined

  • Last visited

About Ganaram Inukshuk

  • Birthday 1993-07-09

Title

  • Title
    NAM Team Pony, Ganaram Inukshuk

Contact Methods

  • Discord Username
    Ganashuk Inukram#1325
  • deviantART
    G-DO-29--Anagram
  • YouTube
    GDO29Anagram
  • YouTube
    UCfl4l-nPN1zS_U5oB08PJng
  • Steam ID
    76561198172445950

Profile Information

  • Gender
    Male
  • Location
    The Mojave Desert
  • Personal Motto
    What?
  • Interests
    MLPFiM (Duh,...)
    Minecraft

Recent Profile Visitors

58,521 profile views

Ganaram Inukshuk's Achievements

Phoenix

Phoenix (9/23)

3.7k

Brohooves Received

Single Status Update

See all updates by Ganaram Inukshuk

  1. // I blame whoever it was who shared that Gallus-Silverstream pic and that vid that called them Dallas and Livestream
    CharacterEntity gallus = DefineNewCharacterFromUniverse("mlpfim", ganaram_inukshuk.EntityDatabase.GetCharacter("griffon"), "gallus");
    gallus.RefineEntityDefinition(ParseMedia(LookAtMedia(GetMostSignificantSearchResultFromQuery("derpibooru", "gallus"))));
    std::vector<std::string> gallus_aliases = { "dallas", "dallas texas" };
    gallus.AddAliases(gallus_aliases);
    
    FictitiousEntity hippogriff = DefineEntity(ParseMedia(WatchMedia(GetMostSignificantSearchResultFromQuery("google", "hippogriff"))), "hippogriff");
    CharacterEntity silverstream = DefineNewCharacterFromUniverse("mlpfim", ganaram_inukshuk.EntityDatabase.GetCharacter("hippogriff"), "silverstream");
    silverstream.RefineEntityDefinition(ParseMedia(LookAtMedia(GetMostSignificantSearchResultFromQuery("derpibooru", "silverstream"))));
    std::vector<std::string> silverstream_aliases = { "livestream" };
    silverstream.AddAliases(silverstream_aliases);
    
    ganaram_inukshuk.AddEntityToMemory(gallus);
    ganaram_inukshuk.AddEntityToMemory(silverstream);
    
    ganaram_inukshuk.AddToSupercategory(gallus, ganaram_inukshuk.GetSupercategory("flap_flap");
    ganaram_inukshuk.AddToSupercategory(silverstream, ganaram_inukshuk.GetSupercategory("flap_flap");
    
    std::vector<MlpfimChar> mlp_characters = {
      ganaram_inukshuk.CharacterDatabase.GetCharacter("gallus"),
      ganaram_inukshuk.CharacterDatabase.GetCharacter("silverstream")
    };
    
    std::vector<std::string> art_restrictions = ganaram_inukshuk.SongDatabase.GetLyricsAsVectorString("if you ever come back", "the script");
    
    // Input art style, list of characters, number of iterations, optional theme, and optional restrictions/parameters
    GanaramInukshuk.ImagineScene("minimal_version_4", mlp_characters, 300, Themes.GetTheme("separation"), art_restrictions);

     

    1. Show previous comments  1 more
    2. Ganaram Inukshuk

      Ganaram Inukshuk

      Yes, but what does it do...?

    3. Ace Muffins

      Ace Muffins

      It does uh, lemme check that again

      It draws Gallus and Silverstream in your minimalistic style?

      if its not, then i have no idea

    4. Ganaram Inukshuk

      Ganaram Inukshuk

      Yup, that's it; whether it'll actually be finished is another story, because I never called the Draw() function...

×
×
  • Create New...