<< Back to Programming Forum   Search

Posts 1 - 11 of 11   
Made .exe WL mapping tool, need help sharing: 2016-05-07 18:48:56


҈ * TeeMee123҈ *
Level 55
Report
I have made a tool for warlight map makers but it is a .exe file and I'm not sure what the safest way of sharing the file is. I tried google drive before but its a pain.


It has three modes:
1) Makes random fictional territory/bonus names of a length you can set.
2) The above but adds "BonusLink_" on the front.
3) Generates a unique ID for territories, including the "Territory_" bit.

For all outputs, you click the red bar and it will make the phrase and select it for you so you just do one click + ctrl+c overall.

There is also a log for past outputs.

Edited 5/7/2016 18:49:38
Made .exe WL mapping tool, need help sharing: 2016-05-07 19:12:12


Zephyrum
Level 60
Report
Idk if it works but Dropbox?
Made .exe WL mapping tool, need help sharing: 2016-05-07 19:13:42


Lukku
Level 56
Report
Maga share?
Made .exe WL mapping tool, need help sharing: 2016-05-07 20:03:06


l4v.r0v 
Level 59
Report
Have you tried .zip/.gz/.tar/etc.? You should be able to just zip the file (or a folder that contains it) and share that since it won't be executable then.
Made .exe WL mapping tool, need help sharing: 2016-05-07 20:20:38


҈ * TeeMee123҈ *
Level 55
Report
I've put it on Mega: https://mega.nz/#!x15yAI5Z!cEK2yF5WZedLhQA_v8-GAVirmOCP8I95gNLDAwQSHS4

Edited 5/7/2016 20:24:30
Made .exe WL mapping tool, need help sharing: 2016-05-07 20:31:07

Fizzer 
Level 64

Warzone Creator
Report
You should share the source code, not the exe. Exes are dangerous since users can't be sure it isn't doing bad things, like stealing their passwords or installing malware.
Made .exe WL mapping tool, need help sharing: 2016-05-07 20:38:28


҈ * TeeMee123҈ *
Level 55
Report
:(
Its written in VB.net and I don't expect many people are able to quickly compile it. I put it in a zip file if that makes any difference.
I'll share the code as a text file anyway.
http://pastebin.com/gVK1Su15
Made .exe WL mapping tool, need help sharing: 2016-05-07 21:02:49


҈ * TeeMee123҈ *
Level 55
Report
Fizzer, I have searched online for how to make people not be scared of it, and the only thing i can do is pay over a hundred dollars a year for a proper certificate from a 'trust provider' but I don't really want to do that nor do I know how to do it.
Made .exe WL mapping tool, need help sharing: 2016-05-07 21:06:44


zxctycxz [Ollie Bye] 
Level 59
Report
I've downloaded it, and it doesn't seem to cause my computer any problems. I don't think there's any malware on it.
Made .exe WL mapping tool, need help sharing: 2016-05-07 23:32:12


NinjaNic 
Level 59
Report
Looking at the code, I'll assume that NudStuff is some sort of numeric control, txtOutput is a button, and lstOutputs is a list box?

Well done. I see a basic name generator.

So, how does it put the territory names onto your map? Does the user have to do it manually? (I did not download this file, so I'm sorry if there's an obvious answer.)

Edited 5/7/2016 23:33:17
Made .exe WL mapping tool, need help sharing: 2016-05-08 11:56:15


҈ * TeeMee123҈ *
Level 55
Report
NudStuff is a Numeric Up or Down thing, txtOutput is a textbox which has an on-click event. lstOutputs is a list box.
the user selects the outputs manually by clicking the textbox and pressing ctrl+c as it selects the contents automatically
Posts 1 - 11 of 11