Skip to content

Commit

Permalink
feat a not so great but decent start to the eternity template.
Browse files Browse the repository at this point in the history
  • Loading branch information
ispyhumanfly committed Oct 29, 2023
1 parent 68d2cfb commit 04db60e
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 2 deletions.
36 changes: 36 additions & 0 deletions packages/templates/src/eternity/assets/as-ini.ans
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@


_________
%%%%%% ___________ .....>>iniquity.... ::::::::|
_______(_________// %%%% _____ %%%%%% ___________
// \__________start() \\_______(_________//
(______________// \____/ //
>=======----- (___________// %% (______________/
____________________.................
|::::::::::::::::::::::::::|bbs


























8 changes: 8 additions & 0 deletions packages/templates/src/eternity/assets/as-ini.cp437.ans
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
 _________
%%%%%% ___________ .....>>iniquity.... ::::::::|
_______(_________// %%%% _____ %%%%%% ___________
// \__________start() \\_______(_________//
(______________// \____/ //
>=======----- (___________// %% (______________/
____________________.................
|::::::::::::::::::::::::::|bbs
27 changes: 27 additions & 0 deletions packages/templates/src/eternity/assets/newuser.cp437.ans
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

 ����� � ����� ����� �߱ ���
 ��� � ��������� ��� � ����ܰ fi ܲ ����� ��� � ������� ��� �����
 � ���� � ����߲ ܲ � ���� ܲ������� ���� � ��� � ���� � ���߱� �� � ����
 � ���� � �� �� � � ���� � ���� ��� � ��� ����� � ���� ����� ��� �� �
 �� ��� ��� � � �� �� ��� �� �ݰ �� �� �� ����� �� ��� ����� �� ��
 ۱� �� ����� ���� ۱� �� ۱��� ��� ۱� ��ܱ޲� ۱� �� ����� ����� ��
���� ��߱ ��߱ ���� ���� ����� �߲���� � ���� �߱ �߱����

 welcome to eternity bbs ... please read the following

if you are calling long distance you will be automatically validated now
 otherwise, you must wait to be manually validated by the sysop. this
process can take anywhere from 12 to 48 hours

 there are currently no upload/download or post/call ratios active on
 eternity. however, there is a limit of files/kb that you may download
in one day. (max 10 files, 1.6 meg for normal access users)

 feel free to mail the sysop/iniq author, fiend with any comments about the
software or the bbs ... have fun






11 changes: 9 additions & 2 deletions packages/templates/src/eternity/iniquity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ const iq = new IQ.Core()

iq.basepath = "/dist/assets"

iq.artwork().render({ filename: "as-ini.cp437.ans", mode: "@-codes", clearScreenBefore: false })
iq.wait(2000)

iq.say(`Welcome to ${config.name}.`).pause()

iq.artwork().render({ filename: "4d-iniq1.ans" }).pause()
iq.artwork().render({ filename: "newuser.cp437.ans", mode: "character", speed: 40 }).pause()

iq.wait(3000)

iq.artwork().render({ filename: "newuser.ans", mode: "character", speed: 400 }).pause()
iq.say("Ok, logging off. Thanks for visiting!")
iq.artwork().render({ filename: "4d-iniq1.ans", clearScreenBefore: false })
iq.pause()

0 comments on commit 04db60e

Please sign in to comment.