Forum
A place to discuss topics/games with other webDiplomacy players.
Page 146 of 160
FirstPreviousNextLast
AJManso4 (2318 D)
16 Dec 20 UTC
PPSC draws?
how exactly are the points split up for a draw here?
0 replies
Open
CYFI (1927 D)
04 Dec 20 UTC
No building Game
I am considering putting on a game with one special rule: You may not build. You have to win by force disbanding your opponents units (and then racing to the SC goal)
Would anyone be interested?
20 replies
Open
Wrong initials in "a modern europe" variant
Hey guys minor issue but on "a modern europe" variant the Territory Brest is BRE in the drop down menu but BRS on the map.
Like I said minor but was confusing.
3 replies
Open
Printer_McGee (1131 D)
08 Dec 20 UTC
Dark Ages Game
Anyone want to join a Dark Ages Variant game?
The game ID is 46825

Not for points, just for fun.
8 replies
Open
The Dirge (1033 D)
30 Nov 20 UTC
Game ID Question,
Dumb question I’m sure, but how do I figure out my games Gamer ID? I want to advertise my game anonymously and whatnot, but I don’t know the how to find the ID. We only need one more person, and I’m super exited to try this map out :):):):) I’d been looking for a map like this for a while and now I’m so stoked!!!!!

Please help :)
2 replies
Open
Macca573 (1517 D)
27 Feb 20 UTC
Around the World Tournament
Come one, come all, to the newest tournament to hit V-dip's pages.

The Around the World Tournament!
101 replies
Open
David E. Cohen (1000 D)
27 Nov 20 UTC
Hybrid/Archipelago Provinces
Does vDip support these?
4 replies
Open
The Dirge (1033 D)
27 Nov 20 UTC
New Canton Diplomacy: Canton Continuity
New game! Please join me! Choose your country! (Except Japan, Japan is taken lol)
3 replies
Open
MagicalSand (1694 D)
22 Nov 20 UTC
(+2)
New server
https://discord.gg/UPHzVjAXeG

Regarding the idea in the "idea" thread I posted a few days ago. I created the server. I'll be occasionally hosting vdip games on it to help them start faster if anyone is interested.
0 replies
Open
Tener (950 D)
21 Nov 20 UTC
Standards of Acceptable Kibitzing
Are there any defined standards of acceptable vs unacceptable kibitzing/commentary by players during a vDiplomacy game? For example, no rascist or sexist comments? Is there a code of conduct?
2 replies
Open
David Hood (976 D)
21 Nov 20 UTC
November 2020 Deadline News is out!
Here is the link. In addition to headlines about tournaments, variants, league play, we have a panel discussion about how to adapt your play under different scoring systems.
https://www.youtube.com/watch?v=KBt5hXcl6yY&t=6s
0 replies
Open
FlamingEyeball (869 D)
19 Nov 20 UTC
Surrendering
How do you surrender in a game? I cannot find the option to do so
3 replies
Open
The Ambassador (1948 D (B))
15 Nov 20 UTC
Dip stuff I never knew
Creating a thread for stuff I didn’t know eg adjudication rules where us didn’t go as I hoped. I’ll start...
21 replies
Open
Player5 (2203 D)
14 Mar 20 UTC
Variant development questions (Pits of Horror)
Hello! I'm trying to develop a new variant and would like some help debugging some things. If anyone wants to help I would be very happy!!

I have uploaded a map.png, and a mapNames.png but I still can't see anything in the "Map" interface (some error gets thrown)?
Page 1 of 2
FirstPreviousNextLast
 
Enriador (1507 D)
14 Mar 20 UTC
You still haven't uploaded a smallmap.png and a smallmapNames.png. So no map can show up in "smallmap" under the "Map" tab.
Player5 (2203 D)
14 Mar 20 UTC
But larger variants don't require a small map? And I'm looking under the large map. My current guess is the map is too large and I have to do something weird where you stitch multiple maps together?
Fake Al (1747 D)
14 Mar 20 UTC
It kind of looks like your mapNames has a transparent background. The background should be white.
Oli (977 D Mod (P))
14 Mar 20 UTC
How manny territories are on your map?
200 is a limit for territories that needs to be recolored (land/coast)-types, as you can't save the map as an indexed-PNG with more than 256 colors (it's a really old format).
If it's more than 255 minus number of countries you need to create more than 1 map and I need to stitch this together. And 200 - 256 I usually need to reset the colorpalette after the territories are recolored so there are enough colors for the units left.
Oli (977 D Mod (P))
14 Mar 20 UTC
Just checked your file.
As I guessed, it's >256 colors. You need to split the map in more parts.

