![]() |
Dominions Rogue
1 Attachment(s)
NOTE:
I'll always update this post's attachment so it is always newest release ----------- Dominions Rogue needs colors! it would be great help if people could get the color for each nation and post them. Use a design program like Gimp or the Online Color Wheel and get the colors for each nation. Post them in this thread. If you use the color wheel, you will need to take the results and use a hex decoder to find out the color in RGB format. the Color Wheel (results are in Hex. first two alphanumeric are red, second two green, last two blue. Take this to the Hex to RGB site and get the RGB) http://ficml.org/jemimap/style/color/wheel.html Hex to RGB http://vulcan.wr.usgs.gov/Miscellane...hex_table.html Below are the nations, what colors we have, and what we need. Code:
0 -- Arco EA -- color.new('ARCOS_BLUE', '.', color.ARCOS_BLUE, 0, 208, 200) http://forum.t-o-m-e.net/viewforum.php?f=12 |
Re: Dominions Rogue
Are you using Tome 2.3.5 or 2.3.6? I am trying to track down where and what to download on the tome.net forums. I may be blind but its not jumping out what exactly to download. Thanks, I am looking forward to checking this out.
|
Re: Dominions Rogue
you need tome 3.0.0
this is confusing, because this is the newest iteration of tome, yet 2.x.x is still updated (in fact, on the site i think it is the most recently updated item) this link should take you to it http://www.t-o-m-e.net/news.php?tome_current=0#news34 |
Re: Dominions Rogue
This is something I've been fantasizing of for a long time. Sounds really exciting :D
Now, to check it out. Thanks for making this. |
Re: Dominions Rogue
Can you please tell how do I make this run?
|
Re: Dominions Rogue
*shudders in anticipation*
Now, between Dominions 3, Dwarf Fortress and Dominions Rogue, I'm almost definitely going to fail year 11. Thanks! |
Re: Dominions Rogue
1 Attachment(s)
Quote:
I was slain in 30 seconds by a longdead... :( |
Re: Dominions Rogue
wraith lord:
i'm not sure what your exact problem is, can you be more specific? also, I don't know what the folder structure of tome 3 looks like on PC, so I may not be much help there. 1. make sure you have TOME 3, get it from the link i posted above. 2. find the modules folder, you may have to run the executable once, so it makes one 3. place the unzipped dominions file in the modules folder; alternatively, change the extension on the zipped file to .team also note, you can install modules by running the game, and selecting install modules. however for me, it never places them in the correct location, and I have to do it manually. so maybe to keep things simple just try getting the file I attached to this post and installing it manually. |
Re: Dominions Rogue
Quote:
yeah. the game is pretty hard, given the dominions combat mechanics. but just imagine how it will be once you can kit yourself out like a thug or SC... |
Re: Dominions Rogue
Isn't this redundant? Dominions already is a roguelike!
(If you've ever had your fonts spaz out on you while playing dominions, you know what I'm talking about -- the troop sprites are put on the screen by text functions!) |
Re: Dominions Rogue
Of course it is not redundant. Now you can manually control your battles :)
Edit: ANd your supercombattant will never flee (unless Omni has included a rout mechanic) |
Re: Dominions Rogue
Quote:
:D |
Re: Dominions Rogue
Thank you for the helpful instructions. Got it to work :)
*Very* nice. |
Re: Dominions Rogue
I am WAY impressed!
I am never ceasing to be amazed by the skill levels here. |
Re: Dominions Rogue
Hmm, something is not working properly. More specifically my vista or winzip or something. I can't unzip the dominions.zip file. It complains over encryption and stuff. Anyone got a clue?
|
Re: Dominions Rogue
Hmm, I was stupid.
Now i encounter an eror when installing the module. Error in lua_call while calling 'select_module_scren' from call_lua |
Re: Dominions Rogue
KO,
are you trying to install the module using the option from inside the game? I think it is option "'c' - install module". if this is the case, then what you are doing is downloading the module from tome's website, where I uploaded it. if you've taken the file from this post, then you already have that file. i got the same error you are getting when i tried to 'test download' the file from tome's site. i think it occurs because the file being downloaded already exists on the computer; but that's just a guess. all you should have to do is take the file from this post, and unzip it to the games/modules/ subdirectory. you could also try just removing the zip file from this post from your computer, and THEN try downloading the module from tome's site, via the ingame feature. but for me that option always placed the module in the wrong place on my computer (probably because i'm on a mac). |
Re: Dominions Rogue
1 Attachment(s)
newest release.
nothing special here unless you are interested in the code. i've cleaned up monster code BIG time, and now it is working properly. before, they were doing way too much damage due to some modifiers to damage that were hiding somewhere, left-over from the way tome/angband or whatever used to calculate damage. tome is a study in obsfucation and superfluity. I've removed tons of useless crap that served no purpose but to make the code difficult to read (for example, assigning a value to a variable, then assigning that variable to anther variable, and that to another variable, when the original value could have simply been called by its own name all along. or calculating damage inside of a function outside of the original function and then not commenting that this is where damage is calculated. this is why the monsters were doing so much damage) so if you were dying too easily, that's why :p notice that this attachment is actually smaller than the last, this is where I removed all that useless crap from the monster combat code. |
Re: Dominions Rogue
well.. I killed a few l's ... got a few levels.. but there is no way I'm beating that necromancer...
|
Re: Dominions Rogue
levels don't do anything yet because it is still being decided what they should do.
try using a white_vanara and spamming starfires on him, then running from his summoned longdead. note that the two effects of starfires does happen, but multitarget isn't working yet, so they both must target the same unit. |
Re: Dominions Rogue
Is it at all possible to hit anything with melee weapons? THe bow works wonders until your ammo is out. Then you're toast :)
How do cast starfires? |
Re: Dominions Rogue
yeah. i think i'll just give the bow infinite ammo for now, just for fun.
to cast starfires you have to go: 'G' to increase skills set Astral Magic to 'known' 'm' for magic and then select the spell, it is the only one so it should be 'a' you also have to be the White_One, since they are the only available race with Astral right now. |
Re: Dominions Rogue
Evidently you die when your fat reaches 200 :)
|
Re: Dominions Rogue
1 Attachment(s)
the newest release, and this is worth downloading.
monster code cleaned up even more and monster missile weapon capability added! archer code cleaned up and HUGELY simplified. found a new function that simply returns coordinates (rather than direction) so the coordinates that the missiles strike at can be computed directly from this. I can't believe how overcomplex the original angband code was, it's just stupid. this new function doesn't have the colored line of site or memory added yet, so it isn't as easy to use, but mechanically it is tons better; i will add this perks soon. I allowed all existing monsters in the starting area and added a 'markata' monster with a bow. be careful, the will o wisps will kill you! do you know how you should fite them? i gave the bandar 231 hp and the bow 999 ammo, so you can kill that necro now :D next up to be added is multi-target and monster fatigue you may need to delete the old save files for this new version to work. go into tome/3.0/ and remove the dominions folder. REALLY NEED MAPS AND TEMPLATES FILLED IN this is not coding, just filling in names and stats of monsters and stuff making a map is as easy as building it in ascii in a text file. you don't have to fill in the whole map, just some areas to walk, a random generator can fill in the rest. so a deep forest town would just be some walking paths connecting the buildings, and a random generator would fill in the trees or whatever types of terrain you want randomly generated. look at the 'battlefield' map i've used for a starting area to get the idea (dominions/data/maps) |
Re: Dominions Rogue
Quote:
|
Re: Dominions Rogue
- the autotargeter is back, so missile fire is much more fun
- final bugs in monster missile combat fixed - monster fatigue added a BUNCH of random names added, thanks to quantum mechanic. |
Re: Dominions Rogue
there havn't been updates because i'm writing a program that will read Edi's database and then write EACH AND EVERY SINGEL UNIT AND ITEM INTO THE DOMINIONS ROGUE GAME. (With Edi's permission of course)
the program is almost finished, it reads the database, and rewrites each unit and item into the template needed to be added to dominions rogue, then uses these to write the monster and item data files that Dominions Rogue reads all its monsters and items from. currently, I am writing algorithms in this program that it uses to assign a symbol to each entry. For example, if a unit has (17 > protection > 12) it might get a symbol of 'I' which would be the symbol for 'heavy Infantry'. The unit works its way through the algorithms until it has a final symbol. So it might start of as an 'I', but later on it turns out the unit also has flying, so it gets a symbol of 'V', the symbol for 'flying heavy infantry', or something. these unit qualities will determine what symbol a unit is, but since there are so many very similar units, there will be lots of i's and I's and A's and K's all representing many different types of units running around. Fortunately, Edi's DB has a page identifying which units belong to which nation, which can actually be searched by my program to match units with units in a particular nations armies, and then see which nation that unit belongs to. With this information, each unit can be given a color based on its nation, along with a symbol. The next step then is to differentiate each symbol with a color identifying its nation. For example, Abysian units might be R182 G000 B000 (a dark red). This is easy enough, but I need the colors. While it I thoroughly enjoy playing with the online color wheel, I also have LOTS of other work to do for graduate school. It would be infinitely helpful if people could pick colors for a couple of nations and then list then list the color in this thread in this format: Code:
color.new('ABYSIAN_RED', '.', color.ABYSIAN_RED, 187, 00, 00) use the following pages to do this. click around the color wheel until you have a color you are happy with for the nation you are thinking of. it lists the color in hexcode format (the first two digits are red, the second green, ect). You will need to take that hex code to another page to find out the RGB color entry. the color wheel http://ficml.org/jemimap/style/color/wheel.html the color hex code decoder http://vulcan.wr.usgs.gov/Miscellane...hex_table.html your helps are greatly appreciated!!! |
Re: Dominions Rogue
Code:
color.new('ARCOS_BLUE', '.', color.ARCOS_BLUE, 0, 208, 200) |
Re: Dominions Rogue
Omni, you certainly have my permission to use the DB for that purpose. Just a word of warning on the 3.17 version: The unit display page has an incorrect defense formula, so the values are off. I have corrected that for the 3.20 version. I'll be posting that one later today.
|
Re: Dominions Rogue
See first post for Dominion's colors; what we have and what we need; and how you can help!
Thanks both of you! Edi, your database is basically going to make Dom Rogue the biggest roguelike on the internets! 2000+ units/monsters in a roguelike has to be some kind of record!!! on Ulm and C'tis, is there difference in color between the different ages? I was thinking no, and was just going to use the same color for one nation in all ages. |
All times are GMT -4. The time now is 06:43 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.