PC Developer Discussions: Alpha 17

Developer Discussions: Alpha 17

  • Newly Updated

    Votes: 1 100.0%
  • Check out the newest reveals by Madmole

    Votes: 0 0.0%
  • Over 100 new perk books with set collecting and bonuses

    Votes: 0 0.0%

  • Total voters
    1
Status
Not open for further replies.
Just as a scientific experiment, TFP should release A17 to only mature, responsible people. Now, if that only means me, so be it. I accept that heavy burden without complaint.
I need something better then my HIP WADERS :) it's getting deep in here and it stinks.... please, will some one open the door and get some fresh air circulating. :) <oooops>

 
I need something better then my HIP WADERS :) it's getting deep in here and it stinks.... please, will some one open the door and get some fresh air circulating. :) <oooops>
Yes, you can scoff at me, but don't scoff at SCIENCE! Who knows what the world will learn after coonducting this experiment:

World Peace? Possibly.

Free energy and eternal happiness? Well, for mature and responsible people, yes!

I'm not seeing any downside here...

 
Just as a scientific experiment, TFP should release A17 to only mature, responsible people. Now, if that only means me, so be it. I accept that heavy burden without complaint.
You are so arrogant. Where in the world do you find the space for your ego???

- - - Updated - - -

How in the hell you dare saying something like this? I swear to god i'll kill everyone who rises that ♥♥♥♥♥♥♥ bar
Really? Just flat-out kill them? Hm? ;)

 
You are so arrogant. Where in the world do you find the space for your ego???
I'm so very sorry... that you have no sense of humor. You've already been punished enough.

But to answer your question, I usually build a chest or two, anything that cant fit is just too much.

 
You are so arrogant. Where in the world do you find the space for your ego???
You gotta admit that he's right, though.

It's only the technical details that are tricky like finding mature and responsible 7DTD players and dealing with the reaction of those who didn't make the cut!

 
Time for a video on the new red bar. How to measure it, how to view it, how to feel it. A press release also.

measuring.jpg


 
I´d like to see in alpha 17 that they would unify the building block system, make it one block per material type and make the block shapes in a catalog similarly as how you select paint materials now. That would help reduce clutter in the crafting menus immensely and make easier to provide all the different block shapes available, also you could easily add more shapes in there, or make some shapes unlockable like paint styles. I´d like to see those 30° wedges and 3m arches and more complex shapes... :p

 
Really? Just flat-out kill them? Hm? ;)
Yep, ran them over with jeep which still isn't released :D

- - - Updated - - -

Is there any chance that developers might add something which players would like to see in game? (meaning player suggestions)

 
You are so arrogant. Where in the world do you find the space for your ego???
Now, silly, if you truly followed the forum, you would know Aldy has a thing for (yuge) airships. (Granted, it's a massive lucky thing for him that the weight is not proportional to size.)

(Could be why I 'need' trains...) :smile-new:
 
Last edited by a moderator:
Well .... who looks the bar by manual when you just need to code a watcher in a few minutes?

Code:
using System;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;

namespace ConsoleApp1
{
   class Program
   {
       static void Main(string[] args)
       {

           Task.Run(() => findAndRemind(@"https://7daystodie.com/forums/showthread.php?74084-Developer-Diary-Alpha-17!!!/page1", "<font color=\"#ff0000\">", 30, "7days"));

           Console.ReadKey();
       }

       private static async Task findAndRemind(string urlToWatch, string searchThis, int watchCycle, string special = "")
       {
           Console.WriteLine("Search started...\nSearching:"+searchThis+"\nAt:"+urlToWatch );
           WebGrab webGrab = new WebGrab();
           webGrab.UrlToWatch = urlToWatch;
           webGrab.searchThis = searchThis;
           webGrab.watchCycle = watchCycle;
           webGrab.special = special;
           webGrab.watcher();           
       }

   }

   class WebGrab
   {
       private string htmlCode { set; get; } 
       public string UrlToWatch { set; get; }
       public string searchThis { set; get; }
       public string special { set; get; }
       public int watchCycle { set; get; }

       public int temp♥♥♥♥ { set; get; }


       public async Task setHtmlCode()
       {
           using (WebClient client = new WebClient())
           {
               try
               {
                   Uri uri = new Uri(UrlToWatch);
                   client.DownloadStringCompleted += new DownloadStringCompletedEventHandler(client_DownloadStringCompleted);
                   client.DownloadStringAsync(uri);
               }
               catch (Exception e)
               {
                   htmlCode = "";
               }
           }
       }

       void client_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)
       {
           htmlCode = e.Result;
       }

       public async Task searchString()
       {
           DateTime now = DateTime.Now;

           string time = now.Hour + ":" + now.Minute +":" + now.Second + " - ";
           if (htmlCode == "")
           {
               Console.WriteLine(time + "HTML not found or could not be grabbed!");
               return;
           }
           bool found = htmlCode.Contains(searchThis);
           if (found && special == "")
           {
               Console.WriteLine(time + searchThis + " found !");
               System.IO.Stream str = Properties.Resources.Steel_Bell_C6;
               System.Media.SoundPlayer snd = new System.Media.SoundPlayer(str);
               snd.Play();
           }
           else if(found && special != "")
           {
               switch (special)
               {
                   case "7days":
                       int iStart = htmlCode.IndexOf("<font size=\"6\"><font color=\"#ff0000\">");
                       int iEnd = htmlCode.IndexOf("</font>", iStart);
                       string contentbetween = htmlCode.Substring(iStart, iEnd - iStart);
                       int countBar = contentbetween.Split(';').Count() - 1;
                       temp♥♥♥♥ = countBar; // go and improve to remind changes only !
                       Console.WriteLine(time + "The A17 bar has " + countBar + " elements left!");
                       break;
                   default:
                       Console.WriteLine(time + special + " case not defined!");
                       break;
               }
           }
           else
           {
               Console.WriteLine(time + searchThis + " not found");
           }
       }

       public void watcher()
       {
           while (true)
           {
               setHtmlCode();
               searchString();
               Thread.Sleep(watchCycle*1000);
           }
       }

   }
}
 
I'm really disappointed in the forum group. I thought my hexidecimal hp bar equation/joke was good. Either it went over heads, or I'm just not as clever as I think I am...

 
What are we arguing about and who's side should I be on? :)
Well, I would like a limited release of A17 to a few hypothetically worthy individuals.

Sills thinks I'm arrogant because he's sure I am worthy and hates me for hypothetically getting the game early.

Flat0ut is threatening to kill people with the A17 jeep which has everyone reaching for their A16 Ak-47's and a few stacks of ammo.

...and was there a request for Water Buffalo in A17? Something with water to satisfy people that want more work with water. Someone heard Water Buffalo work in water, they'll have a request line up Soon.

There! You've now been Heintz'ed up. :)

 
Last edited by a moderator:
I'm really disappointed in the forum group. I thought my hexidecimal hp bar equation/joke was good. Either it went over heads, or I'm just not as clever as I think I am...
Telling jokes in a forum is like fishing, you never know if the fish are biting.

 
I'm really disappointed in the forum group. I thought my hexidecimal hp bar equation/joke was good. Either it went over heads, or I'm just not as clever as I think I am...

Telling jokes in a forum is like fishing, you never know if the fish are biting.
Well here u can find more sharks than fish :)

 
he he. fish were biting this weekend :-) got a massive load. got to love a good play / play balance. shame to ruin it tomorrow back at work

 
Status
Not open for further replies.
Back
Top