PS: I have adjusted the thread-name, as we have a lot of new variant-development going on at the moment, and I encouraged everyone to create his own thread here.
The "all the variant development discussion gets mushed into a single thread" era is over???
Oli (977 D Mod (P))
14 Mar 20 UTC
(+1)
At least for these "under active development on this site..." :-)
We have 3 new 1st-time developers at the moment, and the errors/problems are usually all the same, so I encouraged everyone to create an open development thread to shre the problems/ideas.
Player5 (2203 D)
14 Mar 20 UTC
Once I make split the map into two, then I should only need to adjust the code in "drawMap.php" right?
Player5 (2203 D)
14 Mar 20 UTC
I think the MultiLayerMap_drawMap class from the Divided States map should work? (or at least that's the code I pasted and modified for the new drawMap.php
So all variants are created equal, but some are more equal than others.
Oli (977 D Mod (P))
15 Mar 20 UTC
For security reasons you can't change the code directly. I need to do this or at least approve your code.
As long as there are no unreasonable request I can do this for you.

But if you want to test all the code-changes on your own, you need to setup your own server (a local XAMPP on a Win10 machine is sufficient).
Oli (977 D Mod (P))
15 Mar 20 UTC
I fixed the problems with your map.
1. Wrong graphics-format. I changed them to indexed-PNG.
2. You've put the bottom overlay on top of the top-overlay.
3. The smallmapNames-overay had a transparent background. Without some code-change this turned to white (And again, wrong color-format).
4. Did some adjustments to the drawmap.php.

Everything loads now. But IMHO the mapsize is really too big...
Fake Al (1747 D)
15 Mar 20 UTC
I don't believe there's a way around a big map with this one, though, right? Or do you mean it should be split into different parts?
Oli (977 D Mod (P))
15 Mar 20 UTC
IMHO the problem is just the imagesize. Splitting worked without any problems. But the territories are really large drawn at the moment too. The upper left territory takes half a screen unzoomed. You can hardly spot the large uniticons.
Oli (977 D Mod (P))
15 Mar 20 UTC
If you can't get more than 20 territories unzoomed on a 1920x1080 screen there might be usability-problems.
Player5 (2203 D)
15 Mar 20 UTC
Awesome! Thanks so much!!

Noted on the mapsize, I'm definitely going to keep that in mind for the future! If you think it will be a problem (either from a usability standpoint, or from a actually getting everything to run standpoint), then I can work on finding a way to shrink everything down without changing the colors of the pixels.

Are the oceans turning up pink a result of the preview screen being weird? (It loads correctly in the map screen)
Player5 (2203 D)
15 Mar 20 UTC
I was going to have the custom units to scale with the map size, but maybe you're right and I should just figure out a way to shrink everything. A bit of a pity because the detail is pretty cool :(
Player5 (2203 D)
15 Mar 20 UTC
I shrunk down the map, and then indexed them, but somehow the bottom map isn't showing up. Not sure what I did wrong?
Oli (977 D Mod (P))
15 Mar 20 UTC
I know the code is a bit strange. The TopMap needs to be set to transparent for this to work (instead of plain-white like the names-overlay)...
Oli (977 D Mod (P))
15 Mar 20 UTC
(Or you can change the drawmap.php to replace the white with transparent)
PS: I did replace your graphic file already
Player5 (2203 D)
15 Mar 20 UTC
Alright! Sweet!! You really deserve more credit for how on top of everything you are! (It's really nice!)

After starting to add territories (and rename existing territories) to the variant, there are still references to "terr1" somewhere? (At least that's what the error message in the preview claims) The map loads perfectly inside the map area!
Oli (977 D Mod (P))
16 Mar 20 UTC
Yeah. I see the problem with the preview. I will check this. Might be a problem with the preview-tool.
And I need to check why it's not coloring the land/coast territories. The graphics are really tricky, esp. for large variants. It's quite an old code we are working with here..
Player5 (2203 D)
12 May 20 UTC
Just tried to open up PitsOfHorror and couldn't find it in the list of variants. (When I refreshed an existing page it changed to the CubanMissleCrisis variant. Any ideas on what might have happened?
I'm not sure, you should ask the mods
Fake Al (1747 D)
12 May 20 UTC
Yikes, maybe it got accidentally overridden when Cuban Missile Crisis was added?
That looks like it: CubanMissileCrisis ID is 140 (highest ID is 144 i'm pretty sure), but CubanMissileCrisis got created most recently. I think PitsOfHorror got overidden when CubanMissileCrisis got put in.
*highest is 147
You should contact a mod
Oli (977 D Mod (P))
12 May 20 UTC
There was no development on the PitsOfHorror variant for quite some time, so I disabled it. Sorry.
I will check this at the weekend.
Player5 (2203 D)
12 May 20 UTC
Yeah I took a break from it, but then I started again last week. Whenever you get around to it I'd love to continue working on it!

Page 1 of 2
FirstPreviousNextLast
 

56 replies
MagicalSand (1694 D)
19 Nov 20 UTC
(+1)
idea
i suppose i could ask this here. im thinking of creating a diplomacy discord server. one of the games on it will be vDIp along with conspiracy, web dip, and diplicity. would you guys be interested in joining for the vdip section? it certainly would not be anything like a full fledged Vdip server. just something to help set up fun games and fill games like these. i just want to gauge the interest of the community first.
7 replies
Open
The Ambassador (1948 D (B))
11 Apr 20 UTC
(+1)
Big Hitters vDip game
I'm interested in creating a new game for players with 2000+ vDip points. Password protected.

If you meet this criteria let me know here that you're interested. Once we know how many players, we can decide which variant etc.
175 replies
Open
An issue with the interactive map
I note that in the interactive map it's not uncommon for the icon that cancels the order to hide the territory I'd like to select. I think this reduces interactive map usability especially in maps with smaller territories (Imperial Dip is a clear example). A simple solution would be to move the icon further away from the selected unit. I don't know how complicated it would be to implement this change tho.
3 replies
Open
The Ambassador (1948 D (B))
10 Nov 20 UTC
Who will be chosen?
Read on...
11 replies
Open
Anon (?? D)
02 Nov 20 UTC
(+1)
Is this metagaming?
Let's say that through experience of playing in the same game as someone, I have noticed that a player has been very untrustworthy and deceiving. Am I allowed to use that knowledge in another game, and remember to be cautious around that player? Or is it metagaming?

gameID=45898 <---- that is unrelated. Just want to keep this anonymous.
6 replies
Open
aaronmx2 (1333 D)
10 Nov 20 UTC
Voteing to Concede to a Team
I'm just wondering if it would be possible for the DRAW votes and CONCEDE votes to be used together. If two people have been working together and will clearly win, right now, if everyone else wants to concede, only one of the victors can get the points. If DRAW could be used in conjunction, then the points could be split between DRAW voters. Obviously this would require good faith of those conceding to not choose DRAW.
5 replies
Open
micahbales (1190 D)
08 Nov 20 UTC
Illegal Move Allowed in Sengoku Nagashino (V6)
Hi folks, Not sure where to take this question, but we had a player illegally retreat from Mino to 10 in this game: https://vdiplomacy.net/board.php?gameID=45690

Can a moderator please look into this?
2 replies
Open
ghostronin (2282 D)
07 Nov 20 UTC
RSS Feed for New Games?
Does the site support RSS feeds for new games? If not via the site, is there a way to do it via 3rd party?

I'm aware of the RSS feed for notices specific to myself. I like this feature. However, if I'm looking for new games I'd like to be able to apply filters and create an RSS feed for myself - for example if I was only interested in WTA games...whenever there was new posted WTA game it would go to my feed. Thoughts, workarounds?
0 replies
Open
DeanDude (888 D)
06 Nov 20 UTC
Email notifications.
Hi I’m new here. Are there email notifications that will alert me to turns or in game messages. I’m sorry if this has been asked before I’m just trying to get a better feel of the game. Thank you
4 replies
Open
Mittag (1396 D)
06 Nov 20 UTC
(+2)
FvA Opening Database
I was convinced that I should learn some Tableau. So I put together an opening database for FvA
2 replies
Open
Chris McEwan (626 D)
25 Oct 20 UTC
Tees valley
Hi - anybody living in Tees Valley in the UK
1 reply
Open
You don't want to see this map
https://cdn.discordapp.com/attachments/457218478659731465/770001163185553418/diplomap.png

I was wondering if anyone knew where I could play this map? I figured it would probably be here but can't find it in the variants. (I didn't make this but I'm a big fan of it).
28 replies
Open
Concede
What is the point of concede?
2 replies
Open
Anon (?? D)
02 Nov 20 UTC
(+1)
New game
Classic 1898 - Fog

https://www.vdiplomacy.com/board.php?gameID=46377
1 reply
Open
Anon (?? D)
02 Nov 20 UTC
New game (2)
1898 with even more fog

https://www.vdiplomacy.com/board.php?gameID=46378
1 reply
Open
David E. Cohen (1000 D)
02 Nov 20 UTC
Stacked Land Provinces
A thought for you variant designers out there which I first put out elsewhere but which I feel bears repeating:
1 reply
Open
Page 146 of 160
FirstPreviousNextLast
Back to top