Search found 18 matches

by pedros
July 28th, 2018, 4:36 pm
Forum: Off-Topic
Topic: Spreadsheet help wanted.
Replies: 5
Views: 5797

Re: Spreadsheet help wanted.

Good question. I have seen many on the internet, so I suppose someone had a reason for doing it. For me, it is partially an educational exercise in anatomy, and in computer generated image. And after the skeleton, I can add more body parts. And after the human is complete, I can make a movie. That i...
by pedros
July 28th, 2018, 3:06 pm
Forum: Off-Topic
Topic: Spreadsheet help wanted.
Replies: 5
Views: 5797

Re: Spreadsheet help wanted.

github is a good place to upload to. Maybe I will later. For now, I am trying to develop the spreadsheet more and get some opinions. I do not want to release it to the public yet. I have not seen any interest in it yet. And I think it would be almost as easy to send it to someone, as it would be to ...
by pedros
July 27th, 2018, 11:31 pm
Forum: Off-Topic
Topic: Spreadsheet help wanted.
Replies: 5
Views: 5797

Spreadsheet help wanted.

I am creating a computer generated image of human skeleton. Bone data is input into spreadsheet. Then spreadsheet outputs code to draw the bone. Spreadsheet used is LibreOffice Calc. Bone data is abundant on the Internet. I would like people to help enter the data. If you would like to help, please ...
by pedros
May 16th, 2018, 4:06 pm
Forum: WML Workshop
Topic: Problem moving "Heir to the Throne" to another folder.
Replies: 6
Views: 2726

Re: Problem moving "Heir to the Throne" to another folder.

to beetlenaut, Developer. Yes, the first thing I want to do is copy HttT. That is what my first code does, and it works. I even found a slight error in my code, // should be /. The only diffrence between my code and your instructions is my folder name is test3, your folder name is add-ons. Here is m...
by pedros
May 12th, 2018, 3:43 pm
Forum: WML Workshop
Topic: Hints wanted for Wesnoth Markup Language (WML).
Replies: 16
Views: 5317

Re: Hints wanted for Wesnoth Markup Language (WML).

Now going off topic. I have two computers. One with internet connection, the other one to play wesnoth offline, against AI. I moved my mouse over the page at http://addons.wesnoth.org/1.12., but could not find any links. I remember using a program named wget. Will that work?
by pedros
May 12th, 2018, 3:33 pm
Forum: WML Workshop
Topic: Problem moving "Heir to the Throne" to another folder.
Replies: 6
Views: 2726

Re: Problem moving "Heir to the Throne" to another folder.

to Shiki, Developer. The rpl command in my code above edits the origional _main.cfg file, which prevents the campaign from loading many things from the original location. It changes these lines: path=data/campaigns/Heir_To_The_Throne campaigns/Heir_To_The_Throne/utils campaigns/Heir_To_The_Throne/un...
by pedros
May 12th, 2018, 2:49 am
Forum: WML Workshop
Topic: Problem moving "Heir to the Throne" to another folder.
Replies: 6
Views: 2726

Problem moving "Heir to the Throne" to another folder.

I have linux, debian 9.3, which has Battle for Wesnoth v1.12.6. The first code copies Heir_To_The_Throne to an empty campaign folder, and everything works. The second code copies Heir_To_The_Throne to an occupied campaign folder. It should overwrite anything that conflicts, and there are no messages...
by pedros
May 12th, 2018, 2:46 am
Forum: WML Workshop
Topic: Hints wanted for Wesnoth Markup Language (WML).
Replies: 16
Views: 5317

Done. Thank you.

I did this. rpl is the command to replace text. rpl "next_scenario=25_HttT_Epilogue" "next_scenario=01_The_Elves_Besieged" /usr/share/games/wesnoth/1.12/data/campaigns/Heir_To_The_Throne/24_Battle_for_Wesnoth.cfg rpl "carryover_report=no" "" /usr/share/games/w...
by pedros
April 26th, 2018, 3:57 pm
Forum: Users’ Forum
Topic: Wesnoth as a simulator of reality.
Replies: 4
Views: 3250

Wesnoth as a simulator of reality.

Wesnoth is fun to play as a game. I think it would also be fun and educational to play wesnoth as a simulator for ecosystems like fish, savana, micro-orginisms, insects. It could also simulate historical events. Has there already been a discussion about this? What work needs to be done for this to h...
by pedros
April 26th, 2018, 3:54 pm
Forum: WML Workshop
Topic: Combine all the senerios.
Replies: 2
Views: 1361

Path to senerios

I have linux, debian 9.3, which has Battle for Wesnoth v1.12.6. I am editing the wml in the published senerios. the User data directory seems the correct place for this, because the default system permissions allow it. On my system, When wesnoth is typed at the command prompt, this information is di...
by pedros
April 26th, 2018, 3:51 pm
Forum: WML Workshop
Topic: Combine all the senerios.
Replies: 2
Views: 1361

Combine all the senerios.

I have linux, debian 9.3, which has Battle for Wesnoth v1.12.6. I would like to combine all the senerios from all the wesnoth campaigns, together into one big campaign. I tried this.$ mkdir -p /home/stretch/.local/share/wesnoth/1.12/data/campaigns/all cp -r /usr/share/games/wesnoth/1.12/data/campaig...
by pedros
April 21st, 2018, 3:43 pm
Forum: WML Workshop
Topic: Hints wanted for Wesnoth Markup Language (WML).
Replies: 16
Views: 5317

Re: Hints wanted for Wesnoth Markup Language (WML).

In the link Ravana gave me, "Move units between campaigns", Dugi says I've coded it and published it to the add-ons server. So I went to "Wesnoth 1.12 Add-ons List". I would like to download everything from that page. How? In there, which is the work from Dugi? For discussion abo...
by pedros
April 21st, 2018, 3:41 pm
Forum: Technical Support
Topic: Command line examples wanted.
Replies: 7
Views: 3319

Re: Command line examples wanted.

On my system, these 2 commands do the same thing. wesnoth --campaign=Heir_To_The_Throne --campaign-difficulty 1 --nosound --userdata-dir ~/.local/share/wesnoth/1.12 wesnoth --campaign=Heir_To_The_Throne --campaign-difficulty 1 --nosound --userdata-dir /home/stretch/.local/share/wesnoth/1.12 After ed...
by pedros
April 20th, 2018, 2:24 pm
Forum: WML Workshop
Topic: Hints wanted for Wesnoth Markup Language (WML).
Replies: 16
Views: 5317

Almost done.

Thank you all for your hints. Using them, I created a bash file to make 2 copies of each senario, and rename the files. I like this method because everything is easily set up before the game starts. I tested it by playing the first senerio, and entering the next senerio. I ignore difficulity level f...
by pedros
April 19th, 2018, 10:33 pm
Forum: WML Workshop
Topic: Hints wanted for Wesnoth Markup Language (WML).
Replies: 16
Views: 5317

How to hard code the difficulty level into each file?

I followed this hint from The_Gnat. From the origional install, I renamed the file 23_Test_of_the_Clans.cfg to 03_The_Isle_of_Alduin.cfg. Then I changed the line from id=23_Test_of_the_Clans.cfg to id=03_The_Isle_of_Alduin. So the file name should be similar to that line of text inside the file. It ...